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

  /external/v8/src/
machine-type.cc 19 case MachineRepresentation::kBit:
machine-type.h 20 kBit,
158 return MachineType(MachineRepresentation::kBit, MachineSemantic::kBool);
203 return MachineType(MachineRepresentation::kBit, MachineSemantic::kNone);
211 case MachineRepresentation::kBit:
285 case MachineRepresentation::kBit:
  /external/v8/src/compiler/
machine-graph-verifier.cc 51 : MachineRepresentation::kBit;
56 : MachineRepresentation::kBit;
63 : MachineRepresentation::kBit;
203 representation_vector_[node->id()] = MachineRepresentation::kBit;
303 CHECK_EQ(MachineRepresentation::kBit,
594 case MachineRepresentation::kBit:
624 case MachineRepresentation::kBit:
776 case MachineRepresentation::kBit:
783 return (actual == MachineRepresentation::kBit ||
simplified-lowering.cc 139 case MachineRepresentation::kBit:
880 return MachineRepresentation::kBit;
    [all...]
representation-change.cc 162 case MachineRepresentation::kBit:
285 } else if (output_rep == MachineRepresentation::kBit &&
318 } else if (output_rep == MachineRepresentation::kBit) {
386 } else if (output_rep == MachineRepresentation::kBit) {
527 } else if (output_rep == MachineRepresentation::kBit) {
596 } else if (output_rep == MachineRepresentation::kBit) {
750 MachineRepresentation::kBit);
761 } else if (output_rep == MachineRepresentation::kBit) {
    [all...]
machine-operator.cc     [all...]
representation-change.h 136 return UseInfo(MachineRepresentation::kBit, Truncation::Bool());
code-generator.cc     [all...]
effect-control-linearizer.cc     [all...]
instruction.cc 189 case MachineRepresentation::kBit:
893 case MachineRepresentation::kBit:
    [all...]
load-elimination.cc 841 case MachineRepresentation::kBit:
    [all...]
common-operator.cc 471 V(kBit, 2) \
    [all...]
instruction.h 494 case MachineRepresentation::kBit:
    [all...]
js-native-context-specialization.cc     [all...]
register-allocator.cc 75 case MachineRepresentation::kBit:
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 222 case MachineRepresentation::kBit: // Fall through.
315 case MachineRepresentation::kBit: // Fall through.
342 rep == MachineRepresentation::kBit) {
394 case MachineRepresentation::kBit: // Fall through.
470 case MachineRepresentation::kBit: // Fall through.
486 rep == MachineRepresentation::kBit)
    [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 183 case MachineRepresentation::kBit: // Fall through.
276 case MachineRepresentation::kBit: // Fall through.
303 rep == MachineRepresentation::kBit) {
355 case MachineRepresentation::kBit: // Fall through.
407 case MachineRepresentation::kBit: // Fall through.
423 rep == MachineRepresentation::kBit)
    [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 252 case MachineRepresentation::kBit: // Fall through.
340 case MachineRepresentation::kBit: // Fall through.
    [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc 365 case MachineRepresentation::kBit: // Fall through.
445 case MachineRepresentation::kBit: // Fall through.
    [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 192 case MachineRepresentation::kBit: // Fall through.
304 case MachineRepresentation::kBit: // Fall through.
390 case MachineRepresentation::kBit: // Fall through.
441 case MachineRepresentation::kBit: // Fall through.
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 206 case MachineRepresentation::kBit: // Fall through.
241 case MachineRepresentation::kBit: // Fall through.
411 case MachineRepresentation::kBit: // Fall through.
469 case MachineRepresentation::kBit: // Fall through.
    [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 575 case MachineRepresentation::kBit: // Fall through.
674 case MachineRepresentation::kBit: // Fall through.
761 case MachineRepresentation::kBit: // Fall through.
816 case MachineRepresentation::kBit: // Fall through.
    [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 416 case MachineRepresentation::kBit: // Fall through.
504 case MachineRepresentation::kBit: // Fall through.
679 case MachineRepresentation::kBit: // Fall through.
726 case MachineRepresentation::kBit: // Fall through.
    [all...]
  /external/v8/src/compiler/s390/
instruction-selector-s390.cc 273 case MachineRepresentation::kBit: // Fall through.
721 case MachineRepresentation::kBit: // Fall through.
814 case MachineRepresentation::kBit: // Fall through.
864 case MachineRepresentation::kBit: // Fall through.
    [all...]
  /external/swiftshader/third_party/subzero/src/
WasmTranslator.cpp 71 case MachineRepresentation::kBit:
    [all...]

Completed in 498 milliseconds