/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPDecompositionTest.cpp | 326 omp::ConstructDecomposition Dec(AnyVersion, Helper, OMPD_parallel_sections, in TEST_F() local 343 omp::ConstructDecomposition Dec(AnyVersion, Helper, OMPD_parallel_masked, in TEST_F() local 390 omp::ConstructDecomposition Dec(AnyVersion, Helper, OMPD_parallel_sections, in TEST_F() local 407 omp::ConstructDecomposition Dec(AnyVersion, Helper, TEST_F() local 427 omp::ConstructDecomposition Dec(AnyVersion, Helper, TEST_F() local 446 omp::ConstructDecomposition Dec(AnyVersion, Helper, OMPD_target_teams, TEST_F() local 463 omp::ConstructDecomposition Dec(AnyVersion, Helper, TEST_F() local 482 omp::ConstructDecomposition Dec(AnyVersion, Helper, OMPD_parallel_masked, TEST_F() local 500 omp::ConstructDecomposition Dec(AnyVersion, Helper, OMPD_teams_distribute, TEST_F() local 536 omp::ConstructDecomposition Dec(AnyVersion, Helper, OMPD_parallel_sections, TEST_F() local 553 omp::ConstructDecomposition Dec(AnyVersion, Helper, OMPD_teams_distribute, TEST_F() local 570 omp::ConstructDecomposition Dec(AnyVersion, Helper, OMPD_target_parallel_do, TEST_F() local 596 omp::ConstructDecomposition Dec(AnyVersion, Helper, TEST_F() local 624 omp::ConstructDecomposition Dec(AnyVersion, Helper, TEST_F() local 650 omp::ConstructDecomposition Dec(AnyVersion, Helper, TEST_F() local 678 omp::ConstructDecomposition Dec( TEST_F() local 716 omp::ConstructDecomposition Dec(AnyVersion, Helper, OMPD_parallel_sections, TEST_F() local 737 omp::ConstructDecomposition Dec(AnyVersion, Helper, OMPD_target_parallel, TEST_F() local 758 omp::ConstructDecomposition Dec(AnyVersion, Helper, OMPD_parallel_for, TEST_F() local 781 omp::ConstructDecomposition Dec(AnyVersion, Helper, OMPD_parallel_sections, TEST_F() local 801 omp::ConstructDecomposition Dec(AnyVersion, Helper, OMPD_parallel_sections, TEST_F() local 822 omp::ConstructDecomposition Dec(AnyVersion, Helper, OMPD_parallel_sections, TEST_F() local 866 omp::ConstructDecomposition Dec(AnyVersion, Helper, OMPD_parallel_sections, TEST_F() local 884 omp::ConstructDecomposition Dec(AnyVersion, Helper, OMPD_parallel_masked, TEST_F() local 902 omp::ConstructDecomposition Dec(AnyVersion, Helper, OMPD_teams_loop, Clauses); TEST_F() local 919 omp::ConstructDecomposition Dec(AnyVersion, Helper, TEST_F() local 942 omp::ConstructDecomposition Dec(AnyVersion, Helper, TEST_F() local 965 omp::ConstructDecomposition Dec(AnyVersion, Helper, TEST_F() local 987 omp::ConstructDecomposition Dec(AnyVersion, Helper, OMPD_target_parallel_do, TEST_F() local 1016 omp::ConstructDecomposition Dec(AnyVersion, Helper, TEST_F() local 1034 omp::ConstructDecomposition Dec(AnyVersion, Helper, TEST_F() local 1072 omp::ConstructDecomposition Dec(AnyVersion, Helper, OMPD_for_simd, Clauses); TEST_F() local 1093 omp::ConstructDecomposition Dec(AnyVersion, Helper, OMPD_target_parallel_for, TEST_F() local [all...] |
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ExprMutationAnalyzer.h | 87 isMutated(const Decl * Dec) isMutated() argument 89 findMutation(const Decl * Dec) findMutation() argument 94 isPointeeMutated(const Decl * Dec) isPointeeMutated() argument 100 findPointeeMutation(const Decl * Dec) findPointeeMutation() argument [all...] |
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCCTRLoops.cpp | 173 MachineInstr *Dec = nullptr; processLoop() local 241 expandNormalLoops(MachineLoop * ML,MachineInstr * Start,MachineInstr * Dec) expandNormalLoops() argument 318 expandCTRLoops(MachineLoop * ML,MachineInstr * Start,MachineInstr * Dec) expandCTRLoops() argument [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerAtomic.cpp | 91 Value *Dec = Builder.CreateSub(Loaded, One); buildAtomicRMWValue() local
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | UseAutoCheck.cpp | 288 for (const auto *Dec : D->decls()) { in replaceIterators() local 372 for (const auto *Dec : D->decls()) { in replaceExpr() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 216 findMutation(const Decl * Dec) findMutation() argument 226 findPointeeMutation(const Decl * Dec) findPointeeMutation() argument 252 tryEachDeclRef(const Decl * Dec,MutationFinder Finder) tryEachDeclRef() argument
|
H A D | ThreadSafety.cpp | 394 const NamedDecl *Dec; global() member 475 const NamedDecl *Dec = VarDefinitions[i].Dec; dumpVarDefinitionName() local 654 const NamedDecl *Dec = P.first; intersectContexts() local [all...] |
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVUtils.cpp | 118 buildOpDecorate(Register Reg,MachineIRBuilder & MIRBuilder,SPIRV::Decoration::Decoration Dec,const std::vector<uint32_t> & DecArgs,StringRef StrImm) buildOpDecorate() argument 127 buildOpDecorate(Register Reg,MachineInstr & I,const SPIRVInstrInfo & TII,SPIRV::Decoration::Decoration Dec,const std::vector<uint32_t> & DecArgs,StringRef StrImm) buildOpDecorate() argument
|
H A D | SPIRVModuleAnalysis.cpp | 326 auto Dec = MI.getOperand(1).getImm(); collectFuncNames() local 691 auto Dec = static_cast<SPIRV::Decoration::Decoration>(DecOp); addOpDecorateReqs() local [all...] |
H A D | SPIRVCallLowering.cpp | 358 auto Dec = lowerFormalArguments() local
|
H A D | SPIRVAsmPrinter.cpp | 551 unsigned Dec = static_cast<unsigned>(SPIRV::Decoration::UserSemantic); outputAnnotations() local
|
/llvm-project/libc/src/__support/ |
H A D | integer_to_string.h | 159 using Dec = details::Fmt<10>; global() variable
|
/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVInstPrinter.cpp | 248 auto Dec = static_cast<Decoration::Decoration>(DecOp.getImm()); printOpDecorate() local
|
/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Tokens.cpp | 127 auto Dec = SM.getDecomposedLoc(SM.getExpansionRange(Prev).getBegin()); in spelledForExpandedSlow() local 132 auto Dec = SM.getDecomposedLoc(SM.getExpansionRange(Next).getEnd()); in spelledForExpandedSlow() local
|
/llvm-project/llvm/lib/Target/ARC/Disassembler/ |
H A D | ARCDisassembler.cpp | 170 const MCDisassembler *Dec) { in DecodeMEMrs9()
|
/llvm-project/clang/test/AST/Interp/ |
H A D | cxx20.cpp |
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLowOverheadLoops.cpp | 376 MachineInstr *Dec = nullptr; global() member 1841 for (auto *Dec : Decs) RevertNonLoops() local [all...] |
H A D | ARMISelDAGToDAG.cpp | 4104 SDNode *Dec = Select() local
|
/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 345 Expected<Decompressor> Dec = Decompressor::create(Name, Contents, IsLE, Is64); in handleCompressedSection() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.h |
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | ScalarEvolutionTest.cpp | 696 auto *Dec = BinaryOperator::CreateNSWAdd( TEST_F() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 1595 ConstantInt *Dec = dyn_cast<ConstantInt>(SubOneOp->getOperand(1)); detectPopcountIdiom() local [all...] |
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 1662 Value *Dec = Builder.CreateAdd(A, AllOnes); visitAdd() local
|
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersNodeTest.cpp | 2062 const auto *Dec = Nodes.getNodeAs<FieldDecl>("decl"); verify() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 18353 getCombineLoadStoreParts(SDNode * N,unsigned Inc,unsigned Dec,bool & IsLoad,bool & IsMasked,SDValue & Ptr,const TargetLowering & TLI) getCombineLoadStoreParts() argument [all...] |