Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLocal.h475 void copyNonnullMetadata(const LoadInst &OldLI, MDNode *N, LoadInst &NewLI);
481 void copyRangeMetadata(const DataLayout &DL, const LoadInst &OldLI, MDNode *N,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveRangeEdit.cpp46 LiveInterval &OldLI = LIS.getInterval(OldReg); in createEmptyIntervalFrom() local
48 for (LiveInterval::SubRange &S : OldLI.subranges()) in createEmptyIntervalFrom()
DInlineSpiller.cpp962 LiveInterval &OldLI = LIS.getInterval(Reg); in spillAroundUses() local
998 if (VNInfo *VNI = OldLI.getVNInfoAt(Idx.getRegSlot(true))) in spillAroundUses()
1012 if (hoistSpillInsideBB(OldLI, *MI)) { in spillAroundUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp2558 void llvm::copyNonnullMetadata(const LoadInst &OldLI, MDNode *N, in copyNonnullMetadata() argument
2574 const Value *Ptr = OldLI.getPointerOperand(); in copyNonnullMetadata()
2583 void llvm::copyRangeMetadata(const DataLayout &DL, const LoadInst &OldLI, in copyRangeMetadata() argument
2596 MDNode *NN = MDNode::get(OldLI.getContext(), None); in copyRangeMetadata()