Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLiveStackAnalysis.h87 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator() function
DLiveIntervalAnalysis.h265 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator() function
/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp201 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in computeVirtRegInterval()
253 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in computeRegUnitRange()
318 VNInfo *VNI = LR->createDeadDef(Begin, getVNInfoAllocator()); in computeLiveInRegUnits()
570 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in extendToIndices()
824 getVNInfoAllocator()); in addSegmentToEndOfBlock()
DPHIElimination.cpp323 LIS->getVNInfoAllocator()); in LowerPHINode()
340 LIS->getVNInfoAllocator()); in LowerPHINode()
DRegisterCoalescer.cpp778 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in removeCopyByCommutingDef()
995 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef()
1020 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef()
1168 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in updateRegDefsUses()
1497 LR.createDeadDef(DestRegIdx, LIS->getVNInfoAllocator()); in joinReservedPhysReg()
2481 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in mergeSubRangeInto()
2543 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in joinVirtRegs()
DSplitKit.cpp336 &LIS.getVNInfoAllocator()); in reset()
339 &LIS.getVNInfoAllocator()); in reset()
368 VNInfo *VNI = LI->getNextValue(Idx, LIS.getVNInfoAllocator()); in defValue()
DInlineSpiller.cpp1329 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll()
DTwoAddressInstructionPass.cpp1492 VNInfo *VNI = LI.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs()
/external/llvm/lib/Target/PowerPC/
DPPCVSXFMAMutate.cpp264 LIS->getVNInfoAllocator()); in processBlock()
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp398 NewVN = LI.getNextValue(I->start, LIS->getVNInfoAllocator()); in terminateSegment()
445 VNInfo *VN = LID.getNextValue(MX, LIS->getVNInfoAllocator()); in addInstrToLiveness()
1220 NewVN = L1.getNextValue(I->valno->def, LIS->getVNInfoAllocator()); in coalesceRegisters()