Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h131 DenseMap<unsigned, Register> ExtInstSetMap; member
159 Register getExtInstSetReg(unsigned SetNum) { return ExtInstSetMap[SetNum]; } in getExtInstSetReg()
H A DSPIRVModuleAnalysis.cpp97 MAI.ExtInstSetMap.clear(); in setBaseInfo()
152 MAI.ExtInstSetMap[static_cast<unsigned>(SPIRV::InstructionSet::OpenCL_std)] = in setBaseInfo()
382 if (MAI.ExtInstSetMap.find(Set) == MAI.ExtInstSetMap.end()) in numberRegistersGlobally()
383 MAI.ExtInstSetMap[Set] = Register::index2VirtReg(MAI.getNextID()); in numberRegistersGlobally()
H A DSPIRVAsmPrinter.cpp266 for (auto &CU : MAI->ExtInstSetMap) { in outputOpExtInstImports()