Home
last modified time | relevance | path

Searched refs:truncation (Results 1 – 25 of 80) sorted by relevance

1234

/external/llvm/test/CodeGen/SystemZ/
Dvec-move-17.ll5 ; Test a v16i8->v16i1 truncation.
13 ; Test a v8i16->v8i1 truncation.
21 ; Test a v8i16->v8i8 truncation.
32 ; Test a v4i32->v4i1 truncation.
40 ; Test a v4i32->v4i8 truncation. At the moment we use a VPERM rather than
52 ; Test a v4i32->v4i16 truncation.
63 ; Test a v2i64->v2i1 truncation.
71 ; Test a v2i64->v2i8 truncation. At the moment we use a VPERM rather than
83 ; Test a v2i64->v2i16 truncation. At the moment we use a VPERM rather than
95 ; Test a v2i64->v2i32 truncation.
Dint-move-04.ll5 ; Test an i8 store, which should get converted into an i32 truncation.
Dint-move-05.ll5 ; Test an i16 store, which should get converted into an i32 truncation.
/external/v8/src/compiler/
Dsimplified-lowering.cc76 UseInfo(MachineRepresentation preferred, Truncation truncation) in UseInfo() argument
77 : preferred_(preferred), truncation_(truncation) {} in UseInfo()
121 Truncation truncation() const { return truncation_; } in truncation() function in v8::internal::compiler::__anon28a82ec20111::UseInfo
229 use1.truncation().IsLessGeneralThan(use2.truncation()); in IsUseLessGeneral()
312 truncation_ = Truncation::Generalize(truncation_, info.truncation()); in AddUse()
320 Truncation truncation() const { return truncation_; } in truncation() function in v8::internal::compiler::RepresentationSelector::NodeInfo
365 VisitNode(node, info->truncation(), nullptr); in Run()
382 VisitNode(node, info->truncation(), lowering); in Run()
428 PrintTruncation(info->truncation()); in EnqueueInput()
432 PrintTruncation(info->truncation()); in EnqueueInput()
[all …]
Drepresentation-change.cc116 MachineRepresentation use_rep, Truncation truncation) { in GetRepresentationFor() argument
137 truncation); in GetRepresentationFor()
140 truncation); in GetRepresentationFor()
214 Truncation truncation) { in GetFloat32RepresentationFor() argument
246 truncation.TruncatesToWord32()); in GetFloat32RepresentationFor()
268 Truncation truncation) { in GetFloat64RepresentationFor() argument
301 truncation.TruncatesToWord32()); in GetFloat64RepresentationFor()
Drepresentation-change.h91 Truncation truncation = Truncation::None());
119 Type* output_type, Truncation truncation);
122 Type* output_type, Truncation truncation);
/external/llvm/test/MC/ARM/Windows/
Dmov32t-range.s11 .def truncation
17 truncation: label
/external/llvm/test/CodeGen/X86/
Dfold-vector-bv-crash.ll6 ; truncation bug from constant folding after legalization.
Dtrunc-to-bool.ll1 ; An integer truncation to i1 should be done with an and instruction to make
/external/webrtc/webrtc/tools/
Dtools.gyp75 4267, # size_t to int truncation.
170 4267, # size_t to int truncation.
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
Disacfix_test.gypi29 4267, # size_t to int truncation.
/external/webrtc/webrtc/modules/video_coding/codecs/tools/
Dvideo_codecs_tools.gypi30 4267, # size_t to int truncation.
/external/llvm/test/Transforms/IndVarSimplify/
Dmasked-iv.ll6 ; and only use one truncation.
/external/llvm/test/CodeGen/AArch64/
Darm64-cast-opt.ll3 ; Zero truncation is not necessary when the values are extended properly
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_tests.gypi103 4267, # size_t to int truncation.
330 4267, # size_t to int truncation.
/external/webrtc/webrtc/common_video/
Dcommon_video_unittests.gyp30 4267, # size_t to int truncation.
/external/webrtc/webrtc/modules/video_coding/
DBUILD.gn72 "/wd4267", # size_t to int truncation.
208 "/wd4267", # size_t to int truncation.
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8.gyp50 4267, # size_t to int truncation.
/external/webrtc/webrtc/system_wrappers/
Dsystem_wrappers_tests.gyp54 4267, # size_t to int truncation.
DBUILD.gn158 "/wd4267", # size_t to int truncation.
Dsystem_wrappers.gyp186 4267, # size_t to int truncation.
/external/webrtc/third_party/gflags/
Dgflags.gyp64 # Suppress warnings about WIN32_LEAN_AND_MEAN and size_t truncation.
/external/llvm/test/Transforms/InstCombine/
Dnarrow-switch.ll96 ; truncation to generate the sub constant expressions that leads
/external/tcpdump/
DCHANGES479 Fix NFS packet truncation checks.
643 - OSPF truncation check fix. Also display the type of OSPF packets
647 - Fix truncation check bugs in the Kerberos printer. Reported by Ezra
704 - Suppress nfs truncation message on errors.
723 - Fix dvmrp printer truncation checks and add a dvmrp probe printer.
726 - Rewrite ospf printer to improve truncation checks.
730 actually in the tcp header (in addition to the normal truncation
765 - Added some more packet truncation checks.
876 - Rewrote tcp options printer code to check for truncation. Added
1036 - Add truncation checks.
[all …]
/external/bison/djgpp/
Ddjunpack.bat8 Rem with other file names after truncation to DOS 8+3 namespace.

1234