Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp905 unsigned LdiOp; in trySelect() local
921 LdiOp = Mips::LDI_B; in trySelect()
925 LdiOp = Mips::LDI_H; in trySelect()
929 LdiOp = Mips::LDI_W; in trySelect()
933 LdiOp = Mips::LDI_D; in trySelect()
944 SDNode *Res = CurDAG->getMachineNode(LdiOp, DL, ViaVecTy, Imm); in trySelect()