Home
last modified time | relevance | path

Searched defs:Live (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_variable.h51 struct live_intervals Live[4]; member
Dradeon_pair_regalloc.c53 struct live_intervals Live[4]; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h74 enum Liveness { Live, MaybeLive }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DADCE.cpp79 bool Live = false; member
88 bool Live = false; member
DRewriteStatepointsForGC.cpp1688 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/
DIceCfgNode.cpp636 LivenessBV Live(NumVars); in livenessLightweight() local
656 LivenessBV &Live = Liveness->getScratchBV(); in liveness() local
957 const LivenessBV *Live; in emitRegisterUsage() local
DIceInst.cpp189 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()
DIceCfg.h319 std::unique_ptr<Liveness> Live; variable
DIceOperand.h881 LiveRange Live; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenMux.cpp374 bool Live = IsLive(Op.getReg()); in genMuxInBlock() local
DRDFLiveness.cpp874 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/
DLiveVariables.cpp446 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp979 bool Live = (RawFlags & 0x2) || Version < 3; in getDecodedGVSummaryFlags() local