Searched refs:getVNInfoAllocator (Results 1 – 11 of 11) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | LiveStackAnalysis.h | 85 VNInfo::Allocator &getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator() function
|
D | LiveIntervalAnalysis.h | 261 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator() function
|
/external/llvm/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 201 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()
|
D | PHIElimination.cpp | 323 LIS->getVNInfoAllocator()); in LowerPHINode() 340 LIS->getVNInfoAllocator()); in LowerPHINode()
|
D | RegisterCoalescer.cpp | 793 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()
|
D | SplitKit.cpp | 339 &LIS.getVNInfoAllocator()); in reset() 342 &LIS.getVNInfoAllocator()); in reset() 371 VNInfo *VNI = LI->getNextValue(Idx, LIS.getVNInfoAllocator()); in defValue()
|
D | InlineSpiller.cpp | 1330 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll()
|
D | LiveInterval.cpp | 1440 BumpPtrAllocator &Allocator = LIS.getVNInfoAllocator(); in Distribute()
|
D | TwoAddressInstructionPass.cpp | 1529 VNInfo *VNI = LI.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCVSXFMAMutate.cpp | 288 LIS->getVNInfoAllocator()); in processBlock()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 407 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()
|