Home
last modified time | relevance | path

Searched refs:OldLI (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRewritePartialRegUses.cpp354 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 DLocal.h470 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 DLiveRangeEdit.cpp47 LiveInterval &OldLI = LIS.getInterval(OldReg); in createEmptyIntervalFrom() local
49 for (LiveInterval::SubRange &S : OldLI.subranges()) in createEmptyIntervalFrom()
H A DInlineSpiller.cpp1145 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 DLocal.cpp3558 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()