Searched refs:getVNInfoAllocator (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveStacks.h | 89 VNInfo::Allocator &getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator() function
|
D | LiveIntervals.h | 284 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 384 &LIS.getVNInfoAllocator()); in reset() 387 &LIS.getVNInfoAllocator()); in reset() 430 S.createDeadDef(Def, LIS.getVNInfoAllocator()); in addDeadDef() 452 S.createDeadDef(Def, LIS.getVNInfoAllocator()); in addDeadDef() 466 VNInfo *VNI = LI->getNextValue(Idx, LIS.getVNInfoAllocator()); in defValue() 522 BumpPtrAllocator &Allocator = LIS.getVNInfoAllocator(); in buildSingleSubRegCopy() 1294 &LIS.getVNInfoAllocator()); in extendPHIKillRanges() 1390 &LIS.getVNInfoAllocator()); in rewriteAssigned()
|
D | RenameIndependentSubregs.cpp | 271 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in distribute() 303 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in computeMainRangesFixFlags()
|
D | LiveRangeEdit.cpp | 47 VNInfo::Allocator &Alloc = LIS.getVNInfoAllocator(); in createEmptyIntervalFrom() 365 VNInfo *VNI = NewLI.getNextValue(Idx, LIS.getVNInfoAllocator()); in eliminateDeadDef()
|
D | LiveIntervals.cpp | 197 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in computeVirtRegInterval() 270 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in computeRegUnitRange() 341 VNInfo *VNI = LR->createDeadDef(Begin, getVNInfoAllocator()); in computeLiveInRegUnits() 627 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in extendToIndices() 883 getVNInfoAllocator()); in addSegmentToEndOfBlock() 1682 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in constructMainRangeFromSubranges()
|
D | PHIElimination.cpp | 338 LIS->getVNInfoAllocator()); in LowerPHINode() 355 LIS->getVNInfoAllocator()); in LowerPHINode()
|
D | RegisterCoalescer.cpp | 945 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in removeCopyByCommutingDef() 1157 IntB.createDeadDef(NewCopyIdx, LIS->getVNInfoAllocator()); in removePartialRedundancy() 1159 SR.createDeadDef(NewCopyIdx, LIS->getVNInfoAllocator()); in removePartialRedundancy() 1417 VNInfo::Allocator& Alloc = LIS->getVNInfoAllocator(); in reMaterializeTrivialDef() 1485 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef() 1500 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef() 1735 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in updateRegDefsUses() 2116 LR.createDeadDef(DestRegIdx, LIS->getVNInfoAllocator()); in joinReservedPhysReg() 3318 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in mergeSubRangeInto() 3370 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in joinVirtRegs()
|
D | InlineSpiller.cpp | 1065 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator()); in spillAll() 1140 BumpPtrAllocator &Allocator = LIS.getVNInfoAllocator(); in addToMergeableSpills()
|
D | LiveInterval.cpp | 1393 BumpPtrAllocator &Allocator = LIS.getVNInfoAllocator(); in Distribute()
|
D | TwoAddressInstructionPass.cpp | 1582 VNInfo *VNI = LI.getNextValue(LastCopyIdx, LIS->getVNInfoAllocator()); in processTiedPairs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCVSXFMAMutate.cpp | 308 LIS->getVNInfoAllocator()); in processBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 1168 NewVN = L1.getNextValue(I->valno->def, LIS->getVNInfoAllocator()); in coalesceRegisters()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1032 CCLiveRange.createDeadDef(MISlot, LIS->getVNInfoAllocator()); in foldMemoryOperandImpl()
|