Lines Matching refs:getAttr

886   if (const auto *NBA = D->getAttr<NoBuiltinAttr>())  in handleNoBuiltinAttr()
1728 if (const auto *Other = D->getAttr<CPUDispatchAttr>()) { in handleCPUSpecificAttr()
1737 if (const auto *Other = D->getAttr<CPUSpecificAttr>()) { in handleCPUSpecificAttr()
1930 if (VecReturnAttr *A = D->getAttr<VecReturnAttr>()) { in handleVecReturnAttr()
2531 T *existingAttr = D->getAttr<T>(); in mergeVisibilityAttr()
2782 WorkGroupAttr *Existing = D->getAttr<WorkGroupAttr>(); in handleWorkGroupSize()
2809 if (VecTypeHintAttr *A = D->getAttr<VecTypeHintAttr>()) { in handleVecTypeHint()
2828 if (SectionAttr *ExistingAttr = D->getAttr<SectionAttr>()) { in mergeSectionAttr()
2919 if (const auto *ExistingAttr = D->getAttr<CodeSegAttr>()) { in mergeCodeSegAttr()
2937 if (const auto *ExistingAttr = D->getAttr<CodeSegAttr>()) { in handleCodeSegAttr()
3156 if (const auto *Other = D->getAttr<TargetClonesAttr>()) { in handleTargetClonesAttr()
3224 MinVectorWidthAttr *Existing = D->getAttr<MinVectorWidthAttr>(); in handleMinVectorWidthAttr()
3451 if (const auto *EA = D->getAttr<ErrorAttr>()) { in mergeErrorAttr()
4447 if (OptimizeNoneAttr *Optnone = D->getAttr<OptimizeNoneAttr>()) { in mergeAlwaysInlineAttr()
4503 if (OptimizeNoneAttr *Optnone = D->getAttr<OptimizeNoneAttr>()) { in mergeMinSizeAttr()
4517 if (AlwaysInlineAttr *Inline = D->getAttr<AlwaysInlineAttr>()) { in mergeOptimizeNoneAttr()
4522 if (MinSizeAttr *MinSize = D->getAttr<MinSizeAttr>()) { in mergeOptimizeNoneAttr()
4558 if (auto *A = D->getAttr<CUDAConstantAttr>()) { in handleConstantAttr()
4626 if (auto *A = D->getAttr<CUDADeviceAttr>()) { in handleDeviceAttr()
4808 if (const auto *OAttr = D->getAttr<OwnerAttr>()) { in handleLifetimeCategoryAttr()
4827 if (const auto *PAttr = D->getAttr<PointerAttr>()) { in handleLifetimeCategoryAttr()
5326 if (const auto *UA = D->getAttr<UuidAttr>()) { in mergeUuidAttr()
5573 if (DLLImportAttr *Import = D->getAttr<DLLImportAttr>()) { in mergeDLLExportAttr()
5620 if (MSInheritanceAttr *IA = D->getAttr<MSInheritanceAttr>()) { in mergeMSInheritanceAttr()
6120 if (D->getAttr<VTablePointerAuthenticationAttr>()) { in handleVTablePointerAuthentication()
7132 if (const auto *A = D->getAttr<ReqdWorkGroupSizeAttr>()) { in ProcessDeclAttributeList()
7137 } else if (const auto *A = D->getAttr<WorkGroupSizeHintAttr>()) { in ProcessDeclAttributeList()
7140 } else if (const auto *A = D->getAttr<VecTypeHintAttr>()) { in ProcessDeclAttributeList()
7143 } else if (const auto *A = D->getAttr<OpenCLIntelReqdSubGroupSizeAttr>()) { in ProcessDeclAttributeList()
7147 if (const auto *A = D->getAttr<AMDGPUFlatWorkGroupSizeAttr>()) { in ProcessDeclAttributeList()
7151 } else if (const auto *A = D->getAttr<AMDGPUWavesPerEUAttr>()) { in ProcessDeclAttributeList()
7155 } else if (const auto *A = D->getAttr<AMDGPUNumSGPRAttr>()) { in ProcessDeclAttributeList()
7159 } else if (const auto *A = D->getAttr<AMDGPUNumVGPRAttr>()) { in ProcessDeclAttributeList()