/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | Spiller.cpp | 147 newLI->getNextValue(loadIndex, 0, lis->getVNInfoAllocator()); in trivialSpillEverywhere() 161 newLI->getNextValue(beginIndex, 0, lis->getVNInfoAllocator()); in trivialSpillEverywhere() 225 SI.getNextValue(SlotIndex(), 0, lss->getVNInfoAllocator()); in spill()
|
D | Splitter.cpp | 111 ls.lis->getVNInfoAllocator()); in getNewVNI() 188 getNewLI()->getNextValue(newDefIdx, 0, ls.lis->getVNInfoAllocator()); in applyOutgoing() 525 VNInfo *newVal = li.getNextValue(newDefIdx, 0, lis->getVNInfoAllocator()); in insertPreHeader() 626 lis->getVNInfoAllocator()); in splitEdge()
|
D | InlineSpiller.cpp | 909 VNInfo *DefVNI = NewLI.getNextValue(DefIdx, 0, LIS.getVNInfoAllocator()); in reMaterializeFor() 1070 LIS.getVNInfoAllocator()); in insertReload() 1085 VNInfo *StoreVNI = NewLI.getNextValue(Idx, 0, LIS.getVNInfoAllocator()); in insertSpill() 1196 VNInfo *VNI = NewLI.getNextValue(Idx, 0, LIS.getVNInfoAllocator()); in spillAroundUses() 1211 StackInt->getNextValue(SlotIndex(), 0, LSS.getVNInfoAllocator()); in spillAll()
|
D | StrongPHIElimination.cpp | 354 NewVNI = NewLI.createValueCopy(DestLR->valno, LI->getVNInfoAllocator()); in runOnMachineFunction() 783 LI->getVNInfoAllocator()); in InsertCopiesForPHI() 818 NewVN = NewLI.createValueCopy(OldVN, LI->getVNInfoAllocator()); in MergeLIsAndRename()
|
D | SplitKit.cpp | 354 VNInfo *VNI = LI->getNextValue(Idx, 0, LIS.getVNInfoAllocator()); in defValue() 907 &LIS.getVNInfoAllocator()); in transferValues() 910 &LIS.getVNInfoAllocator()); in transferValues() 936 LIS.getSlotIndexes(), &MDT, &LIS.getVNInfoAllocator()); in extendPHIKillRanges() 987 &MDT, &LIS.getVNInfoAllocator()); in rewriteAssigned()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveStackAnalysis.h | 85 VNInfo::Allocator &getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator() function
|
D | LiveIntervalAnalysis.h | 260 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator() function
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LiveStackAnalysis.h | 86 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator() function
|
D | LiveIntervalAnalysis.h | 263 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator() function
|
/external/swiftshader/third_party/llvm-7.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
|
/external/llvm/lib/CodeGen/ |
D | RenameIndependentSubregs.cpp | 259 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in distribute() 291 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in computeMainRangesFixFlags()
|
D | LiveIntervalAnalysis.cpp | 192 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in computeVirtRegInterval() 260 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in computeRegUnitRange() 324 VNInfo *VNI = LR->createDeadDef(Begin, getVNInfoAllocator()); in computeLiveInRegUnits() 579 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in extendToIndices() 832 getVNInfoAllocator()); in addSegmentToEndOfBlock() 1573 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in constructMainRangeFromSubranges()
|
D | RegisterCoalescer.cpp | 803 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in removeCopyByCommutingDef() 1057 VNInfo::Allocator& Alloc = LIS->getVNInfoAllocator(); in reMaterializeTrivialDef() 1096 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef() 1111 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef() 1298 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in updateRegDefsUses() 1617 LR.createDeadDef(DestRegIdx, LIS->getVNInfoAllocator()); in joinReservedPhysReg() 2603 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in mergeSubRangeInto() 2664 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in joinVirtRegs()
|
D | PHIElimination.cpp | 322 LIS->getVNInfoAllocator()); in LowerPHINode() 339 LIS->getVNInfoAllocator()); in LowerPHINode()
|
D | SplitKit.cpp | 361 &LIS.getVNInfoAllocator()); in reset() 364 &LIS.getVNInfoAllocator()); in reset() 393 VNInfo *VNI = LI->getNextValue(Idx, LIS.getVNInfoAllocator()); in defValue()
|
D | LiveRangeEdit.cpp | 338 VNInfo *VNI = NewLI.getNextValue(Idx, LIS.getVNInfoAllocator()); in eliminateDeadDef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 385 &LIS.getVNInfoAllocator()); in reset() 388 &LIS.getVNInfoAllocator()); in reset() 431 S.createDeadDef(Def, LIS.getVNInfoAllocator()); in addDeadDef() 453 S.createDeadDef(Def, LIS.getVNInfoAllocator()); in addDeadDef() 467 VNInfo *VNI = LI->getNextValue(Idx, LIS.getVNInfoAllocator()); in defValue() 523 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 | 48 VNInfo::Allocator &Alloc = LIS.getVNInfoAllocator(); in createEmptyIntervalFrom() 364 VNInfo *VNI = NewLI.getNextValue(Idx, LIS.getVNInfoAllocator()); in eliminateDeadDef()
|
D | LiveIntervals.cpp | 198 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in computeVirtRegInterval() 266 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in computeRegUnitRange() 337 VNInfo *VNI = LR->createDeadDef(Begin, getVNInfoAllocator()); in computeLiveInRegUnits() 617 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in extendToIndices() 873 getVNInfoAllocator()); in addSegmentToEndOfBlock() 1657 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in constructMainRangeFromSubranges()
|
D | RegisterCoalescer.cpp | 851 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in removeCopyByCommutingDef() 1034 IntB.createDeadDef(NewCopyIdx, LIS->getVNInfoAllocator()); in removePartialRedundancy() 1036 SR.createDeadDef(NewCopyIdx, LIS->getVNInfoAllocator()); in removePartialRedundancy() 1279 VNInfo::Allocator& Alloc = LIS->getVNInfoAllocator(); in reMaterializeTrivialDef() 1347 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef() 1362 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef() 1581 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in updateRegDefsUses() 1939 LR.createDeadDef(DestRegIdx, LIS->getVNInfoAllocator()); in joinReservedPhysReg() 3109 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in mergeSubRangeInto() 3145 BumpPtrAllocator &Allocator = LIS->getVNInfoAllocator(); in joinVirtRegs()
|
D | PHIElimination.cpp | 336 LIS->getVNInfoAllocator()); in LowerPHINode() 353 LIS->getVNInfoAllocator()); in LowerPHINode()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCVSXFMAMutate.cpp | 307 LIS->getVNInfoAllocator()); in processBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCVSXFMAMutate.cpp | 308 LIS->getVNInfoAllocator()); in processBlock()
|