/external/v8/src/interpreter/ |
D | bytecode-node.h | 37 SetOperand(0, operand0); in bytecode_() 48 SetOperand(0, operand0); in bytecode_() 49 SetOperand(1, operand1); in bytecode_() 60 SetOperand(0, operand0); in bytecode_() 61 SetOperand(1, operand1); in bytecode_() 62 SetOperand(2, operand2); in bytecode_() 74 SetOperand(0, operand0); in bytecode_() 75 SetOperand(1, operand1); in bytecode_() 76 SetOperand(2, operand2); in bytecode_() 77 SetOperand(3, operand3); in bytecode_() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | structured_loop_to_selection_reduction_opportunity.cpp | 159 terminator->SetOperand(operand_index, {new_target_id}); in RedirectEdge() 263 use->SetOperand( in FixNonDominatedIdUses() 272 use->SetOperand( in FixNonDominatedIdUses() 278 use->SetOperand(index, in FixNonDominatedIdUses()
|
D | change_operand_reduction_opportunity.cpp | 28 inst_->SetOperand(operand_index_, {new_id_}); in Apply()
|
D | change_operand_to_undef_reduction_opportunity.cpp | 37 inst_->SetOperand(operand_index_, {undef_id}); in Apply()
|
/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | structured_loop_to_selection_reduction_opportunity.cpp | 157 terminator->SetOperand(operand_index, {new_target_id}); in RedirectEdge() 261 use->SetOperand( in FixNonDominatedIdUses() 270 use->SetOperand( in FixNonDominatedIdUses() 276 use->SetOperand(index, {FindOrCreateGlobalUndef(def.type_id())}); in FixNonDominatedIdUses()
|
D | change_operand_reduction_opportunity.cpp | 28 inst_->SetOperand(operand_index_, {new_id_}); in Apply()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | instruction.h | 213 inline void SetOperand(uint32_t index, Operand::OperandData&& data); 507 SetOperand(index + TypeResultIdCount(), std::move(data)); in SetInOperand() 510 inline void Instruction::SetOperand(uint32_t index, in SetOperand() function
|
D | copy_prop_arrays.cpp | 588 use->SetOperand(index, {new_ptr_inst->result_id()}); in UpdateUses() 606 use->SetOperand(index, {new_ptr_inst->result_id()}); in UpdateUses() 648 use->SetOperand(index, {new_ptr_inst->result_id()}); in UpdateUses() 696 use->SetOperand(index, {new_ptr_inst->result_id()}); in UpdateUses()
|
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()
|
D | basic_block.cpp | 136 if (tmp_id != br->GetOperand(0).words[0]) br->SetOperand(0, {tmp_id}); in ForEachSuccessorLabel()
|
D | loop_unroller.cpp | 495 user->SetOperand(operand_index, {second_loop_induction}); in PartiallyUnrollResidualFactor()
|
D | loop_unswitch_pass.cpp | 607 inst->SetOperand(operand_index, {cst_value->result_id()}); in SimplifyLoop()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instruction.h | 213 inline void SetOperand(uint32_t index, Operand::OperandData&& data); 507 SetOperand(index + TypeResultIdCount(), std::move(data)); in SetInOperand() 510 inline void Instruction::SetOperand(uint32_t index, in SetOperand() function
|
D | copy_prop_arrays.cpp | 588 use->SetOperand(index, {new_ptr_inst->result_id()}); in UpdateUses() 606 use->SetOperand(index, {new_ptr_inst->result_id()}); in UpdateUses() 648 use->SetOperand(index, {new_ptr_inst->result_id()}); in UpdateUses() 696 use->SetOperand(index, {new_ptr_inst->result_id()}); in UpdateUses()
|
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()
|
D | basic_block.cpp | 136 if (tmp_id != br->GetOperand(0).words[0]) br->SetOperand(0, {tmp_id}); in ForEachSuccessorLabel()
|
D | loop_unswitch_pass.cpp | 491 inst->SetOperand(operand_index, {cst_value->result_id()}); in SpecializeLoop()
|
D | upgrade_memory_model.cpp | 616 ext_inst->SetOperand(3u, {static_cast<uint32_t>(new_op)}); in UpgradeExtInst()
|
D | loop_unroller.cpp | 495 user->SetOperand(operand_index, {second_loop_induction}); in PartiallyUnrollResidualFactor()
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 730 func (v Value) SetOperand(i int, op Value) { C.LLVMSetOperand(v.C, C.unsigned(i), op.C) } func
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 763 func (v Value) SetOperand(i int, op Value) { C.LLVMSetOperand(v.C, C.unsigned(i), op.C) } func
|