Lines Matching refs:AMDGPUTargetCodeGenInfo
287 class AMDGPUTargetCodeGenInfo : public TargetCodeGenInfo { class
289 AMDGPUTargetCodeGenInfo(CodeGenTypes &CGT) in AMDGPUTargetCodeGenInfo() function in __anond73772ba0111::AMDGPUTargetCodeGenInfo
337 void AMDGPUTargetCodeGenInfo::setFunctionDeclAttributes( in setFunctionDeclAttributes()
403 void AMDGPUTargetCodeGenInfo::emitTargetGlobals( in emitTargetGlobals()
435 void AMDGPUTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes()
460 unsigned AMDGPUTargetCodeGenInfo::getOpenCLKernelCallingConv() const { in getOpenCLKernelCallingConv()
469 llvm::Constant *AMDGPUTargetCodeGenInfo::getNullPointer( in getNullPointer()
483 AMDGPUTargetCodeGenInfo::getGlobalVarAddressSpace(CodeGenModule &CGM, in getGlobalVarAddressSpace()
507 AMDGPUTargetCodeGenInfo::getLLVMSyncScopeID(const LangOptions &LangOpts, in getLLVMSyncScopeID()
549 bool AMDGPUTargetCodeGenInfo::shouldEmitStaticExternCAliases() const { in shouldEmitStaticExternCAliases()
553 bool AMDGPUTargetCodeGenInfo::shouldEmitDWARFBitFieldSeparators() const { in shouldEmitDWARFBitFieldSeparators()
557 void AMDGPUTargetCodeGenInfo::setCUDAKernelCallingConvention( in setCUDAKernelCallingConvention()
571 llvm::Value *AMDGPUTargetCodeGenInfo::createEnqueuedBlockKernel( in createEnqueuedBlockKernel()
693 return std::make_unique<AMDGPUTargetCodeGenInfo>(CGM.getTypes()); in createAMDGPUTargetCodeGenInfo()