/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsCombine.td | 1 //=- MipsCombine.td - Define Mips Combine Rules --------------*- tablegen -*-=// 9 include "llvm/Target/GlobalISel/Combine.td"
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-param-test-test.cc | 54 using ::testing::Combine; 408 Combine(Values(foo, bar), Values(3, 4)); in TEST() 419 Combine(Values(0, 1), Values(3, 4), Values(5, 6)); in TEST() 433 Combine(Values(42), Values(0, 1)); in TEST() 445 Combine(Values(0, 1), Values(42)); in TEST() 456 Combine(Range(0, 0), Values(0, 1)); in TEST() 464 Combine(Values(0, 1), Range(1, 1)); in TEST() 476 Combine(Values(foo, bar), Values(1), Values(2), Values(3), Values(4), in TEST() 503 Combine(Values(0, 1), Values(NonDefaultConstructAssignString("A"), in TEST() 549 Combine(Values(foo, bar), Values(3, 4))); in TEST() [all …]
|
/freebsd/contrib/googletest/googletest/samples/ |
H A D | sample8_unittest.cc | 83 using ::testing::Combine; 152 Combine(Bool(), Values(1, 10)));
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | io.cc | 589 Combine(Bool(), /* async read */ 597 Combine(Bool(), /* async read */ 605 Combine(Values(true), /* async read */
|
H A D | cache.cc | 199 Combine(
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCombine.td | 1 //=- AMDGPUCombine.td - Define AMDGPU Combine Rules ----------*- tablegen -*-=// 9 include "llvm/Target/GlobalISel/Combine.td"
|
/freebsd/contrib/googletest/docs/ |
H A D | samples.md | 18 * Sample #8 shows using `Combine()` in value-parameterized tests.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Combine.td | 1 //=- AArch64Combine.td - Define AArch64 Combine Rules ---------*-tablegen -*-=// 12 include "llvm/Target/GlobalISel/Combine.td"
|
/freebsd/contrib/ntp/ |
H A D | TODO | 117 - Combine enable-step-slew and enable-ntpdate-step
|
/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-param-test.h | 406 internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) { in Combine() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
H A D | Combine.td | 1 //===- Combine.td - Combine rule definitions ---------------*- tablegen -*-===// 336 // Combine bitreverse(shl (bitreverse x), y)) -> (lshr x, y) 347 // Combine bitreverse(lshr (bitreverse x), y)) -> (shl x, y) 358 // Combine (shl (add x, c1), c2) -> (add (shl x, c2), c1 << c2) 359 // Combine (shl (or x, c1), c2) -> (or (shl x, c2), c1 << c2)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonIntrinsicsV5.td | 233 // Combine Words Into Doublewords.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZRegisterInfo.td | 111 // Combine the low and high GR32s into a single class. This can only be
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerFlags.def | 88 " Combine with ASAN_OPTIONS=dedup_token_length=3 (or similar) to ensure that"
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 931 CurDAG->Combine(BeforeLegalizeTypes, AA, OptLevel); in CodeGenAndEmitDAG() 977 CurDAG->Combine(AfterLegalizeTypes, AA, OptLevel); in CodeGenAndEmitDAG() 1031 CurDAG->Combine(AfterLegalizeVectorOps, AA, OptLevel); in CodeGenAndEmitDAG() 1071 CurDAG->Combine(AfterLegalizeDAG, AA, OptLevel); in CodeGenAndEmitDAG()
|
/freebsd/usr.sbin/bsdconfig/share/media/ |
H A D | wlan.subr | 1062 # Combine description with existing help 1157 # Combine flags into existing help
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Options.td | 84 def merge : P<"merge", "Combine sections">;
|
/freebsd/stand/forth/ |
H A D | menusets.4th | 289 \ Combine strings
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 9537 IntRange (*Combine)(IntRange, IntRange) = IntRange::join; in GetExprRange() local 9581 Combine = IntRange::bit_and; in GetExprRange() 9628 Combine = IntRange::sum; in GetExprRange() 9635 Combine = IntRange::difference; in GetExprRange() 9640 Combine = IntRange::product; in GetExprRange() 9671 Combine = IntRange::rem; in GetExprRange() 9688 IntRange C = Combine(L, R); in GetExprRange()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 1429 bool Combine = !MS.TrackOrigins; in materializeInstructionChecks() local 1454 if (!Combine) { in materializeInstructionChecks() 1470 assert(Combine); in materializeInstructionChecks()
|
/freebsd/contrib/googletest/docs/reference/ |
H A D | testing.md | 112 | `Combine(g1, g2, ..., gN)` | Yields as `std::tuple` *n*-tuples all combinations (Cartesian prod…
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 593 void Combine(CombineLevel Level, AAResults *AA, CodeGenOptLevel OptLevel);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86.td | 711 // Combine vector math operations with shuffles into horizontal math
|
/freebsd/contrib/byacc/ |
H A D | aclocal.m4 | 515 dnl Combine no-leak checks with the libraries or tools that are used for the
|
/freebsd/contrib/file/ |
H A D | ChangeLog | 1237 * Combine overlapping epoc and psion magic files into one (epoc).
|