Home
last modified time | relevance | path

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

12345

/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.
/external/v8/src/compiler/
Dsimplified-lowering.cc210 return use1.truncation().IsLessGeneralThan(use2.truncation()); in IsUseLessGeneral()
250 truncation_ = Truncation::Generalize(truncation_, info.truncation()); in AddUse()
261 Truncation truncation() const { return truncation_; } in truncation() function in v8::internal::compiler::RepresentationSelector::NodeInfo
342 VisitNode(node, info->truncation(), nullptr); in RunTypePropagationPhase()
364 VisitNode(node, info->truncation(), nullptr); in RunTypePropagationPhase()
570 info->truncation().description()); in RunTruncationPropagationPhase()
571 VisitNode(node, info->truncation(), nullptr); in RunTruncationPropagationPhase()
591 VisitNode(node, info->truncation(), lowering); in Run()
636 PrintTruncation(info->truncation()); in EnqueueInput()
640 PrintTruncation(info->truncation()); in EnqueueInput()
[all …]
Drepresentation-change.h121 UseInfo(MachineRepresentation representation, Truncation truncation,
126 truncation_(truncation), in representation_()
209 Truncation truncation() const { return truncation_; } in truncation() function
274 Type* output_type, Truncation truncation);
277 Type* output_type, Truncation truncation);
Drepresentation-change.cc154 use_info.truncation()); in GetRepresentationFor()
158 use_info.truncation()); in GetRepresentationFor()
361 Truncation truncation) { in GetTaggedRepresentationFor() argument
399 truncation.IsUsedAsWord32()) { in GetTaggedRepresentationFor()
436 Truncation truncation) { in GetFloat32RepresentationFor() argument
463 truncation.IsUsedAsWord32()) { in GetFloat32RepresentationFor()
522 use_info.truncation().IsUsedAsWord32()) { in GetFloat64RepresentationFor()
609 } else if (use_info.truncation().IsUsedAsWord32()) { in GetWord32RepresentationFor()
624 } else if (use_info.truncation().IsUsedAsWord32()) { in GetWord32RepresentationFor()
630 } else if (use_info.truncation().IsUsedAsWord32()) { in GetWord32RepresentationFor()
[all …]
/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/llvm/test/Transforms/SROA/
Dpr26972.ll7 ; the size in bits being 32 after truncation to a 32-bit int.
/external/webrtc/webrtc/modules/video_coding/codecs/tools/
Dvideo_codecs_tools.gypi30 4267, # size_t to int truncation.
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
Disacfix_test.gypi29 4267, # size_t to int truncation.
/external/llvm/test/Transforms/IndVarSimplify/
Dmasked-iv.ll6 ; and only use one truncation.
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
Dmasked-iv.ll6 ; and only use one truncation.
/external/pdfium/third_party/libpng16/
D0000-build-config.patch18 - return malloc((size_t)size); /* checked for truncation above */
/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/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dtrunc-to-bool.ll1 ; An integer truncation to i1 should be done with an and instruction to make
/external/webrtc/webrtc/system_wrappers/
Dsystem_wrappers_tests.gyp54 4267, # size_t to int truncation.
DBUILD.gn158 "/wd4267", # size_t to int truncation.
/external/webrtc/third_party/gflags/
Dgflags.gyp64 # Suppress warnings about WIN32_LEAN_AND_MEAN and size_t truncation.
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dmultidef_kill.ll5 ; is followed by a truncation), the FakeDef may be eliminated, and the register
/external/llvm/test/Transforms/InstCombine/
Dnarrow-switch.ll103 ; truncation to generate the sub constant expressions that leads

12345