Searched refs:Between (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/ |
| H A D | gmock-cardinalities.cc | 139 GTEST_API_ Cardinality AtLeast(int n) { return Between(n, INT_MAX); } in AtLeast() 142 GTEST_API_ Cardinality AtMost(int n) { return Between(0, n); } in AtMost() 148 GTEST_API_ Cardinality Between(int min, int max) { in Between() function 153 GTEST_API_ Cardinality Exactly(int n) { return Between(n, n); } in Exactly()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-cardinalities.h | 146 GTEST_API_ Cardinality Between(int min, int max);
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | attr-amdgpu-waves-per-eu.ll | 101 ; Between 1 and 5 waves per execution unit (same as @empty_at_most_5). 103 ; Between 5 and 10 waves per execution unit.
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | simple-fp-encoding.s | 219 @ Between two single precision registers and two core registers 229 @ Between one double precision register and two core registers
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 1031 static bool liesBetween(const Instruction *From, Instruction *Between, in liesBetween() argument 1033 if (From->getParent() == Between->getParent()) in liesBetween() 1034 return DT->dominates(From, Between); in liesBetween() 1036 Exclusion.insert(Between->getParent()); in liesBetween()
|
| /llvm-project-15.0.7/llvm/test/FileCheck/dump-input/ |
| H A D | context.txt | 9 ; - M: Between two input lines included by the filter.
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IntrinsicsARM.td | 562 // Vector Conversions Between Floating-point and Integer 572 // Vector Conversions Between Floating-point and Fixed-point. 578 // Vector Conversions Between Half-Precision and Single-Precision.
|
| H A D | IntrinsicsAArch64.td | 457 // Vector Conversions Between Half-Precision and Single-Precision. 463 // Vector Conversions Between Floating-point and Fixed-point.
|
| /llvm-project-15.0.7/mlir/docs/Dialects/Linalg/ |
| H A D | _index.md | 168 #### Property 2: Reversible Mappings Between Control and Data Structures<a name="prop2"></a> 202 The property "*Reversible Mappings Between Control and Data Structures*" is
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | CompileCudaWithLLVM.rst | 222 Dialect Differences Between clang and nvcc
|
| H A D | GettingStarted.rst | 582 Between runs, CMake preserves the values set for all options. CMake has the
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMInstrVFP.td | 749 // Between half, single and double-precision.
|
| H A D | ARMInstrNEON.td | 6782 // VCVT : Vector Convert Between Floating-Point and Integers 6859 // VCVT : Vector Convert Between Floating-Point and Fixed-Point. 6939 // VCVT : Vector Convert Between Half-Precision and Single-Precision.
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | UsersManual.rst | 2032 Differences Between Sampling and Instrumentation
|