Home
last modified time | relevance | path

Searched refs:SPIRAS_Private (Results 1 – 9 of 9) sorted by relevance

/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/lib/SPIRV/
H A DVectorComputeUtil.cpp121 case SPIRAS_Private: in getVCGlobalVarStorageClass()
139 return SPIRAS_Private; in getVCGlobalVarAddressSpace()
148 return SPIRAS_Private; in getVCGlobalVarAddressSpace()
H A DSPIRVInternal.h186 SPIRAS_Private, enumerator
199 add(SPIRAS_Private, "Private"); in init()
213 add(SPIRAS_Private, StorageClassFunction); in init()
H A DSPIRVReader.cpp1529 BV, new AllocaInst(Ty, SPIRAS_Private, ArrSize, BV->getName(), BB)); in transValueWithoutDecoration()
2354 Type::getInt8PtrTy(*Context, SPIRAS_Private); in transValueWithoutDecoration()
2899 Tys.push_back(PointerType::get(IntTy, SPIRAS_Private)); in transEnqueueKernelBI()
3008 I = PointerType::get(I, SPIRAS_Private); in transBuiltinFromInst()
3370 Type *Int8PtrTyPrivate = Type::getInt8PtrTy(*Context, SPIRAS_Private); in transIntelFPGADecorations()
3461 Type *Int8PtrTyPrivate = Type::getInt8PtrTy(*Context, SPIRAS_Private); in transIntelFPGADecorations()
3522 Type *Int8PtrTyPrivate = Type::getInt8PtrTy(*Context, SPIRAS_Private); in transUserSemantic()
3782 SPIRAddressSpace AS = SPIRAS_Private; in transOCLMetadata()
H A DSPIRVUtil.cpp781 getOrCreateOpaquePtrType(M, SPIR_TYPE_NAME_BLOCK_T, SPIRAS_Private); in addBlockBind()
1516 SPIRAS_Private); in getOCLClkEventType()
1878 PointerType::get(F->getReturnType(), SPIRAS_Private)); in postProcessBuiltinReturningStruct()
H A DOCLUtil.cpp59 #define SPIRV_OCL_SPECIAL_TYPES_DEFAULT_ADDR_SPACE SPIRAS_Private
885 case SPIRAS_Private: in mapAddrSpaceEnums()
H A DSPIRVToOCL.cpp628 case SPIRAS_Private: in visitCallGenericCastToPtrExplicitBuiltIn()
H A DOCLToSPIRV.cpp1765 PointerType::get(getSubgroupAVCIntelMCEType(M, MCETName), SPIRAS_Private); in visitSubgroupAVCWrapperBuiltinCall()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/SPIRV/
H A DSPIRVInternal.h194 SPIRAS_Private, enumerator
227 add(SPIRAS_Private, StorageClassFunction); in init()
H A DSPIRVReader.cpp1780 return SPIRAS_Private; in getOCLOpaqueTypeAddrSpace()
2509 SPIRAS_Private)); in postProcessFunctionsReturnStruct()
3187 BV, new AllocaInst(Ty, SPIRAS_Private, ArrSize, BV->getName(), BB)); in transValueWithoutDecoration()
4547 SPIRAddressSpace AS = SPIRAS_Private; in transKernelMetadata()