/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-node.h | 37 SetOperand(0, operand0); in BytecodeNode() 48 SetOperand(0, operand0); in BytecodeNode() 49 SetOperand(1, operand1); in BytecodeNode() 60 SetOperand(0, operand0); in BytecodeNode() 61 SetOperand(1, operand1); in BytecodeNode() 62 SetOperand(2, operand2); in BytecodeNode() 74 SetOperand(0, operand0); in BytecodeNode() 75 SetOperand(1, operand1); in BytecodeNode() 76 SetOperand(2, operand2); in BytecodeNode() 77 SetOperand( in BytecodeNode() 259 V8_INLINE void SetOperand(int operand_index, uint32_t operand) { SetOperand() function in v8::internal::interpreter::final [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
H A D | structured_loop_to_selection_reduction_opportunity.cpp | 149 terminator->SetOperand(operand_index, {new_target_id}); in RedirectEdge() 241 use->SetOperand( in FixNonDominatedIdUses() 251 use->SetOperand( in FixNonDominatedIdUses() 259 use->SetOperand(index, in FixNonDominatedIdUses()
|
H A D | change_operand_reduction_opportunity.cpp | 30 inst_->SetOperand(operand_index_, {new_id_}); in Apply()
|
H A D | change_operand_to_undef_reduction_opportunity.cpp | 37 inst_->SetOperand(operand_index_, {undef_id}); in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
H A D | structured_loop_to_selection_reduction_opportunity.cpp | 149 terminator->SetOperand(operand_index, {new_target_id}); in RedirectEdge() 241 use->SetOperand( in FixNonDominatedIdUses() 251 use->SetOperand( in FixNonDominatedIdUses() 259 use->SetOperand(index, in FixNonDominatedIdUses()
|
H A D | change_operand_reduction_opportunity.cpp | 30 inst_->SetOperand(operand_index_, {new_id_}); in Apply()
|
H A D | change_operand_to_undef_reduction_opportunity.cpp | 37 inst_->SetOperand(operand_index_, {undef_id}); in Apply()
|
/third_party/spirv-tools/source/reduce/ |
H A D | structured_loop_to_selection_reduction_opportunity.cpp | 149 terminator->SetOperand(operand_index, {new_target_id}); in RedirectEdge() 242 use->SetOperand( in FixNonDominatedIdUses() 252 use->SetOperand( in FixNonDominatedIdUses() 260 use->SetOperand(index, in FixNonDominatedIdUses()
|
H A D | change_operand_reduction_opportunity.cpp | 30 inst_->SetOperand(operand_index_, {new_id_}); in Apply()
|
H A D | change_operand_to_undef_reduction_opportunity.cpp | 37 inst_->SetOperand(operand_index_, {undef_id}); in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | copy_prop_arrays.cpp | 605 use->SetOperand(index, {new_ptr_inst->result_id()}); 615 use->SetOperand(index - 2, 617 use->SetOperand(index, {new_ptr_inst->result_id()}); 624 use->SetOperand(index + 1, {deref_expr_instr->result_id()}); 633 use->SetOperand(index, {new_ptr_inst->result_id()}); 647 use->SetOperand(index, {new_ptr_inst->result_id()}); 665 use->SetOperand(index, {new_ptr_inst->result_id()}); 707 use->SetOperand(index, {new_ptr_inst->result_id()}); 755 use->SetOperand(index, {new_ptr_inst->result_id()});
|
H A D | debug_info_manager.cpp | 58 dbg_inlined_at->SetOperand(kDebugInlinedAtOperandInlinedIndex, in SetInlinedOperand() 586 dbg_val->SetOperand(kDebugDeclareOperandVariableIndex, {value_id}); in AddDebugValueForDecl() 587 dbg_val->SetOperand(kDebugValueOperandExpressionIndex, in AddDebugValueForDecl() 771 dbg_global_var->SetOperand(kDebugLocalVariableOperandFlagsIndex, {flags}); in ConvertDebugGlobalToLocalVariable()
|
H A D | instruction.h | 293 inline void SetOperand(uint32_t index, Operand::OperandData&& data); 671 SetOperand(index + TypeResultIdCount(), std::move(data)); 674 inline void Instruction::SetOperand(uint32_t index,
|
H A D | loop_utils.cpp | 84 user->SetOperand(operand_index, {new_def->result_id()}); in RewriteUse() 530 inst->SetOperand(operand, {new_header}); in CloneAndAttachLoopToHeader() 538 inst->SetOperand(operand, {new_merge_block}); in CloneAndAttachLoopToHeader()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | copy_prop_arrays.cpp | 605 use->SetOperand(index, {new_ptr_inst->result_id()}); 615 use->SetOperand(index - 2, 617 use->SetOperand(index, {new_ptr_inst->result_id()}); 624 use->SetOperand(index + 1, {deref_expr_instr->result_id()}); 633 use->SetOperand(index, {new_ptr_inst->result_id()}); 647 use->SetOperand(index, {new_ptr_inst->result_id()}); 665 use->SetOperand(index, {new_ptr_inst->result_id()}); 707 use->SetOperand(index, {new_ptr_inst->result_id()}); 755 use->SetOperand(index, {new_ptr_inst->result_id()});
|
H A D | debug_info_manager.cpp | 58 dbg_inlined_at->SetOperand(kDebugInlinedAtOperandInlinedIndex, in SetInlinedOperand() 586 dbg_val->SetOperand(kDebugDeclareOperandVariableIndex, {value_id}); in AddDebugValueForDecl() 587 dbg_val->SetOperand(kDebugValueOperandExpressionIndex, in AddDebugValueForDecl() 771 dbg_global_var->SetOperand(kDebugLocalVariableOperandFlagsIndex, {flags}); in ConvertDebugGlobalToLocalVariable()
|
H A D | instruction.h | 293 inline void SetOperand(uint32_t index, Operand::OperandData&& data); 671 SetOperand(index + TypeResultIdCount(), std::move(data)); 674 inline void Instruction::SetOperand(uint32_t index,
|
H A D | loop_utils.cpp | 84 user->SetOperand(operand_index, {new_def->result_id()}); in RewriteUse() 530 inst->SetOperand(operand, {new_header}); in CloneAndAttachLoopToHeader() 538 inst->SetOperand(operand, {new_merge_block}); in CloneAndAttachLoopToHeader()
|
/third_party/spirv-tools/source/opt/ |
H A D | copy_prop_arrays.cpp | 604 use->SetOperand(index, {new_ptr_inst->result_id()}); 614 use->SetOperand(index - 2, 616 use->SetOperand(index, {new_ptr_inst->result_id()}); 623 use->SetOperand(index + 1, {deref_expr_instr->result_id()}); 632 use->SetOperand(index, {new_ptr_inst->result_id()}); 646 use->SetOperand(index, {new_ptr_inst->result_id()}); 664 use->SetOperand(index, {new_ptr_inst->result_id()}); 706 use->SetOperand(index, {new_ptr_inst->result_id()}); 754 use->SetOperand(index, {new_ptr_inst->result_id()});
|
H A D | debug_info_manager.cpp | 59 dbg_inlined_at->SetOperand(kDebugInlinedAtOperandInlinedIndex, in SetInlinedOperand() 593 dbg_val->SetOperand(kDebugDeclareOperandVariableIndex, {value_id}); in AddDebugValueForDecl() 594 dbg_val->SetOperand(kDebugValueOperandExpressionIndex, in AddDebugValueForDecl() 779 dbg_global_var->SetOperand(kDebugLocalVariableOperandFlagsIndex, {flags}); in ConvertDebugGlobalToLocalVariable()
|
H A D | instruction.h | 308 inline void SetOperand(uint32_t index, Operand::OperandData&& data); 691 SetOperand(index + TypeResultIdCount(), std::move(data)); 694 inline void Instruction::SetOperand(uint32_t index,
|
H A D | loop_utils.cpp | 83 user->SetOperand(operand_index, {new_def->result_id()}); in RewriteUse() 529 inst->SetOperand(operand, {new_header}); in CloneAndAttachLoopToHeader() 537 inst->SetOperand(operand, {new_merge_block}); in CloneAndAttachLoopToHeader()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_adjust_branch_weights.cpp | 78 instruction->SetOperand(kBranchWeightForTrueLabelIndex, in Apply() 80 instruction->SetOperand(kBranchWeightForFalseLabelIndex, in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_adjust_branch_weights.cpp | 78 instruction->SetOperand(kBranchWeightForTrueLabelIndex, in Apply() 80 instruction->SetOperand(kBranchWeightForFalseLabelIndex, in Apply()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_adjust_branch_weights.cpp | 78 instruction->SetOperand(kBranchWeightForTrueLabelIndex, in Apply() 80 instruction->SetOperand(kBranchWeightForFalseLabelIndex, in Apply()
|