Home
last modified time | relevance | path

Searched defs:LiveOut (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/lib/CodeGen/
DSafeStackColoring.h43 BitVector LiveOut; member
DSplitKit.h108 bool LiveOut; ///< Current reg is live out. member
DStackColoring.cpp263 BitVector LiveOut; member
DRegisterPressure.cpp740 LaneBitmask LiveOut = Def.LaneMask & ~PreviousMask; in recede() local
794 LaneBitmask LiveOut = getLiveThroughAt(Reg, SlotIdx); in recede() local
DLiveIntervalAnalysis.cpp359 SmallPtrSet<MachineBasicBlock*, 16> LiveOut; in extendSegmentsToUses() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.h52 BitVector LiveOut; member
DSplitKit.h126 bool LiveOut; ///< Current reg is live out. member
DRegisterScavenging.cpp381 const LiveRegUnits &LiveOut, ArrayRef<MCPhysReg> AllocationOrder, in findSurvivorBackwards()
DStackColoring.cpp399 BitVector LiveOut; member
DRegisterPressure.cpp778 LaneBitmask LiveOut = Def.LaneMask & ~PreviousMask; in recede() local
833 LaneBitmask LiveOut = getLiveThroughAt(Reg, SlotIdx); in recede() local
DLiveIntervals.cpp371 SmallPtrSet<const MachineBasicBlock*, 16> LiveOut; in extendSegmentsToUses() local
/external/llvm-project/llvm/include/llvm/Analysis/
DStackLifetime.h55 BitVector LiveOut; member
/external/swiftshader/third_party/subzero/src/
DIceLiveness.h59 LivenessBV LiveIn, LiveOut; variable
DIceCfgNode.cpp817 const LivenessBV &LiveOut = Liveness->getLiveOut(this); in livenessAddIntervals() local
1415 const LivenessBV &LiveOut = Liveness->getLiveOut(this); in dump() local
/external/llvm-project/llvm/lib/CodeGen/
DSplitKit.h127 bool LiveOut; ///< Current reg is live out. member
DRegAllocFast.cpp92 bool LiveOut = false; ///< Register is possibly live out. member
389 MCPhysReg AssignedReg, bool Kill, bool LiveOut) { in spill()
DStackColoring.cpp429 BitVector LiveOut; member
DRegisterScavenging.cpp362 const LiveRegUnits &LiveOut, ArrayRef<MCPhysReg> AllocationOrder, in findSurvivorBackwards()
DRegisterPressure.cpp780 LaneBitmask LiveOut = Def.LaneMask & ~PreviousMask; in recede() local
835 LaneBitmask LiveOut = getLiveThroughAt(Reg, SlotIdx); in recede() local
DReachingDefAnalysis.cpp376 if (auto *LiveOut = getLocalLiveOutMIDef(MI->getParent(), PhysReg)) { in getGlobalUses() local
DLiveIntervals.cpp378 SmallPtrSet<const MachineBasicBlock*, 16> LiveOut; in extendSegmentsToUses() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp247 MapVector<BasicBlock *, SetVector<Value *>> LiveOut; member
2755 SetVector<Value *> LiveOut = Data.LiveOut[BB]; in computeLiveInValues() local
2798 SetVector<Value *> LiveOut = Data.LiveOut[BB]; in findLiveSetAtInst() local
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp152 MapVector<BasicBlock *, SetVector<Value *>> LiveOut; member
2499 SetVector<Value *> LiveOut = Data.LiveOut[BB]; in computeLiveInValues() local
2543 SetVector<Value *> LiveOut = Data.LiveOut[BB]; in findLiveSetAtInst() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp247 MapVector<BasicBlock *, SetVector<Value *>> LiveOut; member
2931 SetVector<Value *> LiveOut = Data.LiveOut[BB]; in computeLiveInValues() local
2974 SetVector<Value *> LiveOut = Data.LiveOut[BB]; in findLiveSetAtInst() local
/external/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp628 bool LiveOut = false; member
779 bool LiveOut = LV.liveAtAddress(NextAddr); in update() local

12