Searched refs:MSType (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVModuleAnalysis.h | 168 InstrList &getMSInstrs(unsigned MSType) { return MS[MSType]; } in getMSInstrs() 218 SPIRV::ModuleSectionType MSType,
|
H A D | SPIRVModuleAnalysis.cpp | 223 SPIRV::ModuleSectionType MSType, in collectDefInstr() argument 230 MAI->MS[MSType].push_back(MI); in collectDefInstr() 235 SPIRV::ModuleSectionType MSType, in collectGlobalEntities() argument 243 RecHoistUtil = [MSType, UsePreOrder, &Visited, &Pred, in collectGlobalEntities() 265 collectDefInstr(Reg, MF, &MAI, MSType, IsFirst); in collectGlobalEntities() 402 SPIRV::ModuleSectionType MSType, InstrTraces &IS, in collectOtherInstr() argument 411 MAI.MS[MSType].push_back(&MI); in collectOtherInstr() 413 MAI.MS[MSType].insert(MAI.MS[MSType].begin(), &MI); in collectOtherInstr()
|
H A D | SPIRVAsmPrinter.cpp | 64 void outputModuleSection(SPIRV::ModuleSectionType MSType); 264 void SPIRVAsmPrinter::outputModuleSection(SPIRV::ModuleSectionType MSType) { in outputModuleSection() argument 265 for (MachineInstr *MI : MAI->getMSInstrs(MSType)) in outputModuleSection()
|