Searched defs:Live (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_variable.h | 51 struct live_intervals Live[4]; member
|
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/ |
D | DeadArgumentElimination.h | 74 enum Liveness { Live, MaybeLive }; enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | ADCE.cpp | 79 bool Live = false; member 88 bool Live = false; member
|
D | RewriteStatepointsForGC.cpp | 1688 Function &F, DominatorTree &DT, ArrayRef<Value *> Live, in relocationViaAlloca() 2338 SmallVector<Value *, 128> Live; in insertParsePoints() local 2699 static void checkBasicSSA(DominatorTree &DT, SetVector<Value *> &Live, in checkBasicSSA()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceCfgNode.cpp | 636 LivenessBV Live(NumVars); in livenessLightweight() local 656 LivenessBV &Live = Liveness->getScratchBV(); in liveness() local 957 const LivenessBV *Live; in emitRegisterUsage() local
|
D | IceInst.cpp | 189 void Inst::livenessLightweight(Cfg *Func, LivenessBV &Live) { in livenessLightweight() 204 bool Inst::liveness(InstNumberT InstNumber, LivenessBV &Live, in liveness() 429 void InstPhi::livenessPhiOperand(LivenessBV &Live, CfgNode *Target, in livenessPhiOperand()
|
D | IceCfg.h | 319 std::unique_ptr<Liveness> Live; variable
|
D | IceOperand.h | 881 LiveRange Live; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenMux.cpp | 374 bool Live = IsLive(Op.getReg()); in genMuxInBlock() local
|
D | RDFLiveness.cpp | 874 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveVariables.cpp | 446 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 979 bool Live = (RawFlags & 0x2) || Version < 3; in getDecodedGVSummaryFlags() local
|