Searched refs:VNInfoAllocator (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveStacks.h | 36 VNInfo::Allocator VNInfoAllocator; variable 89 VNInfo::Allocator &getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator()
|
D | LiveInterval.h | 322 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) { in getNextValue() argument 324 new (VNInfoAllocator) VNInfo((unsigned)valnos.size(), def); in getNextValue() 341 VNInfo::Allocator &VNInfoAllocator) { in createValueCopy() argument 343 new (VNInfoAllocator) VNInfo((unsigned)valnos.size(), *orig); in createValueCopy()
|
D | LiveIntervals.h | 65 VNInfo::Allocator VNInfoAllocator; variable 284 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveStacks.cpp | 44 VNInfoAllocator.Reset(); in releaseMemory()
|
D | StackColoring.cpp | 420 VNInfo::Allocator VNInfoAllocator; member in __anond7263c110111::StackColoring 1169 VNInfoAllocator.Reset(); in runOnMachineFunction() 1207 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator); in runOnMachineFunction()
|
D | LiveInterval.cpp | 87 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator *VNInfoAllocator, in createDeadDef() argument 94 VNInfo *VNI = ForVNI ? ForVNI : LR->getNextValue(Def, *VNInfoAllocator); in createDeadDef() 115 VNInfo *VNI = ForVNI ? ForVNI : LR->getNextValue(Def, *VNInfoAllocator); in createDeadDef()
|
D | LiveIntervals.cpp | 122 VNInfoAllocator.Reset(); in releaseMemory() 1559 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange() 1564 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
|