Home
last modified time | relevance | path

Searched refs:test_max (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
H A Dallocate.size.pass.cpp21 void test_max(size_t count) in test_max() function
38 test_max<T> (AT::max_size(a) + 1); // just barely too large in test()
39 test_max<T> (AT::max_size(a) * 2); // significantly too large in test()
40 test_max<T> (((size_t) -1) / sizeof(T) + 1); // multiply will overflow in test()
41 test_max<T> ((size_t) -1); // way too large in test()
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Datomic-min-max-64.ll7 define i64 @test_max(i64* nocapture %ptr, i64 signext %val) {
8 ; MIPS-LABEL: test_max:
25 ; MIPSR6-LABEL: test_max:
/llvm-project-15.0.7/llvm/test/CodeGen/SPIRV/instructions/
H A Datomic_seq.ll8 ; CHECK-DAG: OpName [[MAX:%.*]] "test_max"
64 define i32 @test_max(i32* %ptr, i32 %val) {
H A Datomic_acqrel.ll8 ; CHECK-DAG: OpName [[MAX:%.*]] "test_max"
64 define i32 @test_max(i32* %ptr, i32 %val) {
H A Datomic.ll8 ; CHECK-DAG: OpName [[MAX:%.*]] "test_max"
64 define i32 @test_max(i32* %ptr, i32 %val) {
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dppc-xmmintrin.c557 test_max() { in test_max() function
H A Dppc-emmintrin.c701 test_max() { in test_max() function
/llvm-project-15.0.7/clang/test/Headers/
H A Dhip-header.hip105 __device__ float test_max() {
/llvm-project-15.0.7/mlir/test/Dialect/Tosa/
H A Dops.mlir190 func.func @test_max(%arg0: tensor<13x21x3xf32>, %arg1: tensor<13x21x1xf32>) -> tensor<13x21x3xf32> {