Lines Matching refs:MCID
52 MCInstrDesc MCID = { in TEST() local
53 0, NumOps, NumDefs, 0, 0, 1ULL << MCID::HasOptionalDef, in TEST()
61 auto MI1 = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()
65 auto MI2 = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()
81 auto MI3 = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()
85 auto MI4 = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()
123 MCInstrDesc MCID = { in TEST() local
124 0, NumOps, NumDefs, 0, 0, 1ULL << MCID::HasOptionalDef, in TEST()
136 auto VD1VU = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()
142 auto VD2VU = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()
148 auto VD1SU = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()
154 auto VD1SD = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()
160 auto VD2PU = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()
166 auto VD2PD = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()
199 MCInstrDesc MCID = {0, 1, 1, 0, 0, 0, 0, nullptr, nullptr, &OpInfo}; in TEST() local
207 MachineInstr *MI = MF->CreateMachineInstr(MCID, DL); in TEST()
226 MCInstrDesc MCID = {0, 0, 0, 0, 0, 0, 0, nullptr, nullptr, nullptr}; in TEST() local
232 auto MI = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()
243 MCInstrDesc MCID = {0, 0, 0, 0, 0, 0, 0, nullptr, nullptr, nullptr}; in TEST() local
249 auto MI = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()
258 MCInstrDesc MCID = {0, 0, 0, 0, 0, 0, 0, nullptr, nullptr, nullptr}; in TEST() local
260 auto MI = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()
305 MCInstrDesc MCID = {0, 0, 0, 0, 0, 0, 0, nullptr, nullptr, nullptr}; in TEST() local
307 auto MI = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()
342 MCInstrDesc MCID = {0, 0, 0, 0, 0, 0, 0, nullptr, nullptr, nullptr}; in TEST() local
344 auto MI = MF->CreateMachineInstr(MCID, DebugLoc()); in TEST()