Lines Matching defs:Opcode
33 opcode: Opcode, in insert_opcode()
77 call_opcode: Opcode, in insert_call_to_function()
116 opcode: Opcode, in insert_call()
128 _opcode: Opcode, in insert_stack_load()
154 _opcode: Opcode, in insert_stack_store()
181 opcode: Opcode, in insert_cmp()
236 _opcode: Opcode, in insert_const()
275 opcode: Opcode, in insert_load_store()
333 _: Opcode, in insert_atomic_rmw()
363 _: Opcode, in insert_atomic_cas()
393 opcode: Opcode, in insert_shuffle()
426 opcode: Opcode, in insert_ins_ext_lane()
474 fn valid_for_target(triple: &Triple, op: Opcode, args: &[Type], rets: &[Type]) -> bool { in valid_for_target()