/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LiveStackAnalysis.h | 32 VNInfo::Allocator VNInfoAllocator; variable 86 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator()
|
D | LiveInterval.h | 298 VNInfo::Allocator &VNInfoAllocator) { 300 new (VNInfoAllocator) VNInfo((unsigned)valnos.size(), def, CopyMI); 308 VNInfo::Allocator &VNInfoAllocator) { 310 new (VNInfoAllocator) VNInfo((unsigned)valnos.size(), *orig); 354 VNInfo::Allocator &VNInfoAllocator);
|
D | LiveIntervalAnalysis.h | 58 VNInfo::Allocator VNInfoAllocator; variable 263 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator()
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | LiveStacks.h | 36 VNInfo::Allocator VNInfoAllocator; variable 89 VNInfo::Allocator &getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator()
|
D | LiveInterval.h | 319 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) { in getNextValue() argument 321 new (VNInfoAllocator) VNInfo((unsigned)valnos.size(), def); in getNextValue() 338 VNInfo::Allocator &VNInfoAllocator) { in createValueCopy() argument 340 new (VNInfoAllocator) VNInfo((unsigned)valnos.size(), *orig); in createValueCopy()
|
D | LiveIntervals.h | 66 VNInfo::Allocator VNInfoAllocator; variable 284 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator()
|
/external/llvm/lib/CodeGen/ |
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 | LiveStackAnalysis.cpp | 45 VNInfoAllocator.Reset(); in releaseMemory()
|
D | StackColoring.cpp | 278 VNInfo::Allocator VNInfoAllocator; member in __anon68b6eed20111::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/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveStackAnalysis.cpp | 42 VNInfoAllocator.Reset(); in releaseMemory()
|
D | LiveIntervalAnalysis.cpp | 103 VNInfoAllocator.Reset(); in releaseMemory() 326 VNInfo *ValNo = interval.getNextValue(defIndex, CopyMI, VNInfoAllocator); in handleVirtualRegisterDef() 394 ValNo = interval.getNextValue(Start, 0, VNInfoAllocator); in handleVirtualRegisterDef() 440 VNInfo *ValNo = interval.createValueCopy(OldValNo, VNInfoAllocator); in handleVirtualRegisterDef() 478 ValNo = interval.getNextValue(defIndex, CopyMI, VNInfoAllocator); in handleVirtualRegisterDef() 570 ValNo = interval.getNextValue(start, CopyMI, VNInfoAllocator); in handlePhysicalRegisterDef() 660 interval.getNextValue(defIdx, 0, VNInfoAllocator); in handleLiveInRegister() 1363 nI.getNextValue(SlotIndex(), 0, VNInfoAllocator)); in rewriteInstructionForSpills() 1381 nI.getNextValue(SlotIndex(), 0, VNInfoAllocator)); in rewriteInstructionForSpills()
|
D | LiveInterval.cpp | 554 VNInfo::Allocator &VNInfoAllocator) { in Copy() argument 563 createValueCopy(VNI, VNInfoAllocator); in Copy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveStacks.cpp | 45 VNInfoAllocator.Reset(); in releaseMemory()
|
D | StackColoring.cpp | 420 VNInfo::Allocator VNInfoAllocator; member in __anonaa01312a0111::StackColoring 1150 VNInfoAllocator.Reset(); in runOnMachineFunction() 1188 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator); in runOnMachineFunction()
|
D | LiveInterval.cpp | 88 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator *VNInfoAllocator, in createDeadDef() argument 95 VNInfo *VNI = ForVNI ? ForVNI : LR->getNextValue(Def, *VNInfoAllocator); in createDeadDef() 116 VNInfo *VNI = ForVNI ? ForVNI : LR->getNextValue(Def, *VNInfoAllocator); in createDeadDef()
|
D | LiveIntervals.cpp | 123 VNInfoAllocator.Reset(); in releaseMemory() 1533 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange() 1538 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
|