/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ExprMutationAnalyzer.h | 87 bool isMutated(const Decl *Dec) { return findMutation(Dec) != nullptr; } in isMutated() 89 const Stmt *findMutation(const Decl *Dec) { return A.findMutation(Dec); } in findMutation() 94 bool isPointeeMutated(const Decl *Dec) { in isPointeeMutated() 100 const Stmt *findPointeeMutation(const Decl *Dec) { in findPointeeMutation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCCTRLoops.cpp | 173 MachineInstr *Dec = nullptr; in processLoop() local 241 MachineInstr *Dec) { in expandNormalLoops() 318 MachineInstr *Dec) { in expandCTRLoops()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerAtomic.cpp | 91 Value *Dec = Builder.CreateSub(Loaded, One); in buildAtomicRMWValue() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 216 const Stmt *ExprMutationAnalyzer::Analyzer::findMutation(const Decl *Dec) { in findMutation() 226 ExprMutationAnalyzer::Analyzer::findPointeeMutation(const Decl *Dec) { in findPointeeMutation() 252 ExprMutationAnalyzer::Analyzer::tryEachDeclRef(const Decl *Dec, in tryEachDeclRef()
|
/freebsd/contrib/llvm-project/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 | 326 auto Dec = MI.getOperand(1).getImm(); in collectFuncNames() local 691 auto Dec = static_cast<SPIRV::Decoration::Decoration>(DecOp); in addOpDecorateReqs() local
|
H A D | SPIRVCallLowering.cpp | 358 auto Dec = in lowerFormalArguments() local
|
H A D | SPIRVAsmPrinter.cpp | 552 unsigned Dec = static_cast<unsigned>(SPIRV::Decoration::UserSemantic); in outputAnnotations() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVInstPrinter.cpp | 248 auto Dec = static_cast<Decoration::Decoration>(DecOp.getImm()); in printOpDecorate() local
|
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/ |
H A D | ARCDisassembler.cpp | 170 const MCDisassembler *Dec) { in DecodeMEMrs9()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLowOverheadLoops.cpp | 376 MachineInstr *Dec = nullptr; member 1841 for (auto *Dec : Decs) in RevertNonLoops() local
|
H A D | ARMISelDAGToDAG.cpp | 4104 SDNode *Dec = in Select() local
|
/freebsd/contrib/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 345 Expected<Decompressor> Dec = Decompressor::create(Name, Contents, IsLE, Is64); in handleCompressedSection() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.h | 714 Dec, enumerator 801 bool Dec(InterpState &S, CodePtr OpPC) { in Dec() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 1732 ConstantInt *Dec = dyn_cast<ConstantInt>(SubOneOp->getOperand(1)); in detectPopcountIdiom() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 1667 Value *Dec = Builder.CreateAdd(A, AllOnes); in visitAdd() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 18400 static bool getCombineLoadStoreParts(SDNode *N, unsigned Inc, unsigned Dec, in getCombineLoadStoreParts()
|