HomeSort by relevance Sort by last modified time
    Searched refs:Truncation (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
representation-change.h 15 class Truncation final {
18 static Truncation None() { return Truncation(TruncationKind::kNone); }
19 static Truncation Bool() { return Truncation(TruncationKind::kBool); }
20 static Truncation Word32() { return Truncation(TruncationKind::kWord32); }
21 static Truncation Word64() { return Truncation(TruncationKind::kWord64); }
22 static Truncation Float32() { return Truncation(TruncationKind::kFloat32);
    [all...]
representation-change.cc 17 const char* Truncation::description() const {
32 return "no-truncation";
57 Truncation::TruncationKind Truncation::Generalize(TruncationKind rep1,
73 bool Truncation::LessGeneral(TruncationKind rep1, TruncationKind rep2) {
110 // Changes representation from {output_rep} to {use_rep}. The {truncation}
116 MachineRepresentation use_rep, Truncation truncation) {
137 truncation);
140 truncation);
    [all...]
simplified-lowering.cc 67 // about what part of the input is used (we call this truncation) and what
76 UseInfo(MachineRepresentation preferred, Truncation truncation)
77 : preferred_(preferred), truncation_(truncation) {}
79 return UseInfo(MachineRepresentation::kWord32, Truncation::Word32());
82 return UseInfo(MachineRepresentation::kWord64, Truncation::Word64());
85 return UseInfo(MachineRepresentation::kBit, Truncation::Bool());
88 return UseInfo(MachineRepresentation::kFloat32, Truncation::Float32());
91 return UseInfo(MachineRepresentation::kFloat64, Truncation::Float64());
97 return UseInfo(MachineRepresentation::kTagged, Truncation::Any())
121 Truncation truncation() const { return truncation_; } function in class:v8::internal::compiler::__anon25056::UseInfo
320 Truncation truncation() const { return truncation_; } function in class:v8::internal::compiler::RepresentationSelector::NodeInfo
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windns.h 81 BYTE Truncation : 1;

Completed in 488 milliseconds