/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveStacks.h | 93 VNInfo::Allocator &getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator() function
|
H A D | LiveIntervals.h | 293 VNInfo::Allocator &getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SplitKit.cpp | 376 &LIS.getVNInfoAllocator()); in reset() 379 &LIS.getVNInfoAllocator()); in reset() 445 S.createDeadDef(Def, LIS.getVNInfoAllocator()); in addDeadDef() 467 S.createDeadDef(Def, LIS.getVNInfoAllocator()); in addDeadDef() 481 VNInfo *VNI = LI->getNextValue(Idx, LIS.getVNInfoAllocator()); in defValue() 581 BumpPtrAllocator &Allocator = LIS.getVNInfoAllocator(); in buildCopy() 1308 &LIS.getVNInfoAllocator()); in extendPHIKillRanges() 1423 &LIS.getVNInfoAllocator()); in rewriteAssigned()
|
H A D | RenameIndependentSubregs.cpp | 271 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in distribute() 303 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in computeMainRangesFixFlags()
|
H A D | LiveRangeEdit.cpp | 48 VNInfo::Allocator &Alloc = LIS.getVNInfoAllocator(); in createEmptyIntervalFrom() 401 VNInfo::Allocator &Alloc = LIS.getVNInfoAllocator(); in eliminateDeadDef()
|
H A D | RegisterCoalescer.cpp | 979 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in removeCopyByCommutingDef() 1193 IntB.createDeadDef(NewCopyIdx, LIS->getVNInfoAllocator()); in removePartialRedundancy() 1195 SR.createDeadDef(NewCopyIdx, LIS->getVNInfoAllocator()); in removePartialRedundancy() 1523 VNInfo::Allocator& Alloc = LIS->getVNInfoAllocator(); in reMaterializeTrivialDef() 1550 VNInfo::Allocator &Alloc = LIS->getVNInfoAllocator(); in reMaterializeTrivialDef() 1612 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef() 1625 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef() 1873 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in updateRegDefsUses() 2325 LR.createDeadDef(DestRegIdx, LIS->getVNInfoAllocator()); in joinReservedPhysReg() 3582 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in mergeSubRangeInto() [all …]
|
H A D | LiveIntervals.cpp | 216 LICalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in computeVirtRegInterval() 298 LICalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in computeRegUnitRange() 364 VNInfo *VNI = LR->createDeadDef(Begin, getVNInfoAllocator()); in computeLiveInRegUnits() 644 LICalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in extendToIndices() 893 getVNInfoAllocator()); in addSegmentToEndOfBlock() 1784 LICalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in constructMainRangeFromSubranges()
|
H A D | PHIElimination.cpp | 472 IncomingLI.getNextValue(MBBStartIndex, LIS->getVNInfoAllocator()); in LowerPHINode() 498 LR->createDeadDef(NewStart, LIS->getVNInfoAllocator()); in LowerPHINode()
|
H A D | TwoAddressInstructionPass.cpp | 1632 VNInfo *VNI = LI.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs() 1635 VNI = S.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs() 1642 LR->getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs() 1797 VNInfo::Allocator &A = LIS->getVNInfoAllocator(); in processStatepoint()
|
H A D | InlineSpiller.cpp | 1244 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll() 1317 BumpPtrAllocator &Allocator = LIS.getVNInfoAllocator(); in addToMergeableSpills()
|
H A D | LiveInterval.cpp | 1379 BumpPtrAllocator &Allocator = LIS.getVNInfoAllocator(); in Distribute()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCVSXFMAMutate.cpp | 306 NewFMAInt.getNextValue(AI.start, LIS->getVNInfoAllocator()); in processBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNRewritePartialRegUses.cpp | 357 auto &Allocator = LIS->getVNInfoAllocator(); in updateLiveIntervals()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.cpp | 1223 CCLiveRange->createDeadDef(MISlot, LIS->getVNInfoAllocator()); in foldMemoryOperandImpl() 1496 CCLiveRange->createDeadDef(MISlot, LIS->getVNInfoAllocator()); in foldMemoryOperandImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 1191 NewVN = L1.getNextValue(I.valno->def, LIS->getVNInfoAllocator()); in coalesceRegisters()
|