Lines Matching defs:AMDGPUTargetCodeGenInfo
299 class AMDGPUTargetCodeGenInfo : public TargetCodeGenInfo {
301 AMDGPUTargetCodeGenInfo(CodeGenTypes &CGT)
352 void AMDGPUTargetCodeGenInfo::setFunctionDeclAttributes(
418 void AMDGPUTargetCodeGenInfo::emitTargetGlobals(
450 void AMDGPUTargetCodeGenInfo::setTargetAttributes(
472 unsigned AMDGPUTargetCodeGenInfo::getOpenCLKernelCallingConv() const {
481 llvm::Constant *AMDGPUTargetCodeGenInfo::getNullPointer(
495 AMDGPUTargetCodeGenInfo::getGlobalVarAddressSpace(CodeGenModule &CGM,
519 AMDGPUTargetCodeGenInfo::getLLVMSyncScopeID(const LangOptions &LangOpts,
565 void AMDGPUTargetCodeGenInfo::setTargetAtomicMetadata(
602 bool AMDGPUTargetCodeGenInfo::shouldEmitStaticExternCAliases() const {
606 bool AMDGPUTargetCodeGenInfo::shouldEmitDWARFBitFieldSeparators() const {
610 void AMDGPUTargetCodeGenInfo::setCUDAKernelCallingConvention(
624 llvm::Value *AMDGPUTargetCodeGenInfo::createEnqueuedBlockKernel(
746 return std::make_unique<AMDGPUTargetCodeGenInfo>(CGM.getTypes());