/external/llvm/lib/CodeGen/ |
D | LiveRangeCalc.cpp | 43 static void createDeadDef(SlotIndexes &Indexes, VNInfo::Allocator &Alloc, in createDeadDef() function 50 LR.createDeadDef(DefIdx, Alloc); in createDeadDef() 94 createDeadDef(*Indexes, *Alloc, *CommonRange, MO); in calculate() 101 createDeadDef(*Indexes, *Alloc, *NewRange, MO); in calculate() 108 createDeadDef(*Indexes, *Alloc, LI, MO); in calculate() 139 MainRange.createDeadDef(VNI->def, *Alloc); in constructMainRangeFromSubranges() 153 createDeadDef(*Indexes, *Alloc, LR, MO); in createDeadDefs()
|
D | LiveInterval.cpp | 62 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNInfoAllocator) { in createDeadDef() function in __anonb437b32b0111::CalcLiveRangeUtilBase 323 VNInfo *LiveRange::createDeadDef(SlotIndex Def, in createDeadDef() function in LiveRange 327 return CalcLiveRangeUtilSet(this).createDeadDef(Def, VNInfoAllocator); in createDeadDef() 329 return CalcLiveRangeUtilVector(this).createDeadDef(Def, VNInfoAllocator); in createDeadDef()
|
D | RegisterCoalescer.cpp | 1060 SR.createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef() 1065 SR->createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef() 1096 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef() 1111 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef() 1617 LR.createDeadDef(DestRegIdx, LIS->getVNInfoAllocator()); in joinReservedPhysReg()
|
D | PHIElimination.cpp | 338 DestLI.createDeadDef(DestCopyIndex.getRegSlot(), in LowerPHINode()
|
D | LiveIntervalAnalysis.cpp | 324 VNInfo *VNI = LR->createDeadDef(Begin, getVNInfoAllocator()); in computeLiveInRegUnits()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveRangeCalc.cpp | 65 static void createDeadDef(SlotIndexes &Indexes, VNInfo::Allocator &Alloc, in createDeadDef() function 72 LR.createDeadDef(DefIdx, Alloc); in createDeadDef() 101 createDeadDef(*Indexes, *Alloc, SR, MO); in calculate() 108 createDeadDef(*Indexes, *Alloc, LI, MO); in calculate() 140 MainRange.createDeadDef(VNI->def, *Alloc); in constructMainRangeFromSubranges() 153 createDeadDef(*Indexes, *Alloc, LR, MO); in createDeadDefs()
|
D | LiveInterval.cpp | 88 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator *VNInfoAllocator, in createDeadDef() function in __anon4cad55630111::CalcLiveRangeUtilBase 373 VNInfo *LiveRange::createDeadDef(SlotIndex Def, VNInfo::Allocator &VNIAlloc) { in createDeadDef() function in LiveRange 376 return CalcLiveRangeUtilSet(this).createDeadDef(Def, &VNIAlloc, nullptr); in createDeadDef() 378 return CalcLiveRangeUtilVector(this).createDeadDef(Def, &VNIAlloc, nullptr); in createDeadDef() 381 VNInfo *LiveRange::createDeadDef(VNInfo *VNI) { in createDeadDef() function in LiveRange 384 return CalcLiveRangeUtilSet(this).createDeadDef(VNI->def, nullptr, VNI); in createDeadDef() 386 return CalcLiveRangeUtilVector(this).createDeadDef(VNI->def, nullptr, VNI); in createDeadDef()
|
D | RegisterCoalescer.cpp | 1034 IntB.createDeadDef(NewCopyIdx, LIS->getVNInfoAllocator()); in removePartialRedundancy() 1036 SR.createDeadDef(NewCopyIdx, LIS->getVNInfoAllocator()); in removePartialRedundancy() 1282 SR.createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef() 1287 SR->createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef() 1347 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef() 1362 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef() 1939 LR.createDeadDef(DestRegIdx, LIS->getVNInfoAllocator()); in joinReservedPhysReg()
|
D | SplitKit.cpp | 418 LI.createDeadDef(VNI); in addDeadDef() 431 S.createDeadDef(Def, LIS.getVNInfoAllocator()); in addDeadDef() 453 S.createDeadDef(Def, LIS.getVNInfoAllocator()); in addDeadDef() 533 SR.createDeadDef(Def, Allocator); in buildSingleSubRegCopy()
|
D | PHIElimination.cpp | 352 DestLI.createDeadDef(DestCopyIndex.getRegSlot(), in LowerPHINode()
|
D | LiveIntervals.cpp | 337 VNInfo *VNI = LR->createDeadDef(Begin, getVNInfoAllocator()); in computeLiveInRegUnits()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 329 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNIAlloc); 333 VNInfo *createDeadDef(VNInfo *VNI);
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 317 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNInfoAllocator);
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 902 CCLiveRange.createDeadDef(MISlot, LIS->getVNInfoAllocator()); in foldMemoryOperandImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1164 CCLiveRange.createDeadDef(MISlot, LIS->getVNInfoAllocator()); in foldMemoryOperandImpl()
|