Home | History | Annotate | Download | only in Mips

Lines Matching refs:LdiOp

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