Searched refs:createDeadDef (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveIntervalCalc.cpp | 32 static void createDeadDef(SlotIndexes &Indexes, VNInfo::Allocator &Alloc, in createDeadDef() function 39 LR.createDeadDef(DefIdx, Alloc); in createDeadDef() 73 createDeadDef(*Indexes, *Alloc, SR, MO); in calculate() 81 createDeadDef(*Indexes, *Alloc, LI, MO); in calculate() 116 MainRange.createDeadDef(VNI->def, *Alloc); in constructMainRangeFromSubranges() 132 createDeadDef(*Indexes, *Alloc, LR, MO); in createDeadDefs()
|
| H A D | LiveInterval.cpp | 87 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator *VNInfoAllocator, in createDeadDef() function in __anonf3b578ff0111::CalcLiveRangeUtilBase 355 VNInfo *LiveRange::createDeadDef(SlotIndex Def, VNInfo::Allocator &VNIAlloc) { in createDeadDef() function in LiveRange 358 return CalcLiveRangeUtilSet(this).createDeadDef(Def, &VNIAlloc, nullptr); in createDeadDef() 360 return CalcLiveRangeUtilVector(this).createDeadDef(Def, &VNIAlloc, nullptr); in createDeadDef() 363 VNInfo *LiveRange::createDeadDef(VNInfo *VNI) { in createDeadDef() function in LiveRange 366 return CalcLiveRangeUtilSet(this).createDeadDef(VNI->def, nullptr, VNI); in createDeadDef() 368 return CalcLiveRangeUtilVector(this).createDeadDef(VNI->def, nullptr, VNI); in createDeadDef()
|
| H A D | RegisterCoalescer.cpp | 1192 IntB.createDeadDef(NewCopyIdx, LIS->getVNInfoAllocator()); in removePartialRedundancy() 1194 SR.createDeadDef(NewCopyIdx, LIS->getVNInfoAllocator()); in removePartialRedundancy() 1526 SR.createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef() 1531 SR->createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef() 1575 SR.createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef() 1612 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef() 1625 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef() 2325 LR.createDeadDef(DestRegIdx, LIS->getVNInfoAllocator()); in joinReservedPhysReg()
|
| H A D | SplitKit.cpp | 433 LI.createDeadDef(VNI); in addDeadDef() 446 S.createDeadDef(Def, LIS.getVNInfoAllocator()); in addDeadDef() 468 S.createDeadDef(Def, LIS.getVNInfoAllocator()); in addDeadDef() 586 SR.createDeadDef(Def, Allocator); in buildCopy()
|
| H A D | PHIElimination.cpp | 423 LR->createDeadDef(NewStart, LIS->getVNInfoAllocator()); in LowerPHINode()
|
| H A D | LiveIntervals.cpp | 339 VNInfo *VNI = LR->createDeadDef(Begin, getVNInfoAllocator()); in computeLiveInRegUnits()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 341 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNIAlloc); 345 VNInfo *createDeadDef(VNInfo *VNI);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 1051 CCLiveRange->createDeadDef(MISlot, LIS->getVNInfoAllocator()); in foldMemoryOperandImpl() 1324 CCLiveRange->createDeadDef(MISlot, LIS->getVNInfoAllocator()); in foldMemoryOperandImpl()
|