Home
last modified time | relevance | path

Searched refs:createDeadDef (Results 1 – 9 of 9) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervalCalc.cpp32 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 DLiveInterval.cpp87 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator *VNInfoAllocator, in createDeadDef() function in __anona843c45e0111::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 DRegisterCoalescer.cpp1193 IntB.createDeadDef(NewCopyIdx, LIS->getVNInfoAllocator()); in removePartialRedundancy()
1195 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 DSplitKit.cpp432 LI.createDeadDef(VNI); in addDeadDef()
445 S.createDeadDef(Def, LIS.getVNInfoAllocator()); in addDeadDef()
467 S.createDeadDef(Def, LIS.getVNInfoAllocator()); in addDeadDef()
585 SR.createDeadDef(Def, Allocator); in buildCopy()
H A DRenameIndependentSubregs.cpp346 SR->createDeadDef(RegDefIdx, Allocator); in computeMainRangesFixFlags()
H A DPHIElimination.cpp498 LR->createDeadDef(NewStart, LIS->getVNInfoAllocator()); in LowerPHINode()
H A DLiveIntervals.cpp364 VNInfo *VNI = LR->createDeadDef(Begin, getVNInfoAllocator()); in computeLiveInRegUnits()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h341 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNIAlloc);
345 VNInfo *createDeadDef(VNInfo *VNI);
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1223 CCLiveRange->createDeadDef(MISlot, LIS->getVNInfoAllocator()); in foldMemoryOperandImpl()
1496 CCLiveRange->createDeadDef(MISlot, LIS->getVNInfoAllocator()); in foldMemoryOperandImpl()