Home
last modified time | relevance | path

Searched defs:Dec (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h29 bool isMutated(const Decl *Dec) { return findMutation(Dec) != nullptr; } in isMutated()
36 bool isPointeeMutated(const Decl *Dec) { in isPointeeMutated()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp170 MachineInstr *Dec = nullptr; in processLoop() local
238 MachineInstr *Dec) { in expandNormalLoops()
315 MachineInstr *Dec) { in expandCTRLoops()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerAtomic.cpp91 Value *Dec = Builder.CreateSub(Loaded, One); in buildAtomicRMWValue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp114 SPIRV::Decoration::Decoration Dec, in buildOpDecorate()
123 SPIRV::Decoration::Decoration Dec, in buildOpDecorate()
H A DSPIRVModuleAnalysis.cpp274 auto Dec = MI.getOperand(1).getImm(); in collectFuncNames() local
615 auto Dec = static_cast<SPIRV::Decoration::Decoration>(DecOp); in addOpDecorateReqs() local
H A DSPIRVCallLowering.cpp333 auto Dec = in lowerFormalArguments() local
H A DSPIRVAsmPrinter.cpp518 unsigned Dec = static_cast<unsigned>(SPIRV::Decoration::UserSemantic); in outputAnnotations() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp214 const Stmt *ExprMutationAnalyzer::findMutation(const Decl *Dec) { in findMutation()
222 const Stmt *ExprMutationAnalyzer::findPointeeMutation(const Decl *Dec) { in findPointeeMutation()
244 const Stmt *ExprMutationAnalyzer::tryEachDeclRef(const Decl *Dec, in tryEachDeclRef()
H A DThreadSafety.cpp394 const NamedDecl *Dec; member
475 const NamedDecl *Dec = VarDefinitions[i].Dec; in dumpVarDefinitionName() local
654 const NamedDecl *Dec = P.first; in intersectContexts() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVInstPrinter.cpp246 auto Dec = static_cast<Decoration::Decoration>(DecOp.getImm()); in printOpDecorate() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp127 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 DARCDisassembler.cpp170 const MCDisassembler *Dec) { in DecodeMEMrs9()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp376 MachineInstr *Dec = nullptr; member
1860 for (auto *Dec : Decs) in RevertNonLoops() local
H A DARMISelDAGToDAG.cpp4103 SDNode *Dec = in Select() local
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp345 Expected<Decompressor> Dec = Decompressor::create(Name, Contents, IsLE, Is64); in handleCompressedSection() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h515 Dec, enumerator
595 bool Dec(InterpState &S, CodePtr OpPC) { in Dec() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1597 ConstantInt *Dec = dyn_cast<ConstantInt>(SubOneOp->getOperand(1)); in detectPopcountIdiom() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1625 Value *Dec = Builder.CreateAdd(A, AllOnes); in visitAdd() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18062 static bool getCombineLoadStoreParts(SDNode *N, unsigned Inc, unsigned Dec, in getCombineLoadStoreParts()