Home
last modified time | relevance | path

Searched refs:MSType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h170 InstrList &getMSInstrs(unsigned MSType) { return MS[MSType]; } in getMSInstrs()
H A DSPIRVAsmPrinter.cpp66 void outputModuleSection(SPIRV::ModuleSectionType MSType);
293 void SPIRVAsmPrinter::outputModuleSection(SPIRV::ModuleSectionType MSType) { in outputModuleSection() argument
294 for (const MachineInstr *MI : MAI->getMSInstrs(MSType)) in outputModuleSection()
H A DSPIRVModuleAnalysis.cpp557 SPIRV::ModuleSectionType MSType, InstrTraces &IS, in collectOtherInstr() argument
566 MAI.MS[MSType].push_back(&MI); in collectOtherInstr()
568 MAI.MS[MSType].insert(MAI.MS[MSType].begin(), &MI); in collectOtherInstr()