Lines Matching defs:fn

24 	LLVMValueRef			fn;  member
369 static LLVMValueRef pseudo_to_value(struct function *fn, struct symbol *ctype, pseudo_t pseudo) in pseudo_to_value()
403 static LLVMValueRef pseudo_to_rvalue(struct function *fn, struct symbol *ctype, pseudo_t pseudo) in pseudo_to_rvalue()
413 static LLVMValueRef value_to_ivalue(struct function *fn, struct symbol *ctype, LLVMValueRef val) in value_to_ivalue()
428 static LLVMValueRef value_to_pvalue(struct function *fn, struct symbol *ctype, LLVMValueRef val) in value_to_pvalue()
447 static LLVMValueRef adjust_type(struct function *fn, struct symbol *ctype, LLVMValueRef val) in adjust_type()
460 static LLVMValueRef get_operand(struct function *fn, struct symbol *ctype, pseudo_t pseudo) in get_operand()
471 static LLVMValueRef get_ioperand(struct function *fn, struct symbol *ctype, pseudo_t pseudo) in get_ioperand()
534 static void output_op_binary(struct function *fn, struct instruction *insn) in output_op_binary()
619 static void output_op_compare(struct function *fn, struct instruction *insn) in output_op_compare()
672 static void output_op_ret(struct function *fn, struct instruction *insn) in output_op_ret()
683 static LLVMValueRef calc_memop_addr(struct function *fn, struct instruction *insn) in calc_memop_addr()
705 static void output_op_load(struct function *fn, struct instruction *insn) in output_op_load()
719 static void output_op_store(struct function *fn, struct instruction *insn) in output_op_store()
731 static LLVMValueRef bool_value(struct function *fn, LLVMValueRef value) in bool_value()
739 static void output_op_cbr(struct function *fn, struct instruction *br) in output_op_cbr()
749 static void output_op_br(struct function *fn, struct instruction *br) in output_op_br()
754 static void output_op_sel(struct function *fn, struct instruction *insn) in output_op_sel()
769 static void output_op_switch(struct function *fn, struct instruction *insn) in output_op_switch()
797 static void output_op_call(struct function *fn, struct instruction *insn) in output_op_call()
827 static void output_op_phisrc(struct function *fn, struct instruction *insn) in output_op_phisrc()
850 static void output_op_phi(struct function *fn, struct instruction *insn) in output_op_phi()
862 static void output_op_ptrcast(struct function *fn, struct instruction *insn) in output_op_ptrcast()
900 static void output_op_cast(struct function *fn, struct instruction *insn, LLVMOpcode op) in output_op_cast()
934 static void output_op_fpcast(struct function *fn, struct instruction *insn) in output_op_fpcast()
961 static void output_op_setval(struct function *fn, struct instruction *insn) in output_op_setval()
977 static void output_op_setfval(struct function *fn, struct instruction *insn) in output_op_setfval()
986 static void output_insn(struct function *fn, struct instruction *insn) in output_insn()
1118 static void output_bb(struct function *fn, struct basic_block *bb) in output_bb()