Searched refs:OldLI (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNRewritePartialRegUses.cpp | 354 auto &OldLI = LIS->getInterval(OldReg); in updateLiveIntervals() local 358 NewLI.setWeight(OldLI.weight()); in updateLiveIntervals() 360 for (auto &SR : OldLI.subranges()) { in updateLiveIntervals() 399 NewLI.assign(OldLI, Allocator); in updateLiveIntervals()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | Local.h | 470 void copyNonnullMetadata(const LoadInst &OldLI, MDNode *N, LoadInst &NewLI); 476 void copyRangeMetadata(const DataLayout &DL, const LoadInst &OldLI, MDNode *N,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveRangeEdit.cpp | 47 LiveInterval &OldLI = LIS.getInterval(OldReg); in createEmptyIntervalFrom() local 49 for (LiveInterval::SubRange &S : OldLI.subranges()) in createEmptyIntervalFrom()
|
H A D | InlineSpiller.cpp | 1145 LiveInterval &OldLI = LIS.getInterval(Reg); in spillAroundUses() local 1177 if (VNInfo *VNI = OldLI.getVNInfoAt(Idx.getRegSlot(true))) in spillAroundUses() 1191 if (hoistSpillInsideBB(OldLI, MI)) { in spillAroundUses()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 3558 void llvm::copyNonnullMetadata(const LoadInst &OldLI, MDNode *N, in copyNonnullMetadata() argument 3574 const Value *Ptr = OldLI.getPointerOperand(); in copyNonnullMetadata() 3583 void llvm::copyRangeMetadata(const DataLayout &DL, const LoadInst &OldLI, in copyRangeMetadata() argument 3587 if (NewTy == OldLI.getType()) { in copyRangeMetadata() 3600 if (BitWidth == OldLI.getType()->getScalarSizeInBits() && in copyRangeMetadata() 3602 MDNode *NN = MDNode::get(OldLI.getContext(), std::nullopt); in copyRangeMetadata()
|