Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h133 SmallVector<MachineInstr *, 4> GlobalVarList; member
H A DSPIRVModuleAnalysis.cpp96 MAI.GlobalVarList.clear(); in setBaseInfo()
204 MAI.GlobalVarList.push_back(MF->getRegInfo().getUniqueVRegDef(Reg)); in collectGlobalEntities()
H A DSPIRVAsmPrinter.cpp294 for (MachineInstr *MI : MAI->GlobalVarList) { in outputEntryPoints()