Searched refs:createDeadDef (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | LiveIntervalCalc.cpp | 42 static void createDeadDef(SlotIndexes &Indexes, VNInfo::Allocator &Alloc, in createDeadDef() function 49 LR.createDeadDef(DefIdx, Alloc); in createDeadDef() 83 createDeadDef(*Indexes, *Alloc, SR, MO); in calculate() 91 createDeadDef(*Indexes, *Alloc, LI, MO); in calculate() 126 MainRange.createDeadDef(VNI->def, *Alloc); in constructMainRangeFromSubranges() 142 createDeadDef(*Indexes, *Alloc, LR, MO); in createDeadDefs()
|
H A D | LiveInterval.cpp | 87 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator *VNInfoAllocator, in createDeadDef() function in __anondae7e9140111::CalcLiveRangeUtilBase 370 VNInfo *LiveRange::createDeadDef(SlotIndex Def, VNInfo::Allocator &VNIAlloc) { in createDeadDef() function in LiveRange 373 return CalcLiveRangeUtilSet(this).createDeadDef(Def, &VNIAlloc, nullptr); in createDeadDef() 375 return CalcLiveRangeUtilVector(this).createDeadDef(Def, &VNIAlloc, nullptr); in createDeadDef() 378 VNInfo *LiveRange::createDeadDef(VNInfo *VNI) { in createDeadDef() function in LiveRange 381 return CalcLiveRangeUtilSet(this).createDeadDef(VNI->def, nullptr, VNI); in createDeadDef() 383 return CalcLiveRangeUtilVector(this).createDeadDef(VNI->def, nullptr, VNI); in createDeadDef()
|
H A D | RegisterCoalescer.cpp | 1180 IntB.createDeadDef(NewCopyIdx, LIS->getVNInfoAllocator()); in removePartialRedundancy() 1182 SR.createDeadDef(NewCopyIdx, LIS->getVNInfoAllocator()); in removePartialRedundancy() 1446 SR.createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef() 1451 SR->createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef() 1488 SR.createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef() 1522 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef() 1537 LR->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator()); in reMaterializeTrivialDef() 2219 LR.createDeadDef(DestRegIdx, LIS->getVNInfoAllocator()); in joinReservedPhysReg()
|
H A D | SplitKit.cpp | 427 LI.createDeadDef(VNI); in addDeadDef() 440 S.createDeadDef(Def, LIS.getVNInfoAllocator()); in addDeadDef() 462 S.createDeadDef(Def, LIS.getVNInfoAllocator()); in addDeadDef() 542 SR.createDeadDef(Def, Allocator); in buildSingleSubRegCopy()
|
H A D | PHIElimination.cpp | 405 DestLI.createDeadDef(DestCopyIndex.getRegSlot(), in LowerPHINode()
|
H A D | LiveIntervals.cpp | 351 VNInfo *VNI = LR->createDeadDef(Begin, getVNInfoAllocator()); in computeLiveInRegUnits()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 333 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNIAlloc); 337 VNInfo *createDeadDef(VNInfo *VNI);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.cpp | 1027 CCLiveRange->createDeadDef(MISlot, LIS->getVNInfoAllocator()); in foldMemoryOperandImpl() 1302 CCLiveRange->createDeadDef(MISlot, LIS->getVNInfoAllocator()); in foldMemoryOperandImpl()
|