Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/
DSPIRVUtil.cpp209 getOrCreateOpaquePtrType(Module *M, const std::string &Name, in getOrCreateOpaquePtrType() function
219 return getOrCreateOpaquePtrType(M, getSPIRVTypeName(kSPIRVTypeName::Sampler), in getSamplerType()
225 return getOrCreateOpaquePtrType(M, getSPIRVTypeName( in getPipeStorageType()
809 auto BlkTy = getOrCreateOpaquePtrType(M, SPIR_TYPE_NAME_BLOCK_T, in addBlockBind()
1224 return getOrCreateOpaquePtrType(M, getSPIRVTypeName(NewName, Postfixes)); in getSPIRVTypeByChangeBaseTypeName()
1448 return getOrCreateOpaquePtrType(M, mapOCLTypeNameToSPIRV(ImageTypeName, Acc)); in getSPIRVImageTypeFromOCL()
DOCLTypeToSPIRV.cpp304 addAdaptedType(static_cast<Argument*>(Arg), getOrCreateOpaquePtrType(M, in adaptArgumentsByMetadata()
DSPIRVLowerOCLBlocks.cpp432 return getOrCreateOpaquePtrType(M, SPIR_TYPE_NAME_CLK_EVENT_T, in getOCLClkEventType()
DSPIRVReader.cpp717 return mapType(T, getOrCreateOpaquePtrType(M, in transType()
727 return mapType(T, getOrCreateOpaquePtrType(M, in transType()
747 return mapType(T, getOrCreateOpaquePtrType(M, in transType()
754 return mapType(T, getOrCreateOpaquePtrType(M, in transType()
761 return mapType(T, getOrCreateOpaquePtrType(M, in transType()
2375 ModifiedArgTypes[1] = getOrCreateOpaquePtrType(M, "opencl.sampler_t"); in transOCLBuiltinFromExtInst()
DSPIRVInternal.h536 PointerType *getOrCreateOpaquePtrType(Module *M, const std::string &Name,