Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLiveStackAnalysis.h85 VNInfo::Allocator &getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator() function
DLiveIntervalAnalysis.h261 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator() function
/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp201 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in computeVirtRegInterval()
271 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in computeRegUnitRange()
335 VNInfo *VNI = LR->createDeadDef(Begin, getVNInfoAllocator()); in computeLiveInRegUnits()
600 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in extendToIndices()
854 getVNInfoAllocator()); in addSegmentToEndOfBlock()
DPHIElimination.cpp323 LIS->getVNInfoAllocator()); in LowerPHINode()
340 LIS->getVNInfoAllocator()); in LowerPHINode()
DRegisterCoalescer.cpp793 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in removeCopyByCommutingDef()
1032 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef()
1057 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef()
1205 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in updateRegDefsUses()
1543 LR.createDeadDef(DestRegIdx, LIS->getVNInfoAllocator()); in joinReservedPhysReg()
2529 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in mergeSubRangeInto()
2590 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in joinVirtRegs()
DSplitKit.cpp339 &LIS.getVNInfoAllocator()); in reset()
342 &LIS.getVNInfoAllocator()); in reset()
371 VNInfo *VNI = LI->getNextValue(Idx, LIS.getVNInfoAllocator()); in defValue()
DInlineSpiller.cpp1330 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll()
DLiveInterval.cpp1440 BumpPtrAllocator &Allocator = LIS.getVNInfoAllocator(); in Distribute()
DTwoAddressInstructionPass.cpp1529 VNInfo *VNI = LI.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs()
/external/llvm/lib/Target/PowerPC/
DPPCVSXFMAMutate.cpp288 LIS->getVNInfoAllocator()); in processBlock()
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp407 NewVN = LI.getNextValue(I->start, LIS->getVNInfoAllocator()); in terminateSegment()
454 VNInfo *VN = LID.getNextValue(MX, LIS->getVNInfoAllocator()); in addInstrToLiveness()
1229 NewVN = L1.getNextValue(I->valno->def, LIS->getVNInfoAllocator()); in coalesceRegisters()