Home
last modified time | relevance | path

Searched refs:s128 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp51 const LLT s128 = LLT::scalar(128); in AArch64LegalizerInfo() local
192 .libcallFor({s128}) in AArch64LegalizerInfo()
253 .libcallFor({s128}) in AArch64LegalizerInfo()
267 .libcallFor({{s64, s128}}) in AArch64LegalizerInfo()
295 typeInSet(1, {s32, s64, s128, p0}), smallerThan(0, 1))) in AArch64LegalizerInfo()
297 .clampScalar(1, s32, s128) in AArch64LegalizerInfo()
302 .maxScalarIf(typeInSet(1, {s128}), 0, s64); in AArch64LegalizerInfo()
362 return HasRCPC3 && Query.Types[0] == s128 && in AArch64LegalizerInfo()
366 return Query.Types[0] == s128 && in AArch64LegalizerInfo()
374 {s128, p0, s128, 8}, in AArch64LegalizerInfo()
[all …]
H A DAArch64InstructionSelector.cpp2604 const LLT s128 = LLT::scalar(128); in select() local
2614 if (Ty != s16 && Ty != s32 && Ty != s64 && Ty != s128) { in select()
2617 << " or " << s64 << " or " << s128 << '\n'); in select()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h21 __extension__ typedef __int128 s128; typedef
32 typedef s128 SIntMax;
H A Dubsan_value.cpp81 return *reinterpret_cast<s128*>(Val); in getSIntValue()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_string.c312 const char *s128 = S128; in test_archive_string_sprintf() local
342 archive_string_sprintf(&s, "%s", s128); in test_archive_string_sprintf()
343 assertExactString(128, 8 * EXTENT, s128, s); in test_archive_string_sprintf()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LegalizerInfo.cpp
H A DX86Schedule.td79 X86FoldableSchedWrite s128,
84 X86FoldableSchedWrite XMM = s128; // XMM operations.
115 X86SchedWriteMoveLS s128,
120 X86SchedWriteMoveLS XMM = s128; // XMM operations.
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86LegalizerInfo.cpp54 const LLT s128 = LLT::scalar(128); in X86LegalizerInfo() local
91 (Is64Bit && typeInSet(0, {s128})(Query)); in X86LegalizerInfo()
419 (Query.Opcode == G_ANYEXT && Query.Types[0] == s128) || in X86LegalizerInfo()