Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp401 auto I = MAI->getMSInstrs(SPIRV::MB_ExtFuncDecls).begin(), in outputExtFuncDecls()
402 E = MAI->getMSInstrs(SPIRV::MB_ExtFuncDecls).end(); in outputExtFuncDecls()
H A DSPIRVModuleAnalysis.h42 MB_ExtFuncDecls, // OpFunction etc. to declare for external funcs. enumerator
H A DSPIRVModuleAnalysis.cpp445 MAI.MS[SPIRV::MB_ExtFuncDecls].push_back(&MI); in handleFunctionOrParameter()