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 D | assert.iter_size.pass.cpp | 30 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 D | form-bitfield-extract-from-and.mir | 189 ; 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 D | postlegalizer-lowering-swap-compare-operands.mir | 431 ; 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 D | InstrProfReader.cpp | 93 return make_error<InstrProfError>(instrprof_error::too_large); in create() 143 return make_error<InstrProfError>(instrprof_error::too_large); in create()
|
| H A D | SampleProf.cpp | 69 case sampleprof_error::too_large: in message()
|
| H A D | InstrProf.cpp | 104 case instrprof_error::too_large: in getInstrProfErrString() 944 return make_error<InstrProfError>(instrprof_error::too_large); in getValueProfData()
|
| H A D | SampleProfReader.cpp | 1768 return sampleprof_error::too_large; in setupMemoryBuffer()
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 311 too_large, enumerator
|
| H A D | SampleProf.h | 49 too_large, enumerator
|