Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h144 DenseMap<unsigned, Register> ExtInstSetMap; member
169 Register getExtInstSetReg(unsigned SetNum) { return ExtInstSetMap[SetNum]; } in getExtInstSetReg()
H A DSPIRVModuleAnalysis.cpp99 MAI.ExtInstSetMap.clear(); in setBaseInfo()
162 MAI.ExtInstSetMap[static_cast<unsigned>( in setBaseInfo()
395 if (!MAI.ExtInstSetMap.contains(Set)) in numberRegistersGlobally()
396 MAI.ExtInstSetMap[Set] = Register::index2VirtReg(MAI.getNextID()); in numberRegistersGlobally()
H A DSPIRVAsmPrinter.cpp269 for (auto &CU : MAI->ExtInstSetMap) { in outputOpExtInstImports()