| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | compute-offsets.cpp | 215 std::optional<std::size_t> representative; in DoEquivalenceSet() local 221 if (!representative || in DoEquivalenceSet() 222 resolved.offset >= symbolOffsets[*representative].offset) { in DoEquivalenceSet() 226 representative = symbolOffsets.size() - 1; in DoEquivalenceSet() 229 CHECK(representative); in DoEquivalenceSet() 230 const SymbolAndOffset &base{symbolOffsets[*representative]}; in DoEquivalenceSet()
|
| /llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/AArch64/ |
| H A D | widen_switch.ll | 1 ;; AArch64 is arbitralily chosen as a 32/64-bit RISC representative to show the transform in all te…
|
| /llvm-project-15.0.7/libc/benchmarks/automemcpy/ |
| H A D | README.md | 86 …This allows picking a representative value over many runs of the benchmark. Please make sure all t…
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | dwarfdump-header.s | 2 # We have a representative set of units: v4 CU, v5 CU, v4 TU, v5 split TU.
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | FaultMaps.rst | 99 level (so the above example is only representative, not literal). The
|
| H A D | TestSuiteGuide.md | 126 Contains symbolic links to other benchmarks forming a representative sample
|
| H A D | ProgrammersManual.rst | 2357 the same representative.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/compactbranches/ |
| H A D | compact-branch-implicit-def.mir | 4 # The mir code in this file isn't representative of the llvm-ir.
|
| /llvm-project-15.0.7/bolt/ |
| H A D | README.md | 101 your program to run on a representative input from a command line, then check
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 824 * Each range has a 'representative value' which is the lower end value of the 873 /* Map an (observed) memop size value to the representative value of its range.
|
| /llvm-project-15.0.7/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 824 * Each range has a 'representative value' which is the lower end value of the 873 /* Map an (observed) memop size value to the representative value of its range.
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | arm_neon_incl.td | 281 // Certain intrinsics have different names than their representative
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | vec-libcalls.ll | 10 ; Use fsin as the representative test for various data types.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | vec-libcalls.ll | 6 ; Use fsin as the representative test for various data types.
|
| /llvm-project-15.0.7/libcxx/docs/DesignDocs/ |
| H A D | AtomicDesign.rst | 126 Below are representative C++ implementations of all of the operations. Their
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | Vector.md | 27 representative of what exists today but rather illustrates the layering of
|
| /llvm-project-15.0.7/third-party/benchmark/docs/ |
| H A D | user_guide.md | 975 However benchmarks are often noisy and a single result may not be representative
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1637 "in the group is representative for all other statements in "
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 14619 unsigned C = representative(Cur.Index); in isUnsequenced() 14620 unsigned Target = representative(Old.Index); in isUnsequenced() 14631 unsigned representative(unsigned K) { in representative() function in __anon8097fee12911::SequenceChecker::SequenceTree 14634 return Values[K].Parent = representative(Values[K].Parent); in representative()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | InternalsManual.rst | 58 implemented. A representative example of a diagnostic is:
|
| H A D | UsersManual.rst | 2027 by running your code with inputs that are representative of the typical
|