Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp1101 unsigned LdiOp; in trySelect() local
1117 LdiOp = Mips::LDI_B; in trySelect()
1121 LdiOp = Mips::LDI_H; in trySelect()
1125 LdiOp = Mips::LDI_W; in trySelect()
1129 LdiOp = Mips::LDI_D; in trySelect()
1144 Res = CurDAG->getMachineNode(LdiOp, DL, ViaVecTy, Imm); in trySelect()