Searched refs:OldLI (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 423 void copyNonnullMetadata(const LoadInst &OldLI, MDNode *N, LoadInst &NewLI); 429 void copyRangeMetadata(const DataLayout &DL, const LoadInst &OldLI, MDNode *N,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | InlineSpiller.cpp | 181 void insertSpill(LiveInterval &NewLI, const LiveInterval &OldLI, 1076 void InlineSpiller::insertSpill(LiveInterval &NewLI, const LiveInterval &OldLI, in insertSpill() argument 1093 LiveInterval &OldLI = LIS.getInterval(Reg); in spillAroundUses() local 1133 if (VNInfo *VNI = OldLI.getVNInfoAt(Idx.getUseIndex())) in spillAroundUses() 1148 if (hoistSpill(OldLI, MI)) { in spillAroundUses() 1192 insertSpill(NewLI, OldLI, Idx, MI); in spillAroundUses()
|
D | StrongPHIElimination.cpp | 806 LiveInterval &OldLI = LI->getInterval(Reg); in MergeLIsAndRename() local 811 for (LiveInterval::iterator LRI = OldLI.begin(), LRE = OldLI.end(); in MergeLIsAndRename()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveRangeEdit.cpp | 47 LiveInterval &OldLI = LIS.getInterval(OldReg); in createEmptyIntervalFrom() local 49 for (LiveInterval::SubRange &S : OldLI.subranges()) in createEmptyIntervalFrom()
|
D | InlineSpiller.cpp | 930 LiveInterval &OldLI = LIS.getInterval(Reg); in spillAroundUses() local 967 if (VNInfo *VNI = OldLI.getVNInfoAt(Idx.getRegSlot(true))) in spillAroundUses() 981 if (hoistSpillInsideBB(OldLI, *MI)) { in spillAroundUses()
|
/external/llvm/lib/CodeGen/ |
D | InlineSpiller.cpp | 868 LiveInterval &OldLI = LIS.getInterval(Reg); in spillAroundUses() local 912 if (VNInfo *VNI = OldLI.getVNInfoAt(Idx.getRegSlot(true))) in spillAroundUses() 926 if (hoistSpillInsideBB(OldLI, *MI)) { in spillAroundUses()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 2414 void llvm::copyNonnullMetadata(const LoadInst &OldLI, MDNode *N, in copyNonnullMetadata() argument 2430 const Value *Ptr = OldLI.getPointerOperand(); in copyNonnullMetadata() 2439 void llvm::copyRangeMetadata(const DataLayout &DL, const LoadInst &OldLI, in copyRangeMetadata() argument 2452 MDNode *NN = MDNode::get(OldLI.getContext(), None); in copyRangeMetadata()
|