Searched refs:testreg (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/examples/BrainF/ |
| H A D | BrainF.cpp | 50 const char *BrainF::testreg = "test"; member in BrainF 255 CreateICmpUGE(curhead, ptr_arrmax, testreg); in readloop() 259 CreateICmpULT(curhead, ptr_arr, testreg); in readloop() 263 CreateOr(test_0, test_1, testreg); in readloop() 445 ConstantInt::get(C, APInt(8, 0)), testreg); in readloop()
|
| H A D | BrainF.h | 66 static const char *testreg; variable
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | postreload.c | 87 reload_cse_simplify (rtx insn, rtx testreg) in reload_cse_simplify() argument 115 reload_cse_simplify_operands (insn, testreg); in reload_cse_simplify() 172 reload_cse_simplify_operands (insn, testreg); in reload_cse_simplify() 197 rtx testreg = gen_rtx_REG (VOIDmode, -1); in reload_cse_regs_1() local 205 reload_cse_simplify (insn, testreg); in reload_cse_regs_1() 365 reload_cse_simplify_operands (rtx insn, rtx testreg) in reload_cse_simplify_operands() argument 465 return reload_cse_simplify_operands (insn, testreg); in reload_cse_simplify_operands() 524 REGNO (testreg) = regno; in reload_cse_simplify_operands() 525 PUT_MODE (testreg, mode); in reload_cse_simplify_operands() 569 && reg_fits_class_p (testreg, class, 0, mode) in reload_cse_simplify_operands() [all …]
|
| H A D | combine.c | 11590 rtx testreg = SET_DEST (x); in mark_used_regs_combine() local 11592 while (GET_CODE (testreg) == SUBREG in mark_used_regs_combine() 11593 || GET_CODE (testreg) == ZERO_EXTRACT in mark_used_regs_combine() 11594 || GET_CODE (testreg) == STRICT_LOW_PART) in mark_used_regs_combine() 11595 testreg = XEXP (testreg, 0); in mark_used_regs_combine() 11597 if (MEM_P (testreg)) in mark_used_regs_combine() 11598 mark_used_regs_combine (XEXP (testreg, 0)); in mark_used_regs_combine()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | flow.c | 3871 rtx testreg = SET_DEST (x); local 3876 if (GET_CODE (testreg) == MEM) 3880 find_auto_inc (pbi, testreg, insn); 3882 mark_used_regs (pbi, XEXP (testreg, 0), cond, insn); 3894 while (GET_CODE (testreg) == STRICT_LOW_PART 3895 || GET_CODE (testreg) == ZERO_EXTRACT 3896 || GET_CODE (testreg) == SIGN_EXTRACT 3897 || GET_CODE (testreg) == SUBREG) 3900 if (GET_CODE (testreg) == SUBREG) 3901 record_subregs_of_mode (testreg); [all …]
|
| H A D | reload1.c | 8079 reload_cse_simplify (insn, testreg) in reload_cse_simplify() argument 8081 rtx testreg; 8109 reload_cse_simplify_operands (insn, testreg); 8166 reload_cse_simplify_operands (insn, testreg); 8192 rtx testreg = gen_rtx_REG (VOIDmode, -1); local 8200 reload_cse_simplify (insn, testreg); 8377 reload_cse_simplify_operands (insn, testreg) in reload_cse_simplify_operands() argument 8379 rtx testreg; 8470 return reload_cse_simplify_operands (insn, testreg); 8529 REGNO (testreg) = regno; [all …]
|
| H A D | combine.c | 12267 rtx testreg = SET_DEST (x); local 12269 while (GET_CODE (testreg) == SUBREG 12270 || GET_CODE (testreg) == ZERO_EXTRACT 12271 || GET_CODE (testreg) == SIGN_EXTRACT 12272 || GET_CODE (testreg) == STRICT_LOW_PART) 12273 testreg = XEXP (testreg, 0); 12275 if (GET_CODE (testreg) == MEM) 12276 mark_used_regs_combine (XEXP (testreg, 0));
|