Home
last modified time | relevance | path

Searched refs:DA (Results 1 – 25 of 93) sorted by relevance

1234

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-reinterpret-base-class.cpp10 class DA : public A { class
12 class DDA : public DA {
21 class DDVA : public virtual DA {
110 (void)*reinterpret_cast<DA *>(a); in reinterpret_pointer_downcast()
138 (void)reinterpret_cast<DA &>(a); in reinterpret_reference_downcast()
143 (void)reinterpret_cast<DA &>(ra); in reinterpret_reference_downcast()
170 void reinterpret_pointer_upcast(DA *da, const DA *cda, DDA *dda, DAo *dao, in reinterpret_pointer_upcast()
181 (void)*reinterpret_cast<DA *>(dda); in reinterpret_pointer_upcast()
210 void reinterpret_reference_upcast(DA &da, const DA &cda, DDA &dda, DAo &dao, in reinterpret_reference_upcast()
221 (void)reinterpret_cast<DA &>(dda); in reinterpret_reference_upcast()
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-cov/
H A DshowLineExecutionCounts-lcov.test6 int main() { // FULL: DA:[[@LINE]],161
7 int x = 0; // FULL: DA:[[@LINE]],161
8 // FULL: DA:[[@LINE]],161
9 if (x) { // FULL: DA:[[@LINE]],161
10 x = 0; // FULL: DA:[[@LINE]],0
11 } else { // FULL: DA:[[@LINE]],161
12 x = 1; // FULL: DA:[[@LINE]],161
13 } // FULL: DA:[[@LINE]],161
14 // FULL: DA:[[@LINE]],161
18 // FULL: DA:[[@LINE]],161
[all …]
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DDivergenceAnalysisTest.cpp72 Test(*F, *LI, DA); in runWithDA()
94 DA.compute(); in TEST_F()
99 DA.markDivergent(arg); in TEST_F()
104 DA.compute(); in TEST_F()
146 DA.markDivergent(NArg); in TEST_F()
148 DA.compute(); in TEST_F()
200 DA.markDivergent(NArg); in TEST_F()
202 DA.compute(); in TEST_F()
294 DA.compute(); in TEST_F()
417 DA.markDivergent(CondArg); in TEST_F()
[all …]
/llvm-project-15.0.7/bolt/unittests/Profile/
H A DDataAggregator.cpp24 DataAggregator DA("<pseudo input>"); in TEST() local
27 DA.setParsingBuffer(""); in TEST()
28 ASSERT_FALSE(DA.hasAllBuildIDs()); in TEST()
29 FileName = DA.getFileNameForBuildID("1234"); in TEST()
35 DA.setParsingBuffer(PartialValidBuildIDs); in TEST()
36 ASSERT_FALSE(DA.hasAllBuildIDs()); in TEST()
37 FileName = DA.getFileNameForBuildID("0000"); in TEST()
39 FileName = DA.getFileNameForBuildID("1111"); in TEST()
45 DA.setParsingBuffer(AllValidBuildIDs); in TEST()
46 ASSERT_TRUE(DA.hasAllBuildIDs()); in TEST()
[all …]
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp244 return DA.getRelocatedValue(ItemSize, &Offset); in getStringOffsetSectionItem()
997 DWARFDataExtractor &DA) { in validateContributionSize() argument
1013 if (!DA.isValidOffsetForDataOfSize(Offset, 16)) in parseDWARF64StringOffsetsTableHeader()
1019 uint64_t Size = DA.getU64(&Offset); in parseDWARF64StringOffsetsTableHeader()
1020 uint8_t Version = DA.getU16(&Offset); in parseDWARF64StringOffsetsTableHeader()
1021 (void)DA.getU16(&Offset); // padding in parseDWARF64StringOffsetsTableHeader()
1031 if (!DA.isValidOffsetForDataOfSize(Offset, 8)) in parseDWARF32StringOffsetsTableHeader()
1038 uint8_t Version = DA.getU16(&Offset); in parseDWARF32StringOffsetsTableHeader()
1039 (void)DA.getU16(&Offset); // padding in parseDWARF32StringOffsetsTableHeader()
1071 return Desc.validateContributionSize(DA); in parseDWARFStringOffsetsTableHeader()
[all …]
/llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp1.cpp9 …DefArg(const DefArg &DA = make()) = default; // expected-error {{an explicitly-defaulted construct…
10 …DefArg(const DefArg &DA, int k = 3) = default; // expected-error {{an explicitly-defaulted copy co…
11 …DefArg(DefArg &&DA = make()) = default; // expected-error {{an explicitly-defaulted constructor ca…
12 …DefArg(DefArg &&DA, int k = 3) = default; // expected-error {{an explicitly-defaulted move constru…
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRDFLiveness.cpp286 Ds.push_back(DA); in getAllReachingDefs()
289 for (NodeAddr<DefNode*> DA : Ds) { in getAllReachingDefs()
292 uint16_t Flags = DA.Addr->getFlags(); in getAllReachingDefs()
338 for (NodeAddr<DefNode*> DA : RDs) { in getAllReachingDefsRecImpl()
339 Result.insert(DA.Id); in getAllReachingDefsRecImpl()
442 auto DA = DFG.addr<DefNode*>(D); in getAllReachedUses() local
443 NextD = DA.Addr->getSibling(); in getAllReachedUses()
450 if (DFG.IsPreservingDef(DA)) { in getAllReachedUses()
523 NodeId DN = DA.Addr->getReachedDef(); in computePhiInfo()
564 if (PhiDefs.count(DA.Id)) in computePhiInfo()
[all …]
H A DRDFGraph.cpp445 Ref.RD = DA.Id; in linkToDef()
452 Ref.RD = DA.Id; in linkToDef()
826 return DA; in newDef()
834 return DA; in newDef()
1041 DefM[RR.Reg].push(DA); in pushClobbers()
1047 DefM[A].push(DA); in pushClobbers()
1097 DefM[RR.Reg].push(DA); in pushDefs()
1101 DefM[A].push(DA); in pushDefs()
1513 if (DA.Addr->getReachedDef() != 0 || DA.Addr->getReachedUse() != 0) in removeUnusedPhis()
1789 if (TA.Id == DA.Id) { in unlinkDefDF()
[all …]
/llvm-project-15.0.7/bolt/lib/Passes/
H A DDataflowInfoManager.cpp63 if (DA) in getDominatorAnalysis()
64 return *DA; in getDominatorAnalysis()
65 DA.reset(new DominatorAnalysis<false>(BF, AllocatorId)); in getDominatorAnalysis()
66 DA->run(); in getDominatorAnalysis()
67 return *DA; in getDominatorAnalysis()
70 void DataflowInfoManager::invalidateDominatorAnalysis() { DA.reset(nullptr); } in invalidateDominatorAnalysis()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dinline-constraints.ll952 ; 'DA' constraint, 16-bit operand
955 ; NOSI: error: invalid operand for inline asm constraint 'DA'
963 ; NOSI: error: invalid operand for inline asm constraint 'DA'
971 ; NOSI: error: invalid operand for inline asm constraint 'DA'
979 ; NOSI: error: invalid operand for inline asm constraint 'DA'
987 ; NOSI: error: invalid operand for inline asm constraint 'DA'
995 ; NOSI: error: invalid operand for inline asm constraint 'DA'
1030 ; 'DA' constraint, 32-bit operand
1096 ; 'DA' constraint, 64-bit operand
1154 ; 'DA' constraint, v2x16 operand
[all …]
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default-copy.cpp283 struct DA { struct
284 DA(int Int);
285 DA(const DA &Other = DA(0)) : Field1(Other.Field1), Field2(Other.Field2) {} in DA() argument
286 DA &operator=(const DA &);
291 DA &DA::operator=(const DA &Other) { in operator =() argument
301 DA2(const DA &Other, int Def = 0) {} in DA2()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp94 void DeadCodeElimination::processDef(NodeAddr<DefNode*> DA, in processDef() argument
96 NodeAddr<InstrNode*> IA = DA.Addr->getOwner(DFG); in processDef()
101 for (NodeAddr<DefNode*> TA : DFG.getRelatedRefs(IA, DA)) in processDef()
107 for (NodeAddr<DefNode*> DA : LV.getAllReachingDefs(UA)) { in processUse()
108 if (!LiveNodes.count(DA.Id)) in processUse()
109 WorkQ.push_back(DA.Id); in processUse()
151 for (NodeAddr<DefNode*> DA : IA.Addr->members_if(DFG.IsDef, DFG)) in collect()
152 if (LiveNodes.count(DA.Id)) in collect()
/llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/RISCV/
H A Drvv-min-vector-size.ll15 ; CHECK-128-NEXT: [[TMP0:%.*]] = bitcast i64* [[DA:%.*]] to <2 x i64>*
17 ; CHECK-128-NEXT: [[ARRAYIDX2:%.*]] = getelementptr inbounds i64, i64* [[DA]], i64 2
24 ; CHECK-256-NEXT: [[TMP0:%.*]] = bitcast i64* [[DA:%.*]] to <4 x i64>*
30 ; CHECK-512-NEXT: [[TMP0:%.*]] = bitcast i64* [[DA:%.*]] to <4 x i64>*
48 ; CHECK-NEXT: [[TMP0:%.*]] = bitcast i8* [[DA:%.*]] to <2 x i8>*
50 ; CHECK-NEXT: [[ARRAYIDX2:%.*]] = getelementptr inbounds i8, i8* [[DA]], i8 2
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateUniformValues.cpp32 LegacyDivergenceAnalysis *DA; member in __anonb20b4deb0111::AMDGPUAnnotateUniformValues
81 if (DA->isUniform(&I)) in visitBranchInst()
87 if (!DA->isUniform(Ptr)) in visitLoadInst()
111 DA = &getAnalysis<LegacyDivergenceAnalysis>(); in runOnFunction()
H A DAMDGPUUnifyDivergentExitNodes.cpp117 static bool isUniformlyReached(const LegacyDivergenceAnalysis &DA, in isUniformlyReached() argument
124 if (!DA.isUniform(Top->getTerminator())) in isUniformlyReached()
195 LegacyDivergenceAnalysis &DA = getAnalysis<LegacyDivergenceAnalysis>(); in runOnFunction() local
211 if (!isUniformlyReached(DA, *BB)) in runOnFunction()
214 if (!isUniformlyReached(DA, *BB)) in runOnFunction()
H A DAMDGPULateCodeGenPrepare.cpp49 LegacyDivergenceAnalysis *DA = nullptr; member in __anon4297908b0111::AMDGPULateCodeGenPrepare
94 DA = &getAnalysis<LegacyDivergenceAnalysis>(); in runOnFunction()
125 return DA->isUniform(&LI); in canWidenScalarExtLoad()
/llvm-project-15.0.7/clang/test/Modules/
H A Dimplicit-build-config-out-of-date.m2 // Use -DA=0 so that there is at least one preprocessor option serialized after the diagnostic opti…
3 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fimplicit-module-maps -I %S/Inputs %s -DA=0 -…
4 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fimplicit-module-maps -I %S/Inputs %s -DA=0 -…
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDivergenceAnalysis.h151 std::unique_ptr<DivergenceAnalysisImpl> DA; variable
160 return ContainsIrreducible || DA->hasDetectedDivergence(); in hasDivergence()
168 return ContainsIrreducible || DA->isDivergent(V); in isDivergent()
173 return ContainsIrreducible || DA->isDivergentUse(U); in isDivergentUse()
/llvm-project-15.0.7/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.runtime.pass.cpp78 using DA = NCConvertingDeleter<A[]>; // non-copyable deleters in test_sfinae() typedef
83 using UAD = std::unique_ptr<A[], DA>; in test_sfinae()
97 using UA1 = std::unique_ptr<A[], DA&>; in test_sfinae()
102 using UA1 = std::unique_ptr<A[], const DA&>; in test_sfinae()
H A Dmove_convert.single.pass.cpp75 using DA = NCConvertingDeleter<A>; // non-copyable deleters in test_sfinae() typedef
79 using UAD = std::unique_ptr<A, DA>; in test_sfinae()
92 using UA1 = std::unique_ptr<A, DA&>; in test_sfinae()
97 using UA1 = std::unique_ptr<A, const DA&>; in test_sfinae()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h25 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFCompileUnit() argument
30 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFCompileUnit()
H A DDWARFTypeUnit.h27 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFTypeUnit() argument
32 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFTypeUnit()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDivergenceAnalysis.cpp361 DA = std::make_unique<DivergenceAnalysisImpl>(F, nullptr, DT, LI, *SDA, in DivergenceInfo()
365 DA->markDivergent(I); in DivergenceInfo()
367 DA->addUniformOverride(I); in DivergenceInfo()
372 DA->markDivergent(Arg); in DivergenceInfo()
376 DA->compute(); in DivergenceInfo()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp244 LegacyDivergenceAnalysis *DA = nullptr; member in __anond74a67a70111::StructurizeCFG
313 bool makeUniformRegion(Region *R, LegacyDivergenceAnalysis *DA);
334 if (SCFG.makeUniformRegion(R, DA)) in runOnRegion()
703 if (DA) in killTerminator()
704 DA->removeValue(Term); in killTerminator()
971 const LegacyDivergenceAnalysis &DA) { in hasOnlyUniformBranches() argument
983 if (!DA.isUniform(Br)) in hasOnlyUniformBranches()
1035 this->DA = nullptr; in init()
1039 LegacyDivergenceAnalysis *DA) { in makeUniformRegion() argument
1043 this->DA = DA; in makeUniformRegion()
[all …]
/llvm-project-15.0.7/polly/lib/Transform/
H A DDeadCodeElimination.cpp175 DependenceAnalysis::Result &DA = SAM.getResult<DependenceAnalysis>(S, SAR); in run() local
176 const Dependences &Deps = DA.getDependences(Dependences::AL_Statement); in run()
183 DA.recomputeDependences(Dependences::AL_Statement); in run()

1234