Home
last modified time | relevance | path

Searched refs:VNInfoAllocator (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DLiveStackAnalysis.h33 VNInfo::Allocator VNInfoAllocator; variable
85 VNInfo::Allocator &getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator()
DLiveInterval.h307 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()
DLiveIntervalAnalysis.h64 VNInfo::Allocator VNInfoAllocator; variable
260 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLiveStacks.h36 VNInfo::Allocator VNInfoAllocator; variable
89 VNInfo::Allocator &getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator()
DLiveInterval.h319 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()
DLiveIntervals.h66 VNInfo::Allocator VNInfoAllocator; variable
284 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } in getVNInfoAllocator()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveStacks.cpp45 VNInfoAllocator.Reset(); in releaseMemory()
DStackColoring.cpp420 VNInfo::Allocator VNInfoAllocator; member in __anon7aeec56c0111::StackColoring
1150 VNInfoAllocator.Reset(); in runOnMachineFunction()
1188 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator); in runOnMachineFunction()
DLiveInterval.cpp88 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()
DLiveIntervals.cpp123 VNInfoAllocator.Reset(); in releaseMemory()
1533 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
1538 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
/external/llvm/lib/CodeGen/
DLiveStackAnalysis.cpp45 VNInfoAllocator.Reset(); in releaseMemory()
DLiveInterval.cpp62 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()
DStackColoring.cpp278 VNInfo::Allocator VNInfoAllocator; member in __anonbaa27ad40111::StackColoring
991 VNInfoAllocator.Reset(); in runOnMachineFunction()
1026 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator); in runOnMachineFunction()
DLiveIntervalAnalysis.cpp108 VNInfoAllocator.Reset(); in releaseMemory()
1452 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()
1457 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange()