Home
last modified time | relevance | path

Searched refs:getMSInstrs (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp247 for (MachineInstr *MI : MAI->getMSInstrs(MSType)) in outputModuleSection()
314 for (MachineInstr *MI : MAI->getMSInstrs(SPIRV::MB_EntryPoints)) { in outputEntryPoints()
353 I = MAI->getMSInstrs(SPIRV::MB_ExtFuncDecls).begin(), in outputExtFuncDecls()
354 E = MAI->getMSInstrs(SPIRV::MB_ExtFuncDecls).end(); in outputExtFuncDecls()
H A DSPIRVModuleAnalysis.h170 InstrList &getMSInstrs(unsigned MSType) { return MS[MSType]; } in getMSInstrs() function