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.cpp725 DenseMap<unsigned, unsigned>::iterator LDI = LiveInMap.find(Reg); in runOnMachineFunction() local
726 if (LDI != LiveInMap.end()) { in runOnMachineFunction()
729 MachineInstr *Def = RegInfo->getVRegDef(LDI->second); in runOnMachineFunction()
744 IsIndirect, LDI->second, Variable, Expr); in runOnMachineFunction()
750 for (MachineInstr &UseMI : RegInfo->use_instructions(LDI->second)) { in runOnMachineFunction()
762 TRI.getRegSizeInBits(LDI->second, MRI) == in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td218 /// as the `LDI` instruction (the `FRdK` format).
1650 // Alias for LDI Rd, 0xff
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMSAInstrInfo.td1266 // LDI is matched using custom matching code in MipsSEISelDAGToDAG.cpp