| /src/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"
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVCombine.td | 1 //=- RISCVCombine.td - Define RISC-V Combine Rules -----------*- tablegen -*-=// 12 include "llvm/Target/GlobalISel/Combine.td"
|
| /src/contrib/googletest/googletest/test/ |
| H A D | googletest-param-test-test.cc | 59 using ::testing::Combine; 413 Combine(Values(foo, bar), Values(3, 4)); in TEST() 424 Combine(Values(0, 1), Values(3, 4), Values(5, 6)); in TEST() 438 Combine(Values(42), Values(0, 1)); in TEST() 450 Combine(Values(0, 1), Values(42)); in TEST() 461 Combine(Range(0, 0), Values(0, 1)); in TEST() 469 Combine(Values(0, 1), Range(1, 1)); in TEST() 481 Combine(Values(foo, bar), Values(1), Values(2), Values(3), Values(4), in TEST() 508 Combine(Values(0, 1), Values(NonDefaultConstructAssignString("A"), in TEST() 554 Combine(Values(foo, bar), Values(3, 4))); in TEST() [all …]
|
| /src/contrib/googletest/googletest/samples/ |
| H A D | sample8_unittest.cc | 83 using ::testing::Combine; 152 Combine(Bool(), Values(1, 10)));
|
| /src/tests/sys/fs/fusefs/ |
| H A D | io.cc | 588 Combine(Bool(), /* async read */ 596 Combine(Bool(), /* async read */ 604 Combine(Values(true), /* async read */
|
| H A D | cache.cc | 199 Combine(
|
| /src/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"
|
| /src/contrib/googletest/docs/ |
| H A D | samples.md | 18 * Sample #8 shows using `Combine()` in value-parameterized tests.
|
| /src/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | int_to_fp_impl.inc | 67 // Combine sign, exponent, and mantissa.
|
| /src/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"
|
| /src/contrib/ntp/ |
| H A D | TODO | 117 - Combine enable-step-slew and enable-ntpdate-step
|
| /src/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest-param-test.h | 407 internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) { in Combine() function
|
| /src/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)
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonIntrinsicsV5.td | 233 // Combine Words Into Doublewords.
|
| /src/contrib/googletest/docs/reference/ |
| H A D | testing.md | 112 | `Combine(g1, g2, ..., gN)` | Yields as `std::tuple` *n*-tuples all combinations (Cartesian prod… 181 ConvertGenerator<std::tuple<int, bool>>(Combine(Values(0.1, 1.2), Bool()))); 184 In this example `Combine` supports the generation of `std::tuple<int, bool>>` 205 ConvertGenerator(Combine(Values(1, 1.2), Bool()),
|
| /src/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"
|
| /src/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
|
| /src/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()
|
| /src/usr.sbin/bsdconfig/share/media/ |
| H A D | wlan.subr | 1062 # Combine description with existing help 1157 # Combine flags into existing help
|
| /src/contrib/llvm-project/lld/COFF/ |
| H A D | Options.td | 84 def merge : P<"merge", "Combine sections">;
|
| /src/stand/forth/ |
| H A D | menusets.4th | 289 \ Combine strings
|
| /src/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()
|
| /src/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()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 593 void Combine(CombineLevel Level, AAResults *AA, CodeGenOptLevel OptLevel);
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86.td | 711 // Combine vector math operations with shuffles into horizontal math
|