/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
H A D | ExprMutationAnalyzer.h | 29 bool isMutated(const Decl *Dec) { return findMutation(Dec) != nullptr; } in isMutated() 36 bool isPointeeMutated(const Decl *Dec) { in isPointeeMutated()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCCTRLoops.cpp | 170 MachineInstr *Dec = nullptr; in processLoop() local 238 MachineInstr *Dec) { in expandNormalLoops() 315 MachineInstr *Dec) { in expandCTRLoops()
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 159 const Stmt *ExprMutationAnalyzer::findMutation(const Decl *Dec) { in findMutation() 167 const Stmt *ExprMutationAnalyzer::findPointeeMutation(const Decl *Dec) { in findPointeeMutation() 189 const Stmt *ExprMutationAnalyzer::tryEachDeclRef(const Decl *Dec, in tryEachDeclRef()
|
H A D | ThreadSafety.cpp | 394 const NamedDecl *Dec; member 475 const NamedDecl *Dec = VarDefinitions[i].Dec; in dumpVarDefinitionName() local 655 const NamedDecl *Dec = P.first; in intersectContexts() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVUtils.cpp | 118 SPIRV::Decoration::Decoration Dec, in buildOpDecorate() 127 SPIRV::Decoration::Decoration Dec, in buildOpDecorate()
|
H A D | SPIRVModuleAnalysis.cpp | 290 auto Dec = MI.getOperand(1).getImm(); in collectFuncNames() local 607 auto Dec = static_cast<SPIRV::Decoration::Decoration>(DecOp); in addOpDecorateReqs() local
|
H A D | SPIRVCallLowering.cpp | 288 auto Dec = in lowerFormalArguments() local
|
H A D | SPIRVAsmPrinter.cpp | 489 unsigned Dec = static_cast<unsigned>(SPIRV::Decoration::UserSemantic); in outputAnnotations() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | LowerAtomic.cpp | 92 Value *Dec = Builder.CreateSub(Loaded, One); in buildAtomicRMWValue() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVInstPrinter.cpp | 208 auto Dec = static_cast<Decoration::Decoration>(DecOp.getImm()); in printOpDecorate() local
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/ |
H A D | Tokens.cpp | 179 auto Dec = SM.getDecomposedLoc(SM.getExpansionRange(Prev).getBegin()); in spelledForExpandedSlow() local 184 auto Dec = SM.getDecomposedLoc(SM.getExpansionRange(Next).getEnd()); in spelledForExpandedSlow() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/Disassembler/ |
H A D | ARCDisassembler.cpp | 170 const MCDisassembler *Dec) { in DecodeMEMrs9()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMLowOverheadLoops.cpp | 377 MachineInstr *Dec = nullptr; member 1865 for (auto *Dec : Decs) in RevertNonLoops() local
|
H A D | ARMISelDAGToDAG.cpp | 4109 SDNode *Dec = in Select() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Interp.h | 330 Dec, enumerator 405 bool Dec(InterpState &S, CodePtr OpPC) { in Dec() function
|
/openbsd-src/gnu/llvm/llvm/lib/DWP/ |
H A D | DWP.cpp | 295 Expected<Decompressor> Dec = Decompressor::create(Name, Contents, IsLE, Is64); in handleCompressedSection() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 1682 ConstantInt *Dec = dyn_cast<ConstantInt>(SubOneOp->getOperand(1)); in detectPopcountIdiom() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 1495 Value *Dec = Builder.CreateAdd(A, AllOnes); in visitAdd() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 16814 static bool getCombineLoadStoreParts(SDNode *N, unsigned Inc, unsigned Dec, in getCombineLoadStoreParts()
|