Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp700 DenseMap<MCRegister, Register>::iterator LDI = LiveInMap.find(Reg); in runOnMachineFunction() local
701 if (LDI != LiveInMap.end()) { in runOnMachineFunction()
704 MachineInstr *Def = RegInfo->getVRegDef(LDI->second); in runOnMachineFunction()
719 IsIndirect, LDI->second, Variable, Expr); in runOnMachineFunction()
725 for (MachineInstr &UseMI : RegInfo->use_instructions(LDI->second)) { in runOnMachineFunction()
737 TRI.getRegSizeInBits(LDI->second, MRI) == in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td239 /// as the `LDI` instruction (the `FRdK` format).
1413 // Alias for LDI Rd, 0xff
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMSAInstrInfo.td1213 // LDI is matched using custom matching code in MipsSEISelDAGToDAG.cpp