Home
last modified time | relevance | path

Searched refs:SAME_AS_FIRST_INPUT (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/crankshaft/
Dlithium.h88 SAME_AS_FIRST_INPUT enumerator
202 extended_policy() == SAME_AS_FIRST_INPUT; in HasSameAsInputPolicy()
Dlithium.cc92 case LUnallocated::SAME_AS_FIRST_INPUT: in PrintTo()
/external/v8/src/compiler/
Dinstruction-selector-impl.h48 UnallocatedOperand(UnallocatedOperand::SAME_AS_FIRST_INPUT, in DefineSameAsFirst()
Dregister-allocator-verifier.cc198 case UnallocatedOperand::SAME_AS_FIRST_INPUT: in BuildConstraint()
Dinstruction.h163 SAME_AS_FIRST_INPUT enumerator
237 extended_policy() == SAME_AS_FIRST_INPUT; in HasSameAsInputPolicy()
Dinstruction.cc112 case UnallocatedOperand::SAME_AS_FIRST_INPUT: in operator <<()
/external/v8/test/unittests/compiler/
Dinstruction-sequence-unittest.cc407 return Unallocated(op, UnallocatedOperand::SAME_AS_FIRST_INPUT); in ConvertOutputOp()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc531 new(zone()) LUnallocated(LUnallocated::SAME_AS_FIRST_INPUT)); in DefineSameAsFirst()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc434 new(zone()) LUnallocated(LUnallocated::SAME_AS_FIRST_INPUT)); in DefineSameAsFirst()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc574 new(zone()) LUnallocated(LUnallocated::SAME_AS_FIRST_INPUT)); in DefineSameAsFirst()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc565 new(zone()) LUnallocated(LUnallocated::SAME_AS_FIRST_INPUT)); in DefineSameAsFirst()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc544 new (zone()) LUnallocated(LUnallocated::SAME_AS_FIRST_INPUT)); in DefineSameAsFirst()
/external/v8/src/crankshaft/s390/
Dlithium-s390.cc487 new (zone()) LUnallocated(LUnallocated::SAME_AS_FIRST_INPUT)); in DefineSameAsFirst()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc538 new(zone()) LUnallocated(LUnallocated::SAME_AS_FIRST_INPUT)); in DefineSameAsFirst()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc580 new(zone()) LUnallocated(LUnallocated::SAME_AS_FIRST_INPUT)); in DefineSameAsFirst()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc538 new(zone()) LUnallocated(LUnallocated::SAME_AS_FIRST_INPUT)); in DefineSameAsFirst()