Searched defs:Live (Results 1 - 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_variable.h | 51 struct live_intervals Live[4]; member
|
H A D | radeon_pair_regalloc.c | 53 struct live_intervals Live[4]; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
H A D | DeadArgumentElimination.h | 74 enum Liveness { Live, MaybeLive }; enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndexYAML.h | 139 bool NotEligibleToImport, Live, IsLocal, CanAutoHide; member
|
H A D | ModuleSummaryIndex.h | 305 unsigned Live : 1; member 402 void setLive(bool Live) { Flags.Live = Live; } in setLive() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenMux.cpp | 374 bool Live = IsLive(Op.getReg()); in genMuxInBlock() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | ADCE.cpp | 79 bool Live = false; member 88 bool Live = false; member [all...] |
H A D | RewriteStatepointsForGC.cpp | 2338 SmallVector<Value *, 128> Live; in insertParsePoints() local 1687 relocationViaAlloca( Function &F, DominatorTree &DT, ArrayRef<Value *> Live, ArrayRef<PartiallyConstructedSafepointRecord> Records) relocationViaAlloca() argument 2699 checkBasicSSA(DominatorTree &DT, SetVector<Value *> &Live, Instruction *TI, bool TermOkay = false) checkBasicSSA() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveVariables.cpp | 446 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceCfg.h | 319 std::unique_ptr<Liveness> Live; member in Ice::Cfg
|
H A D | IceCfgNode.cpp | 656 LivenessBV &Live = Liveness->getScratchBV(); in liveness() local 957 const LivenessBV *Live; emitRegisterUsage() local [all...] |
H A D | IceInst.cpp | 189 void Inst::livenessLightweight(Cfg *Func, LivenessBV &Live) { in livenessLightweight() argument 204 bool Inst::liveness(InstNumberT InstNumber, LivenessBV &Live, in liveness() argument 429 void InstPhi::livenessPhiOperand(LivenessBV &Live, CfgNod argument [all...] |
H A D | IceOperand.h | 881 LiveRange Live; global() member in Ice::RegNumT::Variable [all...] |
Completed in 18 milliseconds