/external/llvm/test/CodeGen/X86/ |
D | stackmap-liveness.ll | 34 ; Num LiveOut Entries: 0 45 ; Num LiveOut Entries: 1 47 ; LiveOut Entry 1: %YMM2 (16 bytes) --> %XMM2 65 ; Num LiveOut Entries: 0 76 ; Num LiveOut Entries: 5 78 ; LiveOut Entry 1: %RAX (1 bytes) --> %AL or %AH 82 ; LiveOut Entry 2: %R8 (8 bytes) 86 ; LiveOut Entry 3: %YMM0 (32 bytes) 90 ; LiveOut Entry 4: %YMM1 (32 bytes) 94 ; LiveOut Entry 5: %YMM2 (16 bytes) --> %XMM2 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | stackmap-liveness.ll | 37 ; Num LiveOut Entries: 0 49 ; Num LiveOut Entries: 1 51 ; LiveOut Entry 1: %ymm2 (16 bytes) --> %xmm2 70 ; Num LiveOut Entries: 0 82 ; Num LiveOut Entries: 5 84 ; LiveOut Entry 1: %rax (1 bytes) --> %al or %ah 88 ; LiveOut Entry 2: %r8 (8 bytes) 92 ; LiveOut Entry 3: %ymm0 (32 bytes) 96 ; LiveOut Entry 4: %ymm1 (32 bytes) 100 ; LiveOut Entry 5: %ymm2 (16 bytes) --> %xmm2 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIFixWWMLiveness.cpp | 134 SparseBitVector<> LiveOut; in runOnWWMInstruction() local 138 addDefs(*II, LiveOut); in runOnWWMInstruction() 145 addDefs(MI, LiveOut); in runOnWWMInstruction() 166 LiveOut &= Reachable; in runOnWWMInstruction() 169 for (unsigned Reg : LiveOut) { in runOnWWMInstruction()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveRangeCalc.cpp | 24 LiveOut.resize(N); in reset() 50 LiveOut[MBB] = LiveOutPair(VNI, (MachineDomTreeNode *)0); in updateLiveIns() 123 if (VNInfo *VNI = LiveOut[Pred].first) { in findReachingDefs() 201 IDomValue = LiveOut[IDom->getBlock()]; in updateSSA() 205 LiveOut[IDom->getBlock()].second = IDomValue.second = in updateSSA() 210 LiveOutPair &Value = LiveOut[*PI]; in updateSSA() 232 LiveOutPair &LOP = LiveOut[MBB]; in updateSSA()
|
D | LiveRangeCalc.h | 67 LiveOutMap LiveOut; variable 194 LiveOut[MBB] = LiveOutPair(VNI, (MachineDomTreeNode *)0); in setLiveOutValue()
|
D | SplitKit.cpp | 200 BI.LiveOut = true; in calcLiveBlockInfo() 204 BI.LiveOut = false; in calcLiveBlockInfo() 215 BI.LiveOut = false; in calcLiveBlockInfo() 221 BI.LiveOut = true; in calcLiveBlockInfo() 1119 if (BI.LiveIn && BI.LiveOut) in shouldSplitSingleBlock() 1133 if (!BI.LiveOut || BI.LastInstr < LastSplitPoint) { in splitSingleBlock() 1267 << (BI.LiveOut ? ", stack-out" : ", killed in block")); in splitRegInBlock() 1273 if (!BI.LiveOut && (!LeaveBefore || LeaveBefore >= BI.LastInstr)) { in splitRegInBlock() 1322 if (!BI.LiveOut || BI.LastInstr < LSP) { in splitRegInBlock() 1364 assert(BI.LiveOut && "Must be live-out"); in splitRegOutBlock()
|
D | RegAllocGreedy.cpp | 686 BC.Exit = BI.LiveOut ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints() 706 if (BI.LiveOut) { in addSplitConstraints() 885 if (BI.LiveIn && BI.LiveOut && BI.FirstDef) in calcSpillCost() 908 if (BI.LiveOut) in calcGlobalSplitCost() 975 if (BI.LiveOut) { in splitAroundRegion() 1278 BI.LiveOut ? BI.LastInstr.getBoundaryIndex() : BI.LastInstr; in calcGapWeights() 1391 const bool LiveAfter = SplitAfter != NumGaps || BI.LiveOut; in tryLocalSplit() 1484 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; in tryLocalSplit()
|
/external/llvm/test/CodeGen/AArch64/ |
D | stackmap-liveness.ll | 29 ; Num LiveOut Entries: 1 31 ; LiveOut Entry 0: X0 35 ; LiveOut Entry 1: SP
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | stackmap-liveness.ll | 30 ; Num LiveOut Entries: 1 32 ; LiveOut Entry 0: X0 36 ; LiveOut Entry 1: SP
|
/external/llvm/lib/CodeGen/ |
D | SafeStackColoring.cpp | 100 BlockInfo.LiveOut.resize(NumAllocas); in collectMarkers() 161 LocalLiveIn |= I->second.LiveOut; in calculateLocalLiveness() 182 if (LocalLiveOut.test(BlockInfo.LiveOut)) { in calculateLocalLiveness() 184 BlockInfo.LiveOut |= LocalLiveOut; in calculateLocalLiveness() 252 << BlockInfo.LiveOut << "\n"; in dumpBlockLiveness()
|
D | StackColoring.cpp | 263 BitVector LiveOut; member 406 dumpBV("LIVE_OUT", BlockInfo.LiveOut); in dumpBB() 646 LocalLiveIn |= I->second.LiveOut; in calculateLocalLiveness() 667 if (LocalLiveOut.test(BlockInfo.LiveOut)) { in calculateLocalLiveness() 669 BlockInfo.LiveOut |= LocalLiveOut; in calculateLocalLiveness() 714 for (int pos = MBBLiveness.LiveOut.find_first(); pos != -1; in calculateLiveIntervals() 715 pos = MBBLiveness.LiveOut.find_next(pos)) { in calculateLiveIntervals()
|
D | SplitKit.cpp | 238 BI.LiveOut = true; in calcLiveBlockInfo() 242 BI.LiveOut = false; in calcLiveBlockInfo() 253 BI.LiveOut = false; in calcLiveBlockInfo() 259 BI.LiveOut = true; in calcLiveBlockInfo() 1234 if (BI.LiveIn && BI.LiveOut) in shouldSplitSingleBlock() 1248 if (!BI.LiveOut || BI.LastInstr < LastSplitPoint) { in splitSingleBlock() 1382 << (BI.LiveOut ? ", stack-out" : ", killed in block")); in splitRegInBlock() 1388 if (!BI.LiveOut && (!LeaveBefore || LeaveBefore >= BI.LastInstr)) { in splitRegInBlock() 1437 if (!BI.LiveOut || BI.LastInstr < LSP) { in splitRegInBlock() 1479 assert(BI.LiveOut && "Must be live-out"); in splitRegOutBlock()
|
D | RegisterPressure.cpp | 740 LaneBitmask LiveOut = Def.LaneMask & ~PreviousMask; in recede() local 741 if (LiveOut != 0) { in recede() 742 discoverLiveOut(RegisterMaskPair(Reg, LiveOut)); in recede() 744 increaseSetPressure(CurrSetPressure, *MRI, Reg, 0, LiveOut); in recede() 745 PreviousMask = LiveOut; in recede() 794 LaneBitmask LiveOut = getLiveThroughAt(Reg, SlotIdx); in recede() local 795 if (LiveOut != 0) in recede() 796 discoverLiveOut(RegisterMaskPair(Reg, LiveOut)); in recede()
|
D | SafeStackColoring.h | 43 BitVector LiveOut; member
|
D | RegAllocGreedy.cpp | 948 BC.Exit = BI.LiveOut ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints() 971 if (BI.LiveOut) { in addSplitConstraints() 1151 if (BI.LiveIn && BI.LiveOut && BI.FirstDef) in calcSpillCost() 1174 if (BI.LiveOut) in calcGlobalSplitCost() 1243 if (BI.LiveOut) { in splitAroundRegion() 1658 BI.LiveOut ? BI.LastInstr.getBoundaryIndex() : BI.LastInstr; in calcGapWeights() 1833 const bool LiveAfter = SplitAfter != NumGaps || BI.LiveOut; in tryLocalSplit() 1928 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; in tryLocalSplit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SafeStackColoring.cpp | 115 BlockInfo.LiveOut.resize(NumAllocas); in collectMarkers() 176 LocalLiveIn |= I->second.LiveOut; in calculateLocalLiveness() 197 if (LocalLiveOut.test(BlockInfo.LiveOut)) { in calculateLocalLiveness() 199 BlockInfo.LiveOut |= LocalLiveOut; in calculateLocalLiveness() 270 << BlockInfo.LiveOut << "\n"; in dumpBlockLiveness()
|
D | StackColoring.cpp | 399 BitVector LiveOut; member 548 dumpBV("LIVE_OUT", BlockInfo.LiveOut); in dumpBB() 783 LocalLiveIn |= I->second.LiveOut; in calculateLocalLiveness() 804 if (LocalLiveOut.test(BlockInfo.LiveOut)) { in calculateLocalLiveness() 806 BlockInfo.LiveOut |= LocalLiveOut; in calculateLocalLiveness()
|
D | RegisterPressure.cpp | 764 LaneBitmask LiveOut = Def.LaneMask & ~PreviousMask; in recede() local 765 if (LiveOut.any()) { in recede() 766 discoverLiveOut(RegisterMaskPair(Reg, LiveOut)); in recede() 769 LiveOut); in recede() 770 PreviousMask = LiveOut; in recede() 819 LaneBitmask LiveOut = getLiveThroughAt(Reg, SlotIdx); in recede() local 820 if (LiveOut.any()) in recede() 821 discoverLiveOut(RegisterMaskPair(Reg, LiveOut)); in recede()
|
D | SplitKit.cpp | 264 BI.LiveOut = true; in calcLiveBlockInfo() 268 BI.LiveOut = false; in calcLiveBlockInfo() 279 BI.LiveOut = false; in calcLiveBlockInfo() 285 BI.LiveOut = true; in calcLiveBlockInfo() 1565 if (BI.LiveIn && BI.LiveOut) in shouldSplitSingleBlock() 1579 if (!BI.LiveOut || BI.LastInstr < LastSplitPoint) { in splitSingleBlock() 1712 << (BI.LiveOut ? ", stack-out" : ", killed in block")); in splitRegInBlock() 1718 if (!BI.LiveOut && (!LeaveBefore || LeaveBefore >= BI.LastInstr)) { in splitRegInBlock() 1767 if (!BI.LiveOut || BI.LastInstr < LSP) { in splitRegInBlock() 1810 assert(BI.LiveOut && "Must be live-out"); in splitRegOutBlock()
|
D | SafeStackColoring.h | 53 BitVector LiveOut; member
|
D | RegAllocGreedy.cpp | 1186 BC.Exit = BI.LiveOut ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints() 1209 if (BI.LiveOut) { in addSplitConstraints() 1387 if (BI.LiveIn && BI.LiveOut && BI.FirstDef) in calcSpillCost() 1565 BI.LiveOut && RegIn && RegOut) { in calcGlobalSplitCost() 1587 if (BI.LiveOut) in calcGlobalSplitCost() 1671 if (BI.LiveOut) { in splitAroundRegion() 2122 BI.LiveOut ? BI.LastInstr.getBoundaryIndex() : BI.LastInstr; in calcGapWeights() 2298 const bool LiveAfter = SplitAfter != NumGaps || BI.LiveOut; in tryLocalSplit() 2392 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; in tryLocalSplit()
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 152 MapVector<BasicBlock *, SetVector<Value *>> LiveOut; member 2464 checkBasicSSA(DT, Data.LiveOut[&BB], BB.getTerminator(), true); in checkBasicSSA() 2484 Data.LiveOut[&BB] = SetVector<Value *>(); in computeLiveInValues() 2485 computeLiveOutSeed(&BB, Data.LiveOut[&BB]); in computeLiveInValues() 2487 Data.LiveIn[&BB].set_union(Data.LiveOut[&BB]); in computeLiveInValues() 2499 SetVector<Value *> LiveOut = Data.LiveOut[BB]; in computeLiveInValues() local 2500 const auto OldLiveOutSize = LiveOut.size(); in computeLiveInValues() 2503 LiveOut.set_union(Data.LiveIn[Succ]); in computeLiveInValues() 2506 if (OldLiveOutSize == LiveOut.size()) { in computeLiveInValues() 2512 Data.LiveOut[BB] = LiveOut; in computeLiveInValues() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 247 MapVector<BasicBlock *, SetVector<Value *>> LiveOut; member 2696 checkBasicSSA(DT, Data.LiveOut[&BB], BB.getTerminator(), true); in checkBasicSSA() 2716 Data.LiveOut[&BB] = SetVector<Value *>(); in computeLiveInValues() 2717 computeLiveOutSeed(&BB, Data.LiveOut[&BB]); in computeLiveInValues() 2719 Data.LiveIn[&BB].set_union(Data.LiveOut[&BB]); in computeLiveInValues() 2731 SetVector<Value *> LiveOut = Data.LiveOut[BB]; in computeLiveInValues() local 2732 const auto OldLiveOutSize = LiveOut.size(); in computeLiveInValues() 2735 LiveOut.set_union(Data.LiveIn[Succ]); in computeLiveInValues() 2738 if (OldLiveOutSize == LiveOut.size()) { in computeLiveInValues() 2744 Data.LiveOut[BB] = LiveOut; in computeLiveInValues() [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceLiveness.h | 59 LivenessBV LiveIn, LiveOut; variable 93 return Nodes[Index].LiveOut; in getLiveOut()
|
D | IceLiveness.cpp | 115 Node.LiveOut.resize(NumGlobals); in initInternal()
|