HomeSort by relevance Sort by last modified time
    Searched refs:LdiOp (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp 905 unsigned LdiOp;
921 LdiOp = Mips::LDI_B;
925 LdiOp = Mips::LDI_H;
929 LdiOp = Mips::LDI_W;
933 LdiOp = Mips::LDI_D;
944 SDNode *Res = CurDAG->getMachineNode(LdiOp, DL, ViaVecTy, Imm);
947 // If LdiOp is writing to a different register class to ResVecTy, then
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp     [all...]

Completed in 5362 milliseconds