Searched refs:LDI (Results 1 – 3 of 3) sorted by relevance
191 for (auto LDI = LogicalDylibs.begin(), LDE = LogicalDylibs.end(); in findSymbol() local192 LDI != LDE; ++LDI) in findSymbol()193 if (auto Symbol = findSymbolIn(LDI, Name, ExportedSymbolsOnly)) in findSymbol()
541 DenseMap<unsigned, unsigned>::iterator LDI = LiveInMap.find(Reg); in runOnMachineFunction() local542 if (LDI != LiveInMap.end()) { in runOnMachineFunction()545 MachineInstr *Def = RegInfo->getVRegDef(LDI->second); in runOnMachineFunction()556 IsIndirect, LDI->second, Offset, Variable, Expr); in runOnMachineFunction()563 UI = RegInfo->use_instr_begin(LDI->second), in runOnMachineFunction()
1295 // LDI is matched using custom matching code in MipsSEISelDAGToDAG.cpp