| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | immcost.ll | 8 ; CHECK-NOT: Collect constant 24 ; CHECK-NOT: Collect constant 41 ; CHECK: Collect constant i64 4294967103 from %a = and i64 %p, 4294967103 with cost 2 58 ; Collect constant i64 -4688528683866062848 from %a = and i64 %p, -4688528683866062848 with cost 2 75 ; Collect constant i64 88994925642865 from %a = and i64 %p, 88994925642865 with cost 3 92 ; Collect constant i64 -4688439692143754127 from %b = and i64 %q, -4688439692143754127 with cost 4
|
| H A D | loh-use-between-adrp-add.mir | 14 # CHECK-LABEL: ********** AArch64 Collect LOH **********
|
| H A D | loh.mir | 19 # CHECK-LABEL: ********** AArch64 Collect LOH **********
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | immcost.ll | 9 ; CHECK: Collect constant i32 -3 from call void @g(i32 -3) with cost 2 24 ; CHECK-NOT: Collect constant i32 -193 from 41 ; CHECK-NOT: Collect constant 76 ; CHECK-NOT: Collect constant i32 -5
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtObjC.cpp | 20 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, in ObjCForCollectionStmt() argument 25 SubExprs[COLLECTION] = Collect; in ObjCForCollectionStmt()
|
| H A D | CXXInheritance.cpp | 504 void Collect(const CXXRecordDecl *RD, bool VirtualBase, 511 void FinalOverriderCollector::Collect(const CXXRecordDecl *RD, in Collect() function in FinalOverriderCollector 529 Collect(BaseDecl, false, InVirtualSubobject, Overriders); in Collect() 551 Collect(BaseDecl, true, BaseDecl, *MyVirtualOverriders); in Collect() 554 Collect(BaseDecl, false, InVirtualSubobject, ComputedBaseOverriders); in Collect() 644 Collector.Collect(this, false, nullptr, FinalOverriders); in getFinalOverriders()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/ |
| H A D | memprof-merge.test | 22 # Collect instrprof profile with name compression disabled since some buildbots 28 # Collect memprof profile.
|
| /llvm-project-15.0.7/mlir/include/mlir/Interfaces/ |
| H A D | SideEffectInterfaceBase.td | 61 /// Collect all of the effect instances that correspond to the given 104 /// Collect all of the effect instances that operate on the provided value 129 /// Collect all of the effect instances that operate on the provided symbol 140 /// Collect all of the effect instances that operate on the provided
|
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | CompilationDatabase.cpp | 155 void runImpl(const driver::Action *A, bool Collect) { in runImpl() 156 bool CollectChildren = Collect; in runImpl() 163 if (Collect) { in runImpl()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-query/ |
| H A D | Query.cpp | 190 CollectBoundNodes Collect(Matches); in run() local 191 if (!Finder.addDynamicMatcher(MaybeBoundMatcher, &Collect)) { in run()
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/ |
| H A D | load-object-a.ll | 7 ; Collect generated objects.
|
| /llvm-project-15.0.7/libc/cmake/modules/ |
| H A D | LLVMLibCFlagRules.cmake | 77 # Collect flags from dependency list. To see which flags come with each
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | only-some-bytes.test | 43 # Collect DFT, then use it.
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | mod-file.cpp | 76 void Collect(); 479 collector.Collect(); in PutSubprogram() 1075 void SubprogramSymbolCollector::Collect() { in Collect() function in Fortran::semantics::SubprogramSymbolCollector
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/ |
| H A D | README.md | 61 # Collect and store the data required by the CTU analysis
|
| /llvm-project-15.0.7/utils/bazel/ |
| H A D | terminfo.bzl | 112 # Collect the candidate linkopts and wrap them into a list. Ideally,
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtObjC.h | 29 ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, Stmt *Body,
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-dwarfdump.rst | 119 Collect debug info quality metrics and print the results
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | Pragma.cpp | 136 bool Collect; member 141 if (Collect) in lex() 147 assert(Collect && "did not collect tokens"); in revert()
|
| /llvm-project-15.0.7/bolt/ |
| H A D | README.md | 98 ### Step 1: Collect Profile
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | TestSuiteGuide.md | 202 Collect internal LLVM statistics. Appends `-save-stats=obj` when invoking the
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVRegisterInfo.td | 363 // Collect the valid indexes into 'R' under NF and LMUL values from TUPLE_INDEX.
|
| /llvm-project-15.0.7/mlir/cmake/modules/ |
| H A D | AddMLIRPython.cmake | 440 # Collect all explicit and transitive embed libs.
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 287 CODEGENOPT(SanitizeStats , 1, 0) ///< Collect statistics for sanitizers.
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 736 auto Collect = [&](TemplateArgument Pattern) { in addPacks() local 748 Collect(Pattern); in addPacks() 756 Collect(ExtraDeductions.pop_back_val()); in addPacks()
|