Searched defs:new_op (Results 1 – 13 of 13) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | simplified-lowering.h | 62 static void ChangeOp(Node* node, const Operator* new_op) { UNREACHABLE(); } in ChangeOp()
|
D | simplified-lowering.cc | 280 static void ChangeOp(Node* node, const Operator* new_op) { UNREACHABLE(); } in ChangeOp() 895 void ChangeToPureOp(Node* node, const Operator* new_op) { in ChangeToPureOp() 915 void ChangeUnaryToPureBinaryOp(Node* node, const Operator* new_op, in ChangeUnaryToPureBinaryOp() 4147 void ChangeOp(Node* node, const Operator* new_op) { in ChangeOp() 5072 void SimplifiedLowering::ChangeOp(Node* node, const Operator* new_op) { in ChangeOp()
|
D | node-properties.cc | 205 void NodeProperties::ChangeOp(Node* node, const Operator* new_op) { in ChangeOp()
|
D | js-typed-lowering.cc | 2165 const Operator* new_op = in ReduceJSGeneratorRestoreContext() local 2205 const Operator* new_op = simplified()->LoadField(input_or_debug_pos_field); in ReduceJSGeneratorRestoreInputOrDebugPos() local
|
D | raw-machine-assembler.cc | 850 const Operator* new_op = common()->ResizeMergeOrPhi(op, phi->InputCount()); in AppendPhiInput() local
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_peephole.cpp | 210 auto new_op = pred_from_op(m_pred->opcode(), alu->opcode()); in visit() local
|
/third_party/mesa3d/src/compiler/glsl/ |
D | opt_algebraic.cpp | 435 enum ir_expression_operation new_op = ir_unop_logic_not; in handle_expression() local
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_optimizer.cpp | 2161 aco_opcode new_op = aco_opcode::num_opcodes; in combine_ordering_test() local 2239 aco_opcode new_op = is_or ? get_unordered(cmp->opcode) : get_ordered(cmp->opcode); in combine_comparison_ordering() local 2364 aco_opcode new_op = is_or ? get_unordered(cmp->opcode) : get_ordered(cmp->opcode); in combine_constant_comparison_ordering() local 2568 combine_three_valu_op(opt_ctx& ctx, aco_ptr<Instruction>& instr, aco_opcode op2, aco_opcode new_op, in combine_three_valu_op() 2810 combine_add_sub_b2i(opt_ctx& ctx, aco_ptr<Instruction>& instr, aco_opcode new_op, uint8_t ops) in combine_add_sub_b2i() 4732 aco_opcode new_op = in apply_literals() local
|
D | aco_ir.cpp | 756 can_swap_operands(aco_ptr<Instruction>& instr, aco_opcode* new_op) in can_swap_operands()
|
/third_party/spirv-tools/source/opt/ |
D | upgrade_memory_model.cpp | 735 GLSLstd450 new_op = is_modf ? GLSLstd450ModfStruct : GLSLstd450FrexpStruct; in UpgradeExtInst() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | upgrade_memory_model.cpp | 737 GLSLstd450 new_op = is_modf ? GLSLstd450ModfStruct : GLSLstd450FrexpStruct; in UpgradeExtInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | upgrade_memory_model.cpp | 737 GLSLstd450 new_op = is_modf ? GLSLstd450ModfStruct : GLSLstd450FrexpStruct; in UpgradeExtInst() local
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | goomsl_yacc.y | 1202 NodeType *new_op(const char *str, int type, int nbOp) { in new_op() function
|