Home
last modified time | relevance | path

Searched refs:SAME_AS_INPUT (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/maglev/
Dmaglev-regalloc.cc409 case compiler::UnallocatedOperand::SAME_AS_INPUT: { in AllocateNodeResult()
618 case compiler::UnallocatedOperand::SAME_AS_INPUT: in AssignInput()
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector-impl.h243 return UnallocatedOperand(UnallocatedOperand::SAME_AS_INPUT, vreg); in DefineSameAsFirstForVreg()
Dinstruction.h189 SAME_AS_INPUT enumerator
215 value_ |= ExtendedPolicyField::encode(SAME_AS_INPUT); in UnallocatedOperand()
282 extended_policy() == SAME_AS_INPUT; in HasSameAsInputPolicy()
Dregister-allocator-verifier.cc216 case UnallocatedOperand::SAME_AS_INPUT: in BuildConstraint()
Dinstruction.cc175 case UnallocatedOperand::SAME_AS_INPUT: in operator <<()
/third_party/node/deps/v8/src/compiler/
Dgraph-visualizer.cc1121 case UnallocatedOperand::SAME_AS_INPUT: { in operator <<()