Home
last modified time | relevance | path

Searched refs:set_opcode (Results 1 – 18 of 18) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprog.cc60 set_opcode(kInstMatch); in InitMatch()
66 set_opcode(kInstNop); in InitNop()
71 set_opcode(kInstFail); in InitFail()
273 ip->set_opcode(kInstAltMatch); in Optimize()
279 ip->set_opcode(kInstAltMatch); in Optimize()
790 flat->back().set_opcode(kInstNop); in EmitList()
803 flat->back().set_opcode(kInstAltMatch); in EmitList()
Dprog.h117 void set_opcode(InstOp opcode) { in set_opcode() function
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dinstruction_message.cpp26 result.set_opcode(opcode); in MakeInstructionMessage()
Dtransformation_add_spec_constant_op.cpp33 message_.set_opcode(opcode); in TransformationAddSpecConstantOp()
Dtransformation_add_early_terminator_wrapper.cpp35 message_.set_opcode(opcode); in TransformationAddEarlyTerminatorWrapper()
Dtransformation_replace_branch_from_dead_block_with_exit.cpp33 message_.set_opcode(opcode); in TransformationReplaceBranchFromDeadBlockWithExit()
Dtransformation_replace_boolean_constant_with_constant_binary.cpp126 message_.set_opcode(comparison_opcode); in TransformationReplaceBooleanConstantWithConstantBinary()
Dtransformation_equation_instruction.cpp31 message_.set_opcode(opcode); in TransformationEquationInstruction()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dinstruction_message.cpp26 result.set_opcode(opcode); in MakeInstructionMessage()
Dtransformation_add_spec_constant_op.cpp33 message_.set_opcode(opcode); in TransformationAddSpecConstantOp()
Dtransformation_add_early_terminator_wrapper.cpp35 message_.set_opcode(opcode); in TransformationAddEarlyTerminatorWrapper()
Dtransformation_replace_branch_from_dead_block_with_exit.cpp33 message_.set_opcode(opcode); in TransformationReplaceBranchFromDeadBlockWithExit()
Dtransformation_equation_instruction.cpp31 message_.set_opcode(opcode); in TransformationEquationInstruction()
Dtransformation_replace_boolean_constant_with_constant_binary.cpp126 message_.set_opcode(comparison_opcode); in TransformationReplaceBooleanConstantWithConstantBinary()
/external/deqp-deps/SPIRV-Tools/source/fuzz/fact_manager/
Dfact_manager.cpp262 fact.set_opcode(opcode); in AddFactIdEquation()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
Dfact_manager.cpp262 fact.set_opcode(opcode); in AddFactIdEquation()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc2945 proto.set_opcode(HloOpcodeString(opcode_)); in ToProto()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc3964 instr.set_opcode(HloOpcodeString(opcode)); in AddInstruction()