Searched refs:MSType (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVModuleAnalysis.h | 160 InstrList &getMSInstrs(unsigned MSType) { return MS[MSType]; } in getMSInstrs() 210 SPIRV::ModuleSectionType MSType,
|
| H A D | SPIRVModuleAnalysis.cpp | 159 SPIRV::ModuleSectionType MSType, in collectDefInstr() argument 166 MAI->MS[MSType].push_back(MI); in collectDefInstr() 171 SPIRV::ModuleSectionType MSType, in collectGlobalEntities() argument 179 RecHoistUtil = [MSType, UsePreOrder, &Visited, &Pred, in collectGlobalEntities() 201 collectDefInstr(Reg, MF, &MAI, MSType, IsFirst); in collectGlobalEntities() 258 SPIRV::ModuleSectionType MSType, in findSameInstrInMS() argument 261 for (const auto *B : MAI.MS[MSType]) { in findSameInstrInMS() 314 SPIRV::ModuleSectionType MSType, in collectOtherInstr() argument 317 if (findSameInstrInMS(MI, MSType, MAI)) in collectOtherInstr() 321 MAI.MS[MSType].push_back(&MI); in collectOtherInstr() [all …]
|
| H A D | SPIRVAsmPrinter.cpp | 59 void outputModuleSection(SPIRV::ModuleSectionType MSType); 243 void SPIRVAsmPrinter::outputModuleSection(SPIRV::ModuleSectionType MSType) { in outputModuleSection() argument 244 for (MachineInstr *MI : MAI->getMSInstrs(MSType)) in outputModuleSection()
|