Home
last modified time | relevance | path

Searched refs:SPIRAS_Global (Results 1 – 5 of 5) sorted by relevance

/external/spirv-llvm/lib/SPIRV/
DOCLUtil.cpp85 #define SPIRV_PIPE_ADDR_SPACE SPIRAS_Global
91 #define SPIRV_IMAGE_ADDR_SPACE SPIRAS_Global
319 case SPIRAS_Global: in mapAddrSpaceEnums()
DSPIRVInternal.h186 SPIRAS_Global, enumerator
196 add(SPIRAS_Global, "Global"); in init()
207 add(SPIRAS_Global, StorageClassCrossWorkgroup); in init()
537 unsigned AddrSpace = SPIRAS_Global);
DSPIRVLowerOCLBlocks.cpp433 SPIRAS_Global); in getOCLClkEventType()
DSPIRVWriter.cpp482 assert(AddrSpc == SPIRAS_Global); in transType()
494 assert(AddrSpc == SPIRAS_Global); in transType()
597 assert(AddrSpc == SPIRAS_Global); in transSPIRVOpaqueType()
604 assert(AddrSpc == SPIRAS_Global); in transSPIRVOpaqueType()
DSPIRVReader.cpp1308 nullptr, GlobalValue::NotThreadLocal, SPIRAS_Global); in oclTransConstantPipeStorage()
2189 AS = SPIRAS_Global; in transKernelMetadata()