Searched refs:createDeadDef (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | LiveIntervalCalc.cpp | 33 static void createDeadDef(SlotIndexes &Indexes, VNInfo::Allocator &Alloc, in createDeadDef() function 40 LR.createDeadDef(DefIdx, Alloc); in createDeadDef() 74 createDeadDef(*Indexes, *Alloc, SR, MO); in calculate() 82 createDeadDef(*Indexes, *Alloc, LI, MO); in calculate() 117 MainRange.createDeadDef(VNI->def, *Alloc); in constructMainRangeFromSubranges() 133 createDeadDef(*Indexes, *Alloc, LR, MO); in createDeadDefs()
|
| H A D | LiveInterval.cpp | 87 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator *VNInfoAllocator, in createDeadDef() function in __anon01eff5e00111::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() 1475 SR.createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef() 1480 SR->createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef() 1517 SR.createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef() 1551 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef() 1566 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef() 2252 LR.createDeadDef(DestRegIdx, LIS->getVNInfoAllocator()); in joinReservedPhysReg()
|
| H A D | SplitKit.cpp | 422 LI.createDeadDef(VNI); in addDeadDef() 435 S.createDeadDef(Def, LIS.getVNInfoAllocator()); in addDeadDef() 457 S.createDeadDef(Def, LIS.getVNInfoAllocator()); in addDeadDef() 574 SR.createDeadDef(Def, Allocator); in buildCopy()
|
| H A D | PHIElimination.cpp | 414 DestLI.createDeadDef(DestCopyIndex.getRegSlot(), in LowerPHINode()
|
| H A D | LiveIntervals.cpp | 344 VNInfo *VNI = LR->createDeadDef(Begin, getVNInfoAllocator()); in computeLiveInRegUnits()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 341 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNIAlloc); 345 VNInfo *createDeadDef(VNInfo *VNI);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 1039 CCLiveRange->createDeadDef(MISlot, LIS->getVNInfoAllocator()); in foldMemoryOperandImpl() 1312 CCLiveRange->createDeadDef(MISlot, LIS->getVNInfoAllocator()); in foldMemoryOperandImpl()
|