Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h34 MB_EntryPoints, // All OpEntryPoint instructions (if any). enumerator
H A DSPIRVModuleAnalysis.cpp355 collectOtherInstr(MI, MAI, SPIRV::MB_EntryPoints, IS); in processOtherInstrs()
1080 if (MAI.MS[SPIRV::MB_EntryPoints].empty()) in runOnModule()
H A DSPIRVAsmPrinter.cpp314 for (MachineInstr *MI : MAI->getMSInstrs(SPIRV::MB_EntryPoints)) { in outputEntryPoints()