Home
last modified time | relevance | path

Searched refs:Between (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/
H A Dgmock-cardinalities.cc139 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 Dgmock-cardinalities.h146 GTEST_API_ Cardinality Between(int min, int max);
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dattr-amdgpu-waves-per-eu.ll101 ; 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 Dsimple-fp-encoding.s219 @ 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 DGVN.cpp1031 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 Dcontext.txt9 ; - M: Between two input lines included by the filter.
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicsARM.td562 // 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 DIntrinsicsAArch64.td457 // 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.md168 #### 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 DCompileCudaWithLLVM.rst222 Dialect Differences Between clang and nvcc
H A DGettingStarted.rst582 Between runs, CMake preserves the values set for all options. CMake has the
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrVFP.td749 // Between half, single and double-precision.
H A DARMInstrNEON.td6782 // 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 DUsersManual.rst2032 Differences Between Sampling and Instrumentation