Searched refs:MSType (Results 1 – 3 of 3) sorted by relevance
170 InstrList &getMSInstrs(unsigned MSType) { return MS[MSType]; } in getMSInstrs()
66 void outputModuleSection(SPIRV::ModuleSectionType MSType);293 void SPIRVAsmPrinter::outputModuleSection(SPIRV::ModuleSectionType MSType) { in outputModuleSection() argument294 for (const MachineInstr *MI : MAI->getMSInstrs(MSType)) in outputModuleSection()
557 SPIRV::ModuleSectionType MSType, InstrTraces &IS, in collectOtherInstr() argument566 MAI.MS[MSType].push_back(&MI); in collectOtherInstr()568 MAI.MS[MSType].insert(MAI.MS[MSType].begin(), &MI); in collectOtherInstr()