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

  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 199 selector_->CanCover(m.node(), m.left().node())) {
240 if (!selector->CanCover(node, input_node)) return false;
277 if (!selector->CanCover(node, right_node)) return false;
293 if (selector->CanCover(mright.node(), mright.left().node()) &&
315 if (!selector->CanCover(node, index)) return false;
    [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc 197 selector_->CanCover(m.node(), m.left().node())) {
493 if (m.left().IsWord32Shr() && CanCover(node, m.left().node()) &&
543 if (m.left().IsWord64Shr() && CanCover(node, m.left().node()) &&
607 if (m.left().IsWord32Or() && CanCover(node, m.left().node()) &&
631 if (m.left().IsWord64Or() && CanCover(node, m.left().node()) &&
655 if (m.left().IsWord32And() && CanCover(node, m.left().node()) &&
711 if (m.left().IsWord32Shl() && CanCover(node, m.left().node())) {
740 m.right().IsInRange(32, 63) && CanCover(node, m.left().node())) {
748 if (m.left().IsWord64And() && CanCover(node, m.left().node()) &&
877 CanCover(node, m.left().node()) && CanCover(node, m.right().node()))
    [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 386 if (m.left().IsWord32Shr() && CanCover(node, m.left().node()) &&
443 if (m.left().IsWord32Or() && CanCover(node, m.left().node()) &&
467 if (m.left().IsWord32And() && CanCover(node, m.left().node()) &&
523 if (m.left().IsWord32Shl() && CanCover(node, m.left().node())) {
668 CanCover(node, m.left().node()) && CanCover(node, m.right().node())) {
680 CanCover(node, m.right().node()) && CanCover(node, m.left().node())) {
814 if (CanCover(node, value)) {
837 if (CanCover(value, next))
    [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 546 CanCover(node, left)) {
569 this, node, &m, kPPC_And, CanCover(node, m.left().node()),
570 CanCover(node, m.right().node()), kInt16Imm_Unsigned);
585 CanCover(node, left)) {
626 this, node, &m, kPPC_And, CanCover(node, m.left().node()),
627 CanCover(node, m.right().node()), kInt16Imm_Unsigned);
635 this, node, &m, kPPC_Or, CanCover(node, m.left().node()),
636 CanCover(node, m.right().node()), kInt16Imm_Unsigned);
644 this, node, &m, kPPC_Or, CanCover(node, m.left().node()),
645 CanCover(node, m.right().node()), kInt16Imm_Unsigned)
    [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 783 if (m.left().IsWord32Xor() && CanCover(node, m.left().node())) {
790 if (m.right().IsWord32Xor() && CanCover(node, m.right().node())) {
    [all...]
  /external/v8/src/compiler/s390/
instruction-selector-s390.cc 137 !selector()->CanCover(user, input)) {
521 if (m.left().IsTruncateInt64ToInt32() && selector->CanCover(node, left)) {
525 if (m.right().IsTruncateInt64ToInt32() && selector->CanCover(node, right)) {
566 if (mright.IsLoad() && selector->CanCover(node, right) &&
925 CanCover(node, left))
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 52 !selector()->CanCover(node, input)) {
347 CanCover(node, value)) {
423 if (offset->opcode() == IrOpcode::kInt32Add && CanCover(node, offset)) {
483 if (offset->opcode() == IrOpcode::kInt32Add && CanCover(node, offset)) {
742 if (selector->CanCover(m.node(), m.left().node()) && m.left().IsLoad() &&
823 if (CanCover(m.node(), m.left().node()) && m.left().IsWord32Shl()) {
    [all...]
  /external/v8/src/compiler/
instruction-selector.h 167 bool CanCover(Node* user, Node* node) const;
register-allocator.cc 109 bool CanCover(LifetimePosition position) {
189 if (bound->CanCover(cur_start)) {
764 bool LiveRange::CanCover(LifetimePosition position) const {
771 if (!CanCover(position)) return false;
    [all...]
register-allocator.h 414 bool CanCover(LifetimePosition position) const;
    [all...]
wasm-compiler.cc     [all...]
instruction-selector.cc 237 bool InstructionSelector::CanCover(Node* user, Node* node) const {
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.h 275 bool CanCover(LifetimePosition position) const;
lithium-allocator.cc 470 bool LiveRange::CanCover(LifetimePosition position) const {
478 if (!CanCover(position)) return false;
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 33 !selector()->CanCover(node, input)) {
407 if (offset->opcode() == IrOpcode::kInt32Add && CanCover(node, offset)) {
489 if (offset->opcode() == IrOpcode::kInt32Add && CanCover(node, offset)) {
    [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 33 !selector()->CanCover(node, input)) {
    [all...]

Completed in 266 milliseconds