Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h34 MB_EntryPoints, // All OpEntryPoint instructions (if any). enumerator
H A DSPIRVModuleAnalysis.cpp342 collectOtherInstr(MI, MAI, SPIRV::MB_EntryPoints); in processOtherInstrs()
1036 if (MAI.MS[SPIRV::MB_EntryPoints].empty()) in runOnModule()
H A DSPIRVAsmPrinter.cpp311 for (MachineInstr *MI : MAI->getMSInstrs(SPIRV::MB_EntryPoints)) { in outputEntryPoints()