/external/llvm/lib/CodeGen/ |
D | SafeStackColoring.h | 43 BitVector LiveOut; member
|
D | SplitKit.h | 108 bool LiveOut; ///< Current reg is live out. member
|
D | StackColoring.cpp | 263 BitVector LiveOut; member
|
D | RegisterPressure.cpp | 740 LaneBitmask LiveOut = Def.LaneMask & ~PreviousMask; in recede() local 794 LaneBitmask LiveOut = getLiveThroughAt(Reg, SlotIdx); in recede() local
|
D | LiveIntervalAnalysis.cpp | 359 SmallPtrSet<MachineBasicBlock*, 16> LiveOut; in extendSegmentsToUses() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStackColoring.h | 52 BitVector LiveOut; member
|
D | SplitKit.h | 126 bool LiveOut; ///< Current reg is live out. member
|
D | StackColoring.cpp | 399 BitVector LiveOut; member
|
D | RegisterScavenging.cpp | 381 const LiveRegUnits &LiveOut, ArrayRef<MCPhysReg> AllocationOrder, in findSurvivorBackwards()
|
D | RegisterPressure.cpp | 778 LaneBitmask LiveOut = Def.LaneMask & ~PreviousMask; in recede() local 833 LaneBitmask LiveOut = getLiveThroughAt(Reg, SlotIdx); in recede() local
|
D | LiveIntervals.cpp | 371 SmallPtrSet<const MachineBasicBlock*, 16> LiveOut; in extendSegmentsToUses() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceLiveness.h | 59 LivenessBV LiveIn, LiveOut; variable
|
D | IceCfgNode.cpp | 817 const LivenessBV &LiveOut = Liveness->getLiveOut(this); in livenessAddIntervals() local 1415 const LivenessBV &LiveOut = Liveness->getLiveOut(this); in dump() local
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | StackLifetime.h | 55 BitVector LiveOut; member
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | SplitKit.h | 127 bool LiveOut; ///< Current reg is live out. member
|
D | RegAllocFast.cpp | 92 bool LiveOut = false; ///< Register is possibly live out. member 389 MCPhysReg AssignedReg, bool Kill, bool LiveOut) { in spill()
|
D | StackColoring.cpp | 429 BitVector LiveOut; member
|
D | RegisterScavenging.cpp | 362 const LiveRegUnits &LiveOut, ArrayRef<MCPhysReg> AllocationOrder, in findSurvivorBackwards()
|
D | RegisterPressure.cpp | 780 LaneBitmask LiveOut = Def.LaneMask & ~PreviousMask; in recede() local 835 LaneBitmask LiveOut = getLiveThroughAt(Reg, SlotIdx); in recede() local
|
D | ReachingDefAnalysis.cpp | 376 if (auto *LiveOut = getLocalLiveOutMIDef(MI->getParent(), PhysReg)) { in getGlobalUses() local
|
D | LiveIntervals.cpp | 378 SmallPtrSet<const MachineBasicBlock*, 16> LiveOut; in extendSegmentsToUses() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 247 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/ |
D | RewriteStatepointsForGC.cpp | 152 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/ |
D | RewriteStatepointsForGC.cpp | 247 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/ |
D | llvm-objdump.cpp | 628 bool LiveOut = false; member 779 bool LiveOut = LV.liveAtAddress(NextAddr); in update() local
|