Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h59 SmallVector<MachineInstr *, 4> GlobalVarList; member
H A DSPIRVModuleAnalysis.cpp62 MAI.GlobalVarList.clear(); in setBaseInfo()
157 MAI.GlobalVarList.push_back(MF->getRegInfo().getUniqueVRegDef(Reg)); in collectGlobalEntities()
H A DSPIRVAsmPrinter.cpp292 for (MachineInstr *MI : MAI->GlobalVarList) { in outputEntryPoints()