Home
last modified time | relevance | path

Searched refs:getVNInfoAllocator (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveStacks.h93 VNInfo::Allocator &getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator() function
H A DLiveIntervals.h293 VNInfo::Allocator &getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp376 &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 DRenameIndependentSubregs.cpp271 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in distribute()
303 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in computeMainRangesFixFlags()
H A DLiveRangeEdit.cpp48 VNInfo::Allocator &Alloc = LIS.getVNInfoAllocator(); in createEmptyIntervalFrom()
401 VNInfo::Allocator &Alloc = LIS.getVNInfoAllocator(); in eliminateDeadDef()
H A DRegisterCoalescer.cpp979 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 DLiveIntervals.cpp216 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 DPHIElimination.cpp472 IncomingLI.getNextValue(MBBStartIndex, LIS->getVNInfoAllocator()); in LowerPHINode()
498 LR->createDeadDef(NewStart, LIS->getVNInfoAllocator()); in LowerPHINode()
H A DTwoAddressInstructionPass.cpp1632 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 DInlineSpiller.cpp1244 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll()
1317 BumpPtrAllocator &Allocator = LIS.getVNInfoAllocator(); in addToMergeableSpills()
H A DLiveInterval.cpp1379 BumpPtrAllocator &Allocator = LIS.getVNInfoAllocator(); in Distribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp306 NewFMAInt.getNextValue(AI.start, LIS->getVNInfoAllocator()); in processBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRewritePartialRegUses.cpp357 auto &Allocator = LIS->getVNInfoAllocator(); in updateLiveIntervals()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1223 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 DHexagonExpandCondsets.cpp1191 NewVN = L1.getNextValue(I.valno->def, LIS->getVNInfoAllocator()); in coalesceRegisters()