Home
last modified time | relevance | path

Searched refs:Combine (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCombine.td1 //=- MipsCombine.td - Define Mips Combine Rules --------------*- tablegen -*-=//
9 include "llvm/Target/GlobalISel/Combine.td"
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc54 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 Dsample8_unittest.cc83 using ::testing::Combine;
152 Combine(Bool(), Values(1, 10)));
/freebsd/tests/sys/fs/fusefs/
H A Dio.cc589 Combine(Bool(), /* async read */
597 Combine(Bool(), /* async read */
605 Combine(Values(true), /* async read */
H A Dcache.cc199 Combine(
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombine.td1 //=- AMDGPUCombine.td - Define AMDGPU Combine Rules ----------*- tablegen -*-=//
9 include "llvm/Target/GlobalISel/Combine.td"
/freebsd/contrib/googletest/docs/
H A Dsamples.md18 * Sample #8 shows using `Combine()` in value-parameterized tests.
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Combine.td1 //=- AArch64Combine.td - Define AArch64 Combine Rules ---------*-tablegen -*-=//
12 include "llvm/Target/GlobalISel/Combine.td"
/freebsd/contrib/ntp/
H A DTODO117 - Combine enable-step-slew and enable-ntpdate-step
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h406 internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) { in Combine() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1 //===- 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 DHexagonIntrinsicsV5.td233 // Combine Words Into Doublewords.
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.td111 // Combine the low and high GR32s into a single class. This can only be
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def88 " Combine with ASAN_OPTIONS=dedup_token_length=3 (or similar) to ensure that"
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp931 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 Dwlan.subr1062 # Combine description with existing help
1157 # Combine flags into existing help
/freebsd/contrib/llvm-project/lld/COFF/
H A DOptions.td84 def merge : P<"merge", "Combine sections">;
/freebsd/stand/forth/
H A Dmenusets.4th289 \ Combine strings
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9537 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 DMemorySanitizer.cpp1429 bool Combine = !MS.TrackOrigins; in materializeInstructionChecks() local
1454 if (!Combine) { in materializeInstructionChecks()
1470 assert(Combine); in materializeInstructionChecks()
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md112 | `Combine(g1, g2, ..., gN)` | Yields as `std::tuple` *n*-tuples all combinations (Cartesian prod…
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h593 void Combine(CombineLevel Level, AAResults *AA, CodeGenOptLevel OptLevel);
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td711 // Combine vector math operations with shuffles into horizontal math
/freebsd/contrib/byacc/
H A Daclocal.m4515 dnl Combine no-leak checks with the libraries or tools that are used for the
/freebsd/contrib/file/
H A DChangeLog1237 * Combine overlapping epoc and psion magic files into one (epoc).

12