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