| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCUnusedIVarsChecker.cpp | 32 static void Scan(IvarUsageMap& M, const Stmt *S) { in Scan() function 46 Scan(M, BE->getBody()); in Scan() 56 Scan(M, sub); in Scan() 60 Scan(M, SubStmt); in Scan() 63 static void Scan(IvarUsageMap& M, const ObjCPropertyImplDecl *D) { in Scan() function 77 static void Scan(IvarUsageMap& M, const ObjCContainerDecl *D) { in Scan() function 80 Scan(M, I->getBody()); in Scan() 86 Scan(M, I); in Scan() 91 Scan(M, CID); in Scan() 102 Scan(M, FD->getBody()); in Scan() [all …]
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherOpt.cpp | 252 unsigned Scan = OptionIdx; in FactorNodes() local 255 if (Scan == e) break; in FactorNodes() 257 Matcher *ScanMatcher = OptionsToMatch[Scan]; in FactorNodes() 265 OptionsToMatch.erase(OptionsToMatch.begin()+Scan); in FactorNodes() 273 ++Scan; in FactorNodes() 287 OptionsToMatch[Scan] = M2; in FactorNodes() 296 if (Scan != e && in FactorNodes() 298 Scan+1 != e) { in FactorNodes() 301 OptionsToMatch[Scan]->print(errs(), 4); in FactorNodes() 302 if (Scan + 1 != e) OptionsToMatch[Scan + 1]->printOne(errs()); in FactorNodes() [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/ |
| H A D | 2011-12-16-T2SizeReduceAssert.ll | 11 %Scan.0.idx7.val = load i8*, i8** undef, align 4 12 %.idx = getelementptr i8, i8* %Scan.0.idx7.val, i32 4 19 %Scan.0.idx8.val = load %struct.LIST_NODE.0.16*, %struct.LIST_NODE.0.16** undef, align 4 23 %Scan.0 = phi %struct.LIST_NODE.0.16* [ %List, %entry ], [ %Scan.0.idx8.val, %bb2 ] 24 %2 = icmp eq %struct.LIST_NODE.0.16* %Scan.0, null
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | data-to-inits.cpp | 107 bool Scan(const Symbol &); 110 bool Scan(const parser::Variable &); 111 bool Scan(const parser::Designator &); 112 bool Scan(const parser::DataImpliedDo &); 113 bool Scan(const parser::DataIDoObject &); 129 bool DataInitializationCompiler<DSV>::Scan( in Scan() function in Fortran::semantics::DataInitializationCompiler 134 return Scan(var.value()); in Scan() 153 bool DataInitializationCompiler<DSV>::Scan( in Scan() function in Fortran::semantics::DataInitializationCompiler 208 if (!Scan(object)) { in Scan() 231 return Scan(ido.value()); in Scan() [all …]
|
| /llvm-project-15.0.7/clang/lib/DirectoryWatcher/ |
| H A D | DirectoryScanner.cpp | 43 getAsFileEvents(const std::vector<std::string> &Scan) { in getAsFileEvents() argument 45 Events.reserve(Scan.size()); in getAsFileEvents() 47 for (const auto &File : Scan) { in getAsFileEvents()
|
| H A D | DirectoryScanner.h | 23 getAsFileEvents(const std::vector<std::string> &Scan);
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | character.cpp | 325 enum class CharFunc { Index, Scan, Verify }; enumerator 414 } else if constexpr (FUNC == CharFunc::Scan) { in GeneralCharFunc() 416 ScanVerify<CHAR, CharFunc::Scan>(string.Element<CHAR>(stringAt), in GeneralCharFunc() 425 static_assert(FUNC == CharFunc::Index || FUNC == CharFunc::Scan || in GeneralCharFunc() 921 return ScanVerify<char, CharFunc::Scan>(x, xLen, set, setLen, back); in RTNAME() 925 return ScanVerify<char16_t, CharFunc::Scan>(x, xLen, set, setLen, back); in RTNAME() 929 return ScanVerify<char32_t, CharFunc::Scan>(x, xLen, set, setLen, back); in RTNAME() 932 void RTNAME(Scan)(Descriptor &result, const Descriptor &string, in RTNAME() argument 938 GeneralCharFuncKind<char, CharFunc::Scan>( in RTNAME() 942 GeneralCharFuncKind<char16_t, CharFunc::Scan>( in RTNAME() [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | combine-movc-sub.ll | 70 %Scan.038 = phi %struct.LIST_HELP* [ %ClauseList, %entry ], [ %9, %for.inc ] 71 %car.i33 = getelementptr inbounds %struct.LIST_HELP, %struct.LIST_HELP* %Scan.038, i32 0, i32 1 91 %cdr.i = getelementptr inbounds %struct.LIST_HELP, %struct.LIST_HELP* %Scan.038, i32 0, i32 0
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/Vector/CPU/ |
| H A D | test-scan.mlir | 26 // Scan
|
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | character.h | 126 void RTNAME(Scan)(Descriptor &result, const Descriptor &string,
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/ |
| H A D | Character.cpp | 212 auto func = fir::runtime::getRuntimeFunc<mkRTKey(Scan)>(loc, builder); in genScanDescriptor()
|
| /llvm-project-15.0.7/openmp/libomptarget/test/ |
| H A D | lit.cfg | 126 # Scan all the valid targets.
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 842 // Scan the high 32 bits. 846 // Scan the low 32 bits.
|
| /llvm-project-15.0.7/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 842 // Scan the high 32 bits. 846 // Scan the low 32 bits.
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 4069 for (BasicBlock::iterator Scan = std::next(I->getIterator()), in TryToSinkInstruction() local 4071 Scan != E; ++Scan) in TryToSinkInstruction() 4072 if (Scan->mayWriteToMemory()) in TryToSinkInstruction()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | MergeFunctions.rst | 193 2. Scan *worklist*'s functions twice: first enumerate only strong functions and
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/IR/ |
| H A D | VectorOps.td | 2503 let summary = "Scan operation";
|