/external/llvm/include/llvm/CodeGen/ |
D | LiveStackAnalysis.h | 33 VNInfo::Allocator VNInfoAllocator; variable 85 VNInfo::Allocator &getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator()
|
D | LiveInterval.h | 307 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) { in getNextValue() argument 309 new (VNInfoAllocator) VNInfo((unsigned)valnos.size(), def); in getNextValue() 317 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNInfoAllocator); 322 VNInfo::Allocator &VNInfoAllocator) { in createValueCopy() argument 324 new (VNInfoAllocator) VNInfo((unsigned)valnos.size(), *orig); in createValueCopy()
|
D | LiveIntervalAnalysis.h | 64 VNInfo::Allocator VNInfoAllocator; variable 260 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | LiveStacks.h | 36 VNInfo::Allocator VNInfoAllocator; variable 89 VNInfo::Allocator &getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator()
|
D | LiveIntervals.h | 65 VNInfo::Allocator VNInfoAllocator; variable 285 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator()
|
D | LiveInterval.h | 323 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) { in getNextValue() argument 325 new (VNInfoAllocator) VNInfo((unsigned)valnos.size(), def); in getNextValue() 342 VNInfo::Allocator &VNInfoAllocator) { in createValueCopy() argument 344 new (VNInfoAllocator) VNInfo((unsigned)valnos.size(), *orig); in createValueCopy()
|
/external/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 | LiveIntervals.h | 65 VNInfo::Allocator VNInfoAllocator; variable 284 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()
|
/external/llvm/lib/CodeGen/ |
D | LiveStackAnalysis.cpp | 45 VNInfoAllocator.Reset(); in releaseMemory()
|
D | LiveInterval.cpp | 62 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNInfoAllocator) { in createDeadDef() argument 67 VNInfo *VNI = LR->getNextValue(Def, VNInfoAllocator); in createDeadDef() 87 VNInfo *VNI = LR->getNextValue(Def, VNInfoAllocator); in createDeadDef() 324 VNInfo::Allocator &VNInfoAllocator) { in createDeadDef() argument 327 return CalcLiveRangeUtilSet(this).createDeadDef(Def, VNInfoAllocator); in createDeadDef() 329 return CalcLiveRangeUtilVector(this).createDeadDef(Def, VNInfoAllocator); in createDeadDef()
|
D | StackColoring.cpp | 278 VNInfo::Allocator VNInfoAllocator; member in __anon2ac785b00111::StackColoring 991 VNInfoAllocator.Reset(); in runOnMachineFunction() 1026 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator); in runOnMachineFunction()
|
D | LiveIntervalAnalysis.cpp | 108 VNInfoAllocator.Reset(); in releaseMemory() 1452 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange() 1457 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | LiveStacks.cpp | 44 VNInfoAllocator.Reset(); in releaseMemory()
|
D | StackColoring.cpp | 450 VNInfo::Allocator VNInfoAllocator; member in __anon2c0f1dde0111::StackColoring 1220 VNInfoAllocator.Reset(); in runOnMachineFunction() 1258 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 | 120 VNInfoAllocator.Reset(); in releaseMemory() 1609 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange() 1614 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
|
/external/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 __anond12501d20111::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()
|