Lines Matching defs:MCID

57     MCInstrDesc MCID;
60 {0, NumOps, NumDefs, 0, 0, 0, 0, 0, 0, 1ULL << MCID::HasOptionalDef, 0},
69 auto MI1 = MF->CreateMachineInstr(Table.MCID, DebugLoc());
73 auto MI2 = MF->CreateMachineInstr(Table.MCID, DebugLoc());
89 auto MI3 = MF->CreateMachineInstr(Table.MCID, DebugLoc());
93 auto MI4 = MF->CreateMachineInstr(Table.MCID, DebugLoc());
129 MCInstrDesc MCID;
132 {0, NumOps, NumDefs, 0, 0, 0, 0, 0, 0, 1ULL << MCID::HasOptionalDef, 0},
145 auto VD1VU = MF->CreateMachineInstr(Table.MCID, DebugLoc());
151 auto VD2VU = MF->CreateMachineInstr(Table.MCID, DebugLoc());
157 auto VD1SU = MF->CreateMachineInstr(Table.MCID, DebugLoc());
163 auto VD1SD = MF->CreateMachineInstr(Table.MCID, DebugLoc());
169 auto VD2PU = MF->CreateMachineInstr(Table.MCID, DebugLoc());
175 auto VD2PD = MF->CreateMachineInstr(Table.MCID, DebugLoc());
208 MCInstrDesc MCID;
219 MachineInstr *MI = MF->CreateMachineInstr(Table.MCID, DL);
236 MCInstrDesc MCID = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
242 auto MI = MF->CreateMachineInstr(MCID, DebugLoc());
253 MCInstrDesc MCID = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
259 auto MI = MF->CreateMachineInstr(MCID, DebugLoc());
268 MCInstrDesc MCID = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
270 auto MI = MF->CreateMachineInstr(MCID, DebugLoc());
339 MachineInstr *MMRAMI = MF->CreateMachineInstr(MCID, DebugLoc());
349 MCInstrDesc MCID = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
351 auto MI = MF->CreateMachineInstr(MCID, DebugLoc());
404 MCInstrDesc MCID = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
406 auto MI = MF->CreateMachineInstr(MCID, DebugLoc());
486 const MCInstrDesc MCID = {
488 0, 0, 0, 0, (1ULL << MCID::Pseudo) | (1ULL << MCID::Variadic),
491 auto *MI = MF->CreateMachineInstr(MCID, DebugLoc());
519 MCInstrDesc MCID = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
520 EXPECT_THAT(BuildMI(*MF, MIMD, MCID), HasMIMetadata(MIMD));
521 EXPECT_THAT(BuildMI(*MF, MIMD, MCID), HasMIMetadata(MIMD));
522 EXPECT_THAT(BuildMI(*MBB, MBB->end(), MIMD, MCID), HasMIMetadata(MIMD));
523 EXPECT_THAT(BuildMI(*MBB, MBB->end(), MIMD, MCID), HasMIMetadata(MIMD));
524 EXPECT_THAT(BuildMI(*MBB, MBB->instr_end(), MIMD, MCID), HasMIMetadata(MIMD));
525 EXPECT_THAT(BuildMI(*MBB, *MBB->begin(), MIMD, MCID), HasMIMetadata(MIMD));
526 EXPECT_THAT(BuildMI(*MBB, &*MBB->begin(), MIMD, MCID), HasMIMetadata(MIMD));
527 EXPECT_THAT(BuildMI(MBB, MIMD, MCID), HasMIMetadata(MIMD));
537 MCInstrDesc MCID = {TargetOpcode::INLINEASM,
546 (1ULL << MCID::Pseudo) | (1ULL << MCID::Variadic),
548 MachineInstr *MI = MF->CreateMachineInstr(MCID, DebugLoc());