Home
last modified time | relevance | path

Searched refs:LDI (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h191 for (auto LDI = LogicalDylibs.begin(), LDE = LogicalDylibs.end(); in findSymbol() local
192 LDI != LDE; ++LDI) in findSymbol()
193 if (auto Symbol = findSymbolIn(LDI, Name, ExportedSymbolsOnly)) in findSymbol()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp541 DenseMap<unsigned, unsigned>::iterator LDI = LiveInMap.find(Reg); in runOnMachineFunction() local
542 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()
/external/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td1295 // LDI is matched using custom matching code in MipsSEISelDAGToDAG.cpp