reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/Mips/MipsGenDAGISel.inc
 1669 /*  2972*/              OPC_EmitInteger, MVT::i32, Mips::sub_32,
 1689 /*  3016*/              OPC_EmitInteger, MVT::i32, Mips::sub_32,
 4428 /*  8380*/              OPC_EmitInteger, MVT::i32, Mips::sub_32,
 4438 /*  8416*/              OPC_EmitInteger, MVT::i32, Mips::sub_32,
 4459 /*  8470*/              OPC_EmitInteger, MVT::i32, Mips::sub_32,
 4469 /*  8506*/              OPC_EmitInteger, MVT::i32, Mips::sub_32,
16138 /* 29800*/          OPC_EmitInteger, MVT::i32, Mips::sub_32,
16150 /* 29830*/          OPC_EmitInteger, MVT::i32, Mips::sub_32,
16172 /* 29878*/          OPC_EmitInteger, MVT::i32, Mips::sub_32,
16185 /* 29910*/          OPC_EmitInteger, MVT::i32, Mips::sub_32,
16207 /* 29958*/          OPC_EmitInteger, MVT::i32, Mips::sub_32,
16220 /* 29990*/          OPC_EmitInteger, MVT::i32, Mips::sub_32,
16242 /* 30038*/          OPC_EmitInteger, MVT::i32, Mips::sub_32,
16255 /* 30070*/          OPC_EmitInteger, MVT::i32, Mips::sub_32,
16270 /* 30105*/        OPC_EmitInteger, MVT::i32, Mips::sub_32,
16286 /* 30144*/          OPC_EmitInteger, MVT::i32, Mips::sub_32,
16297 /* 30173*/          OPC_EmitInteger, MVT::i32, Mips::sub_32,
16311 /* 30206*/        OPC_EmitInteger, MVT::i32, Mips::sub_32,
16324 /* 30238*/        OPC_EmitInteger, MVT::i32, Mips::sub_32,
16339 /* 30274*/        OPC_EmitInteger, MVT::i32, Mips::sub_32,
16354 /* 30310*/        OPC_EmitInteger, MVT::i32, Mips::sub_32,
16369 /* 30346*/        OPC_EmitInteger, MVT::i32, Mips::sub_32,
16384 /* 30382*/        OPC_EmitInteger, MVT::i32, Mips::sub_32,
19630 /* 36676*/      OPC_EmitInteger, MVT::i32, Mips::sub_32,
20195 /* 37714*/      OPC_EmitInteger, MVT::i32, Mips::sub_32,
20749 /* 38732*/      OPC_EmitInteger, MVT::i32, Mips::sub_32,
21294 /* 39734*/      OPC_EmitInteger, MVT::i32, Mips::sub_32,
21432 /* 39982*/        OPC_EmitInteger, MVT::i32, Mips::sub_32,
21442 /* 40002*/        OPC_EmitInteger, MVT::i32, Mips::sub_32,
21452 /* 40020*/      OPC_EmitInteger, MVT::i32, Mips::sub_32,
21697 /* 40465*/        OPC_EmitInteger, MVT::i32, Mips::sub_32,
21762 /* 40624*/        OPC_EmitInteger, MVT::i32, Mips::sub_32,
21824 /* 40772*/        OPC_EmitInteger, MVT::i32, Mips::sub_32,
21883 /* 40909*/        OPC_EmitInteger, MVT::i32, Mips::sub_32,
21948 /* 41064*/        OPC_EmitInteger, MVT::i32, Mips::sub_32,
22013 /* 41223*/        OPC_EmitInteger, MVT::i32, Mips::sub_32,
22084 /* 41387*/        OPC_EmitInteger, MVT::i32, Mips::sub_32,
22160 /* 41553*/        OPC_EmitInteger, MVT::i32, Mips::sub_32,
22241 /* 41727*/        OPC_EmitInteger, MVT::i32, Mips::sub_32,
22285 /* 41829*/        OPC_EmitInteger, MVT::i32, Mips::sub_32,
26394 /* 49971*/    OPC_EmitInteger, MVT::i32, Mips::sub_32,
gen/lib/Target/Mips/MipsGenRegisterInfo.inc
 6162     { Mips::sub_32, 0, 0, 0, 0, 0, 0, Mips::sub_hi_then_sub_32, Mips::sub_32, 0, 0, },
 6162     { Mips::sub_32, 0, 0, 0, 0, 0, 0, Mips::sub_hi_then_sub_32, Mips::sub_32, 0, 0, },
lib/Target/Mips/MipsISelLowering.cpp
 1282     MIB->getOperand(0).setSubReg(Mips::sub_32);
 1675       .addReg(Ptr, 0, ArePtrs64bit ? Mips::sub_32 : 0).addImm(3);
 1856       .addReg(Ptr, 0, ArePtrs64bit ? Mips::sub_32 : 0).addImm(3);
lib/Target/Mips/MipsSEISelDAGToDAG.cpp
 1102               CurDAG->getTargetConstant(Mips::sub_32, DL, MVT::i64));
 1208               CurDAG->getTargetConstant(Mips::sub_32, DL, MVT::i64));
 1215               CurDAG->getTargetConstant(Mips::sub_32, DL, MVT::i64));
lib/Target/Mips/MipsSEISelLowering.cpp
 3340   unsigned SubRegIdx = Subtarget.isABI_N64() ? Mips::sub_32 : 0;
 3535         .addImm(Mips::sub_32);
 3589     BuildMI(*BB, MI, DL, TII->get(Mips::COPY), Tmp).addReg(Rt, 0, Mips::sub_32);