Searched refs:GapMove (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/maglev/ |
D | maglev-basic-block.h | 36 if (node->Is<GapMove>()) continue; in FirstNonGapMoveId()
|
D | maglev-ir.h | 87 V(GapMove) \ 1230 class GapMove : public FixedInputNodeT<0, GapMove> { 1231 using Base = FixedInputNodeT<0, GapMove>; 1234 GapMove(uint32_t bitfield, compiler::AllocatedOperand source, in GapMove() function
|
D | maglev-ir.cc | 620 void GapMove::AllocateVreg(MaglevVregAllocationState* vreg_state, in AllocateVreg() 624 void GapMove::GenerateCode(MaglevCodeGenState* code_gen_state, in GenerateCode() 643 void GapMove::PrintParams(std::ostream& os, in PrintParams()
|
D | maglev-regalloc.cc | 566 GapMove* gap_move = in AddMoveBeforeCurrentNode() 567 Node::New<GapMove>(compilation_unit_->zone(), {}, source, target); in AddMoveBeforeCurrentNode()
|