Searched refs:getVNInfoAllocator (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | LiveStackAnalysis.h | 87 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator() function
|
D | LiveIntervalAnalysis.h | 265 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator() function
|
/external/llvm/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 201 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()
|
D | PHIElimination.cpp | 323 LIS->getVNInfoAllocator()); in LowerPHINode() 340 LIS->getVNInfoAllocator()); in LowerPHINode()
|
D | RegisterCoalescer.cpp | 778 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()
|
D | SplitKit.cpp | 336 &LIS.getVNInfoAllocator()); in reset() 339 &LIS.getVNInfoAllocator()); in reset() 368 VNInfo *VNI = LI->getNextValue(Idx, LIS.getVNInfoAllocator()); in defValue()
|
D | InlineSpiller.cpp | 1329 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll()
|
D | TwoAddressInstructionPass.cpp | 1492 VNInfo *VNI = LI.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCVSXFMAMutate.cpp | 264 LIS->getVNInfoAllocator()); in processBlock()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 398 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()
|