Searched refs:getOrCreateOpaquePtrType (Results 1 – 5 of 5) sorted by relevance
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVUtil.cpp | 209 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()
|
D | OCLTypeToSPIRV.cpp | 304 addAdaptedType(static_cast<Argument*>(Arg), getOrCreateOpaquePtrType(M, in adaptArgumentsByMetadata()
|
D | SPIRVLowerOCLBlocks.cpp | 432 return getOrCreateOpaquePtrType(M, SPIR_TYPE_NAME_CLK_EVENT_T, in getOCLClkEventType()
|
D | SPIRVReader.cpp | 717 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()
|
D | SPIRVInternal.h | 536 PointerType *getOrCreateOpaquePtrType(Module *M, const std::string &Name,
|