Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp65 class SPIRVTargetCodeGenInfo : public CommonSPIRTargetCodeGenInfo { class
67 SPIRVTargetCodeGenInfo(CodeGen::CodeGenTypes &CGT) in SPIRVTargetCodeGenInfo() function in __anona8a667a50211::SPIRVTargetCodeGenInfo
230 void SPIRVTargetCodeGenInfo::setCUDAKernelCallingConvention( in setCUDAKernelCallingConvention()
247 SPIRVTargetCodeGenInfo::getGlobalVarAddressSpace(CodeGenModule &CGM, in getGlobalVarAddressSpace()
268 void SPIRVTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes()
304 SPIRVTargetCodeGenInfo::getLLVMSyncScopeID(const LangOptions &, SyncScope Scope, in getLLVMSyncScopeID()
578 return std::make_unique<SPIRVTargetCodeGenInfo>(CGM.getTypes()); in createSPIRVTargetCodeGenInfo()