Home | History | Annotate | Download | only in compiler

Lines Matching refs:InstructionOperand

292   Instruction* Emit(InstructionCode opcode, InstructionOperand output,
293 size_t temp_count = 0, InstructionOperand* temps = nullptr);
294 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
295 InstructionOperand a, size_t temp_count = 0,
296 InstructionOperand* temps = nullptr);
297 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
298 InstructionOperand a, InstructionOperand b,
299 size_t temp_count = 0, InstructionOperand* temps = nullptr);
300 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
301 InstructionOperand a, InstructionOperand b,
302 InstructionOperand c, size_t temp_count = 0,
303 InstructionOperand* temps = nullptr);
304 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
305 InstructionOperand a, InstructionOperand b,
306 InstructionOperand c, InstructionOperand d,
307 size_t temp_count = 0, InstructionOperand* temps = nullptr);
308 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
309 InstructionOperand a, InstructionOperand b,
310 InstructionOperand c, InstructionOperand d,
311 InstructionOperand e, size_t temp_count = 0,
312 InstructionOperand* temps = nullptr);
313 Instruction* Emit(InstructionCode opcode, InstructionOperand output,
314 InstructionOperand a, InstructionOperand b,
315 InstructionOperand c, InstructionOperand d,
316 InstructionOperand e, InstructionOperand f,
317 size_t temp_count = 0, InstructionOperand* temps = nullptr);
319 InstructionOperand* outputs, size_t input_count,
320 InstructionOperand* inputs, size_t temp_count = 0,
321 InstructionOperand* temps = nullptr);
329 InstructionOperand a,
332 InstructionOperand a, InstructionOperand b,
335 InstructionOperand a, InstructionOperand b,
336 InstructionOperand c,
339 InstructionOperand* outputs,
341 InstructionOperand* inputs,
348 InstructionOperand* outputs, size_t input_count,
349 InstructionOperand* inputs, DeoptimizeKind kind,
494 void EmitTableSwitch(const SwitchInfo& sw, InstructionOperand& index_operand);
496 InstructionOperand& value_operand);
498 InstructionOperand& value_operand);
500 void TryRename(InstructionOperand* op);
541 const InstructionOperand& op);