/external/llvm/test/CodeGen/SystemZ/ |
D | vec-move-17.ll | 5 ; 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.
|
D | int-move-04.ll | 5 ; Test an i8 store, which should get converted into an i32 truncation.
|
D | int-move-05.ll | 5 ; Test an i16 store, which should get converted into an i32 truncation.
|
/external/v8/src/compiler/ |
D | simplified-lowering.cc | 76 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 …]
|
D | representation-change.cc | 116 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()
|
D | representation-change.h | 91 Truncation truncation = Truncation::None()); 119 Type* output_type, Truncation truncation); 122 Type* output_type, Truncation truncation);
|
/external/llvm/test/MC/ARM/Windows/ |
D | mov32t-range.s | 11 .def truncation 17 truncation: label
|
/external/llvm/test/CodeGen/X86/ |
D | fold-vector-bv-crash.ll | 6 ; truncation bug from constant folding after legalization.
|
D | trunc-to-bool.ll | 1 ; An integer truncation to i1 should be done with an and instruction to make
|
/external/webrtc/webrtc/tools/ |
D | tools.gyp | 75 4267, # size_t to int truncation. 170 4267, # size_t to int truncation.
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
D | isacfix_test.gypi | 29 4267, # size_t to int truncation.
|
/external/webrtc/webrtc/modules/video_coding/codecs/tools/ |
D | video_codecs_tools.gypi | 30 4267, # size_t to int truncation.
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | masked-iv.ll | 6 ; and only use one truncation.
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-cast-opt.ll | 3 ; Zero truncation is not necessary when the values are extended properly
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | neteq_tests.gypi | 103 4267, # size_t to int truncation. 330 4267, # size_t to int truncation.
|
/external/webrtc/webrtc/common_video/ |
D | common_video_unittests.gyp | 30 4267, # size_t to int truncation.
|
/external/webrtc/webrtc/modules/video_coding/ |
D | BUILD.gn | 72 "/wd4267", # size_t to int truncation. 208 "/wd4267", # size_t to int truncation.
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8.gyp | 50 4267, # size_t to int truncation.
|
/external/webrtc/webrtc/system_wrappers/ |
D | system_wrappers_tests.gyp | 54 4267, # size_t to int truncation.
|
D | BUILD.gn | 158 "/wd4267", # size_t to int truncation.
|
D | system_wrappers.gyp | 186 4267, # size_t to int truncation.
|
/external/webrtc/third_party/gflags/ |
D | gflags.gyp | 64 # Suppress warnings about WIN32_LEAN_AND_MEAN and size_t truncation.
|
/external/llvm/test/Transforms/InstCombine/ |
D | narrow-switch.ll | 96 ; truncation to generate the sub constant expressions that leads
|
/external/tcpdump/ |
D | CHANGES | 479 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/ |
D | djunpack.bat | 8 Rem with other file names after truncation to DOS 8+3 namespace.
|