Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp65 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()
H A DLiveInterval.cpp88 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator *VNInfoAllocator, in createDeadDef() function in __anon212ad7ee0111::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()
H A DRegisterCoalescer.cpp1098 IntB.createDeadDef(NewCopyIdx, LIS->getVNInfoAllocator()); in removePartialRedundancy()
1100 SR.createDeadDef(NewCopyIdx, LIS->getVNInfoAllocator()); in removePartialRedundancy()
1361 SR.createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef()
1366 SR->createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef()
1426 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef()
1441 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef()
2050 LR.createDeadDef(DestRegIdx, LIS->getVNInfoAllocator()); in joinReservedPhysReg()
H A DSplitKit.cpp418 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()
H A DPHIElimination.cpp350 DestLI.createDeadDef(DestCopyIndex.getRegSlot(), in LowerPHINode()
H A DLiveIntervals.cpp337 VNInfo *VNI = LR->createDeadDef(Begin, getVNInfoAllocator()); in computeLiveInRegUnits()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLiveInterval.h329 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNIAlloc);
333 VNInfo *createDeadDef(VNInfo *VNI);
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1090 CCLiveRange.createDeadDef(MISlot, LIS->getVNInfoAllocator()); in foldMemoryOperandImpl()