Searched refs:createDeadDef (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveIntervalCalc.cpp | 31 static void createDeadDef(SlotIndexes &Indexes, VNInfo::Allocator &Alloc, in createDeadDef() function 38 LR.createDeadDef(DefIdx, Alloc); in createDeadDef() 72 createDeadDef(*Indexes, *Alloc, SR, MO); in calculate() 80 createDeadDef(*Indexes, *Alloc, LI, MO); in calculate() 115 MainRange.createDeadDef(VNI->def, *Alloc); in constructMainRangeFromSubranges() 131 createDeadDef(*Indexes, *Alloc, LR, MO); in createDeadDefs()
|
| H A D | LiveInterval.cpp | 87 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator *VNInfoAllocator, in createDeadDef() function in __anon418b83490111::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 | 1206 IntB.createDeadDef(NewCopyIdx, LIS->getVNInfoAllocator()); in removePartialRedundancy() 1208 SR.createDeadDef(NewCopyIdx, LIS->getVNInfoAllocator()); in removePartialRedundancy() 1583 SR.createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef() 1588 SR->createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef() 1632 SR.createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef() 1669 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef() 1682 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef() 2385 LR.createDeadDef(DestRegIdx, LIS->getVNInfoAllocator()); in joinReservedPhysReg()
|
| H A D | SplitKit.cpp | 431 LI.createDeadDef(VNI); in addDeadDef() 444 S.createDeadDef(Def, LIS.getVNInfoAllocator()); in addDeadDef() 466 S.createDeadDef(Def, LIS.getVNInfoAllocator()); in addDeadDef() 584 SR.createDeadDef(Def, Allocator); in buildCopy()
|
| H A D | RenameIndependentSubregs.cpp | 352 SR->createDeadDef(RegDefIdx, Allocator); in computeMainRangesFixFlags()
|
| H A D | PHIElimination.cpp | 506 LR->createDeadDef(NewStart, LIS->getVNInfoAllocator()); in LowerPHINode()
|
| H A D | LiveIntervals.cpp | 380 VNInfo *VNI = LR->createDeadDef(Begin, getVNInfoAllocator()); in computeLiveInRegUnits()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 342 LLVM_ABI VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNIAlloc); 346 LLVM_ABI VNInfo *createDeadDef(VNInfo *VNI);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 1254 CCLiveRange->createDeadDef(MISlot, LIS->getVNInfoAllocator()); in foldMemoryOperandImpl() 1529 CCLiveRange->createDeadDef(MISlot, LIS->getVNInfoAllocator()); in foldMemoryOperandImpl()
|