Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h282 SPIRVType *getOrCreateSPIRVArrayType(SPIRVType *BaseType,
H A DSPIRVInstructionSelector.cpp645 SPIRVType *ArrTy = GR.getOrCreateSPIRVArrayType(ValTy, Num, I, TII); in selectMemOperation()
1513 PointerBaseType = GR.getOrCreateSPIRVArrayType( in selectGlobalValue()
H A DSPIRVGlobalRegistry.cpp1099 SPIRVType *SPIRVGlobalRegistry::getOrCreateSPIRVArrayType( in getOrCreateSPIRVArrayType() function in SPIRVGlobalRegistry