| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCCTRLoops.cpp | 165 MachineInstr *Dec = nullptr; in processLoop() local 210 Dec = &MI; in processLoop() 215 if (Dec && InvalidCTRLoop) in processLoop() 222 expandNormalLoops(ML, Start, Dec); in processLoop() 226 expandCTRLoops(ML, Start, Dec); in processLoop() 264 BuildMI(*Exiting, Dec, Dec->getDebugLoc(), TII->get(ADDIOpcode), ADDIDef) in expandNormalLoops() 296 BuildMI(*Exiting, Dec, Dec->getDebugLoc(), TII->get(CMPOpcode), CMPDef) in expandNormalLoops() 300 BuildMI(*Exiting, Dec, Dec->getDebugLoc(), TII->get(TargetOpcode::COPY), in expandNormalLoops() 301 Dec->getOperand(0).getReg()) in expandNormalLoops() 306 Dec->eraseFromParent(); in expandNormalLoops() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/ |
| H A D | ExprMutationAnalyzer.h | 29 bool isMutated(const Decl *Dec) { return findMutation(Dec) != nullptr; } in isMutated() argument 31 const Stmt *findMutation(const Decl *Dec); 36 bool isPointeeMutated(const Decl *Dec) { in isPointeeMutated() argument 37 return findPointeeMutation(Dec) != nullptr; in isPointeeMutated() 40 const Stmt *findPointeeMutation(const Decl *Dec); 51 const Stmt *tryEachDeclRef(const Decl *Dec, MutationFinder Finder);
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | UseAutoCheck.cpp | 288 for (const auto *Dec : D->decls()) { in replaceIterators() local 289 const auto *V = cast<VarDecl>(Dec); in replaceIterators() 349 for (const auto *Dec : D->decls()) { in replaceExpr() local 350 const auto *V = cast<VarDecl>(Dec); in replaceExpr() 373 if (Dec == *D->decl_begin()) in replaceExpr()
|
| /llvm-project-15.0.7/llvm/test/Object/ |
| H A D | archive-toc.test | 35 THIN: rw-r--r-- 1000/1000 8 Dec 16 00:56 2014 Inputs/evenlen 36 THIN-NEXT: rw-r--r-- 1000/1000 7 Dec 16 00:56 2014 Inputs/oddlen 37 THIN-NEXT: rwxr-xr-x 1000/1000 1465 Dec 16 00:56 2014 Inputs/very_long_bytecode_file_name.bc 38 THIN-NEXT: rw-r--r-- 1000/1000 2280 Dec 16 00:56 2014 Inputs/IsNAN.o
|
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVUtils.cpp | 117 llvm::SPIRV::Decoration Dec, in buildOpDecorate() argument 121 .addImm(static_cast<uint32_t>(Dec)); in buildOpDecorate() 126 llvm::SPIRV::Decoration Dec, in buildOpDecorate() argument 131 .addImm(static_cast<uint32_t>(Dec)); in buildOpDecorate()
|
| H A D | SPIRVUtils.h | 53 llvm::SPIRV::Decoration Dec, 58 llvm::SPIRV::Decoration Dec,
|
| H A D | SPIRVCallLowering.cpp | 195 auto Dec = static_cast<SPIRV::Decoration>(Const->getZExtValue()); in lowerFormalArguments() local 202 buildOpDecorate(VRegs[i][0], MIRBuilder, Dec, DecVec); in lowerFormalArguments()
|
| H A D | SPIRVModuleAnalysis.cpp | 222 auto Dec = MI.getOperand(1).getImm(); in collectFuncNames() local 223 if (Dec == static_cast<unsigned>(SPIRV::Decoration::LinkageAttributes)) { in collectFuncNames()
|
| H A D | SPIRVAsmPrinter.cpp | 453 unsigned Dec = static_cast<unsigned>(SPIRV::Decoration::UserSemantic); in outputAnnotations() local 454 Inst.addOperand(MCOperand::createImm(Dec)); in outputAnnotations()
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | ChangeLog | 59 date: Sun Dec 18 11:01:58 CET 2016 158 date: Mon Dec 10 11:55:30 CET 2012 164 date: Mon Dec 3 08:17:18 CET 2012 180 date: Sat Dec 17 18:19:26 CET 2011 220 date: Thu Dec 23 17:03:14 CET 2010
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMLowOverheadLoops.cpp | 372 MachineInstr *Dec = nullptr; member 435 return Start && Dec && End; in FoundAllComponents() 460 if (Dec) dbgs() << "ARM Loops: Found Loop Dec: " << *Dec; in dump() 469 else if (!(Start && Dec && End)) in dump() 1376 LoLoop.Dec = &MI; in ProcessLoop() 1380 LoLoop.End = LoLoop.Dec = &MI; in ProcessLoop() 1409 if (LoLoop.Dec != LoLoop.End) { in ProcessLoop() 1728 LoLoop.ToRemove.insert(LoLoop.Dec); in Expand() 1780 if (LoLoop.Dec == LoLoop.End) in Expand() 1857 for (auto *Dec : Decs) in RevertNonLoops() local [all …]
|
| H A D | ARMISelDAGToDAG.cpp | 4086 SDNode *Dec = in Select() local 4089 ReplaceUses(N, Dec); in Select()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 159 const Stmt *ExprMutationAnalyzer::findMutation(const Decl *Dec) { in findMutation() argument 160 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findMutation); in findMutation() 167 const Stmt *ExprMutationAnalyzer::findPointeeMutation(const Decl *Dec) { in findPointeeMutation() argument 168 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findPointeeMutation); in findPointeeMutation() 189 const Stmt *ExprMutationAnalyzer::tryEachDeclRef(const Decl *Dec, in tryEachDeclRef() argument 192 match(findAll(declRefExpr(to(equalsNode(Dec))).bind(NodeID<Expr>::value)), in tryEachDeclRef()
|
| H A D | ThreadSafety.cpp | 394 const NamedDecl *Dec; member 410 : Dec(D), Exp(E), Ctx(C) {} in VarDefinition() 414 : Dec(D), Ref(R), Ctx(C) {} in VarDefinition() 475 const NamedDecl *Dec = VarDefinitions[i].Dec; in dumpVarDefinitionName() local 476 if (!Dec) { in dumpVarDefinitionName() 480 Dec->printName(llvm::errs()); in dumpVarDefinitionName() 481 llvm::errs() << "." << i << " " << ((const void*) Dec); in dumpVarDefinitionName() 655 const NamedDecl *Dec = P.first; in intersectContexts() local 656 const unsigned *i2 = C2.lookup(Dec); in intersectContexts() 658 Result = removeDefinition(Dec, Result); in intersectContexts() [all …]
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | index.rst | 2 sphinx-quickstart on Sun Dec 9 20:01:55 2012.
|
| /llvm-project-15.0.7/clang/lib/Tooling/Syntax/ |
| H A D | Tokens.cpp | 180 auto Dec = SM.getDecomposedLoc(SM.getExpansionRange(Prev).getBegin()); in spelledForExpandedSlow() local 181 if (Dec.first != DecFirst.first || Dec.second >= DecFirst.second) in spelledForExpandedSlow() 185 auto Dec = SM.getDecomposedLoc(SM.getExpansionRange(Next).getEnd()); in spelledForExpandedSlow() local 186 if (Dec.first != DecLast.first || Dec.second <= DecLast.second) in spelledForExpandedSlow()
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/X86/ |
| H A D | amd3dnow.txt | 4 # Pub no. 24594 - Rev. 3.25 - Dec 2017 - pgs.468-469
|
| /llvm-project-15.0.7/llvm/lib/DWP/ |
| H A D | DWP.cpp | 287 Expected<Decompressor> Dec = Decompressor::create(Name, Contents, IsLE, Is64); in handleCompressedSection() local 288 if (!Dec) in handleCompressedSection() 289 return createError(Name, Dec.takeError()); in handleCompressedSection() 292 if (Error E = Dec->resizeAndDecompress(UncompressedSections.back())) in handleCompressedSection()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARC/Disassembler/ |
| H A D | ARCDisassembler.cpp | 170 const MCDisassembler *Dec) { in DecodeMEMrs9() argument 174 DecodeGPR32RegisterClass(Inst, R, Address, Dec); in DecodeMEMrs9()
|
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVInstPrinter.cpp | 201 auto Dec = static_cast<SPIRV::Decoration>(DecOp.getImm()); in printOpDecorate() local 205 switch (Dec) { in printOpDecorate()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 1680 ConstantInt *Dec = dyn_cast<ConstantInt>(SubOneOp->getOperand(1)); in detectPopcountIdiom() local 1681 if (!Dec || in detectPopcountIdiom() 1682 !((SubOneOp->getOpcode() == Instruction::Sub && Dec->isOne()) || in detectPopcountIdiom() 1684 Dec->isMinusOne()))) { in detectPopcountIdiom()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | blockaddr-fpic.ll | 35 @g25 = private unnamed_addr constant [4 x i8] c"Dec\00", align 1
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersNodeTest.cpp | 2007 const auto *Dec = Nodes.getNodeAs<FieldDecl>("decl"); in verify() local 2011 *Dec, Context)) != nullptr; in verify()
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | isl.bib | 251 month = Dec,
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | ScalarEvolutionTest.cpp | 697 auto *Dec = BinaryOperator::CreateNSWAdd( in TEST_F() local 699 PN->addIncoming(Dec, IncBB); in TEST_F()
|