Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h144 DenseMap<unsigned, MCRegister> ExtInstSetMap; member
169 MCRegister getExtInstSetReg(unsigned SetNum) { return ExtInstSetMap[SetNum]; } in getExtInstSetReg()
H A DSPIRVAsmPrinter.cpp318 for (auto &CU : MAI->ExtInstSetMap) { in outputOpExtInstImports()
H A DSPIRVModuleAnalysis.cpp142 MAI.ExtInstSetMap.clear(); in setBaseInfo()
216 MAI.ExtInstSetMap[static_cast<unsigned>( in setBaseInfo()
647 auto [It, Inserted] = MAI.ExtInstSetMap.try_emplace(Set); in numberRegistersGlobally()