Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h40 MB_TypeConstVars, // OpTypeXXX, OpConstantXXX, and global OpVariables. enumerator
H A DSPIRVModuleAnalysis.cpp392 MAI.MS[SPIRV::MB_TypeConstVars].push_back(&MI); in visitDecl()
458 MAI.MS[SPIRV::MB_TypeConstVars].push_back(&MI); in handleTypeDeclOrConstant()
473 MAI.MS[SPIRV::MB_TypeConstVars].push_back(&MI); in handleVariable()
614 collectOtherInstr(MI, MAI, SPIRV::MB_TypeConstVars, IS); in processOtherInstrs()
618 collectOtherInstr(MI, MAI, SPIRV::MB_TypeConstVars, IS, false); in processOtherInstrs()
H A DSPIRVAsmPrinter.cpp640 outputModuleSection(SPIRV::MB_TypeConstVars); in outputModuleSections()