Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp63 MAI.ExtInstSetMap.clear(); in setBaseInfo()
105 MAI.ExtInstSetMap[static_cast<unsigned>(SPIRV::InstructionSet::OpenCL_std)] = in setBaseInfo()
315 if (MAI.ExtInstSetMap.find(Set) == MAI.ExtInstSetMap.end()) in numberRegistersGlobally()
316 MAI.ExtInstSetMap[Set] = Register::index2VirtReg(MAI.getNextID()); in numberRegistersGlobally()
H A DSPIRVModuleAnalysis.h57 DenseMap<unsigned, Register> ExtInstSetMap; member
84 Register getExtInstSetReg(unsigned SetNum) { return ExtInstSetMap[SetNum]; } in getExtInstSetReg()
H A DSPIRVAsmPrinter.cpp265 for (auto &CU : MAI->ExtInstSetMap) { in outputOpExtInstImports()