Home
last modified time | relevance | path

Searched refs:representative (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcompute-offsets.cpp215 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 Dwiden_switch.ll1 ;; 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 DREADME.md86 …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 Ddwarfdump-header.s2 # 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 DFaultMaps.rst99 level (so the above example is only representative, not literal). The
H A DTestSuiteGuide.md126 Contains symbolic links to other benchmarks forming a representative sample
H A DProgrammersManual.rst2357 the same representative.
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/compactbranches/
H A Dcompact-branch-implicit-def.mir4 # The mir code in this file isn't representative of the llvm-ir.
/llvm-project-15.0.7/bolt/
H A DREADME.md101 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 DInstrProfData.inc824 * 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 DInstrProfData.inc824 * 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 Darm_neon_incl.td281 // Certain intrinsics have different names than their representative
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dvec-libcalls.ll10 ; Use fsin as the representative test for various data types.
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dvec-libcalls.ll6 ; Use fsin as the representative test for various data types.
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DAtomicDesign.rst126 Below are representative C++ implementations of all of the operations. Their
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DVector.md27 representative of what exists today but rather illustrates the layering of
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Duser_guide.md975 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 DCheckers.td1637 "in the group is representative for all other statements in "
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp14619 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 DInternalsManual.rst58 implemented. A representative example of a diagnostic is:
H A DUsersManual.rst2027 by running your code with inputs that are representative of the typical