Searched defs:OldIdx (Results 1 - 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
H A D | SeparateConstOffsetFromGEP.cpp | 934 Value *OldIdx = GEP->getOperand(I); local 937 ConstantOffsetExtractor::Extract(OldIdx, GEP, UserChainTail, DT); 944 RecursivelyDeleteTriviallyDeadInstructions(OldIdx);
|
/external/llvm/lib/CodeGen/ |
H A D | LiveIntervalAnalysis.cpp | 910 SlotIndex OldIdx; member in class:LiveIntervals::HMEditor 918 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags) 919 : LIS(LIS), MRI(MRI), TRI(TRI), OldIdx(OldIdx), NewIdx(NewIdx), 932 /// Update all live ranges touched by MI, assuming a move from OldIdx to 935 DEBUG(dbgs() << "handleMove " << OldIdx << " -> " << NewIdx << ": " << *MI); 980 /// OldIdx to NewIdx. 995 if (SlotIndex::isEarlierInstr(OldIdx, NewIdx)) 1003 /// Update LR to reflect an instruction has been moved downwards from OldIdx 1004 /// to NewIdx (OldIdx < NewId 916 HMEditor(LiveIntervals& LIS, const MachineRegisterInfo& MRI, const TargetRegisterInfo& TRI, SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags) argument [all...] |
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
H A D | ScalarReplAggregates.cpp | 1925 uint64_t OldIdx = FindElementAndOffset(T, OldOffset, IdxTy); local 1927 OldIdx = ~0ULL; // Force the GEP to be rewritten. 1935 if (Idx == OldIdx)
|
Completed in 196 milliseconds