Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h279 SPIRVType *getOrCreateSPIRVArrayType(SPIRVType *BaseType,
H A DSPIRVGlobalRegistry.cpp1027 SPIRVType *SPIRVGlobalRegistry::getOrCreateSPIRVArrayType( in getOrCreateSPIRVArrayType() function in SPIRVGlobalRegistry
H A DSPIRVInstructionSelector.cpp636 SPIRVType *ArrTy = GR.getOrCreateSPIRVArrayType(ValTy, Num, I, TII); in selectMemOperation()