Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/libcxx/containers/views/views.span/span.cons/
H A Dassert.iter_size.pass.cpp30 auto too_large = [&] { std::span<int, 3> const s(array.data(), 4); (void)s; }; in main() local
31 TEST_LIBCPP_ASSERT_FAILURE(too_large(), "size mismatch in span's constructor (iterator, len)"); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dform-bitfield-extract-from-and.mir189 ; CHECK: %too_large:_(s32) = G_CONSTANT i32 32
191 ; CHECK: %shift:_(s32) = G_LSHR %x, %too_large(s32)
196 %too_large:_(s32) = G_CONSTANT i32 32
198 %shift:_(s32) = G_LSHR %x, %too_large
H A Dpostlegalizer-lowering-swap-compare-operands.mir431 ; LOWER: %too_large:_(s64) = G_CONSTANT i64 64
432 ; LOWER: %cmp_lhs:_(s64) = G_SHL %shl_lhs, %too_large(s64)
441 ; SELECT: %too_large:gpr64 = SUBREG_TO_REG 0, [[MOVi32imm]], %subreg.sub_32
442 ; SELECT: %cmp_lhs:gpr64 = LSLVXr %shl_lhs, %too_large
450 %too_large:_(s64) = G_CONSTANT i64 64
451 %cmp_lhs:_(s64) = G_SHL %shl_lhs, %too_large(s64)
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfReader.cpp93 return make_error<InstrProfError>(instrprof_error::too_large); in create()
143 return make_error<InstrProfError>(instrprof_error::too_large); in create()
H A DSampleProf.cpp69 case sampleprof_error::too_large: in message()
H A DInstrProf.cpp104 case instrprof_error::too_large: in getInstrProfErrString()
944 return make_error<InstrProfError>(instrprof_error::too_large); in getValueProfData()
H A DSampleProfReader.cpp1768 return sampleprof_error::too_large; in setupMemoryBuffer()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProf.h311 too_large, enumerator
H A DSampleProf.h49 too_large, enumerator