Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction-selector-impl.h48 UnallocatedOperand(UnallocatedOperand::SAME_AS_FIRST_INPUT, in DefineSameAsFirst()
188 return UnallocatedOperand(UnallocatedOperand::SAME_AS_FIRST_INPUT, vreg); in DefineSameAsFirstForVreg()
Dregister-allocator-verifier.cc202 case UnallocatedOperand::SAME_AS_FIRST_INPUT: in BuildConstraint()
Dinstruction.h181 SAME_AS_FIRST_INPUT enumerator
255 extended_policy() == SAME_AS_FIRST_INPUT; in HasSameAsInputPolicy()
Dinstruction.cc139 case UnallocatedOperand::SAME_AS_FIRST_INPUT: in operator <<()
/external/v8/src/crankshaft/
Dlithium.h88 SAME_AS_FIRST_INPUT enumerator
202 extended_policy() == SAME_AS_FIRST_INPUT; in HasSameAsInputPolicy()
Dlithium.cc94 case LUnallocated::SAME_AS_FIRST_INPUT: in PrintTo()
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc512 new(zone()) LUnallocated(LUnallocated::SAME_AS_FIRST_INPUT)); in DefineSameAsFirst()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc512 new(zone()) LUnallocated(LUnallocated::SAME_AS_FIRST_INPUT)); in DefineSameAsFirst()
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc505 new(zone()) LUnallocated(LUnallocated::SAME_AS_FIRST_INPUT)); in DefineSameAsFirst()
/external/v8/src/crankshaft/s390/
Dlithium-s390.cc465 new (zone()) LUnallocated(LUnallocated::SAME_AS_FIRST_INPUT)); in DefineSameAsFirst()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc518 new (zone()) LUnallocated(LUnallocated::SAME_AS_FIRST_INPUT)); in DefineSameAsFirst()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc408 new(zone()) LUnallocated(LUnallocated::SAME_AS_FIRST_INPUT)); in DefineSameAsFirst()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc548 new(zone()) LUnallocated(LUnallocated::SAME_AS_FIRST_INPUT)); in DefineSameAsFirst()
/external/v8/src/crankshaft/x64/
Dlithium-x64.cc541 new(zone()) LUnallocated(LUnallocated::SAME_AS_FIRST_INPUT)); in DefineSameAsFirst()
/external/v8/src/crankshaft/x87/
Dlithium-x87.cc554 new(zone()) LUnallocated(LUnallocated::SAME_AS_FIRST_INPUT)); in DefineSameAsFirst()