Searched refs:getMSInstrs (Results 1 – 2 of 2) sorted by relevance
294 for (const MachineInstr *MI : MAI->getMSInstrs(MSType)) in outputModuleSection()363 for (const MachineInstr *MI : MAI->getMSInstrs(SPIRV::MB_EntryPoints)) { in outputEntryPoints()401 auto I = MAI->getMSInstrs(SPIRV::MB_ExtFuncDecls).begin(), in outputExtFuncDecls()402 E = MAI->getMSInstrs(SPIRV::MB_ExtFuncDecls).end(); in outputExtFuncDecls()
170 InstrList &getMSInstrs(unsigned MSType) { return MS[MSType]; } in getMSInstrs() function