| /src/external/apache2/llvm/lib/libLLVMSparcCodeGen/ |
| Makefile | 35 SparcGenSubtargetInfo.inc|-gen-subtarget
|
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386-expand.h | 51 rtx ix86_expand_builtin (tree exp, rtx target, rtx subtarget,
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386-expand.h | 49 rtx ix86_expand_builtin (tree exp, rtx target, rtx subtarget,
|
| /src/external/apache2/llvm/lib/libLLVMARMCodeGen/ |
| Makefile | 74 ARMGenSubtargetInfo.inc|-gen-subtarget \
|
| /src/external/apache2/llvm/lib/libLLVMMipsCodeGen/ |
| Makefile | 65 MipsGenSubtargetInfo.inc|-gen-subtarget
|
| /src/external/apache2/llvm/lib/libLLVMPowerPCCodeGen/ |
| Makefile | 68 PPCGenSubtargetInfo.inc|-gen-subtarget
|
| /src/external/apache2/llvm/lib/libLLVMX86CodeGen/ |
| Makefile | 84 X86GenSubtargetInfo.inc|-gen-subtarget
|
| /src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen/ |
| Makefile | 127 AMDGPUGenSubtargetInfo.inc|-gen-subtarget 147 R600GenSubtargetInfo.inc|-gen-subtarget
|
| /src/external/gpl3/gcc/dist/gcc/ |
| expmed.cc | 2233 rtx subtarget = (target != 0 && REG_P (target) ? target : 0); 2235 subtarget = 0; 2236 op0 = expand_shift (RSHIFT_EXPR, mode, op0, bitnum, subtarget, 1); 2277 rtx subtarget = (target != 0 && REG_P (target) ? target : 0); 2278 op0 = expand_shift (LSHIFT_EXPR, mode, op0, amount, subtarget, 1); 2634 rtx subtarget = target == shifted ? 0 : target; 2661 subtarget, 1); 5525 rtx op0, comparison, subtarget; 5557 subtarget = ops[0].value; 5573 convert_move (target, subtarget, unsignedp) 2228 rtx subtarget = (target != 0 && REG_P (target) ? target : 0); local 2272 rtx subtarget = (target != 0 && REG_P (target) ? target : 0); local 2625 rtx subtarget = target == shifted ? 0 : target; local 5510 rtx op0, comparison, subtarget; local 5616 rtx subtarget; local 6036 rtx subtarget; local [all...] |
| builtins.cc | 2274 SUBTARGET may be used as the target for computing one of EXP's 2278 expand_builtin_mathfn_ternary (tree exp, rtx target, rtx subtarget) 2317 op0 = expand_expr (arg0, subtarget, VOIDmode, EXPAND_NORMAL); 2349 SUBTARGET may be used as the target for computing one of EXP's 2353 expand_builtin_mathfn_3 (tree exp, rtx target, rtx subtarget) 2402 op0 = expand_expr (arg, subtarget, VOIDmode, EXPAND_NORMAL); 5789 SUBTARGET may be used as the target for computing one of EXP's operands. */ 5793 rtx subtarget) 5803 subtarget && GET_MODE (subtarget) == target_mod [all...] |
| expr.cc | 5636 /* Return X if X can be used as a subtarget in a sequence of arithmetic 8598 /* Use subtarget as the target for operand 0 of a binary operation. */ 8599 rtx subtarget = get_subtarget (target); 8624 if (!subtarget) 8625 subtarget = gen_reg_rtx (GET_MODE (value)); 8626 emit_move_insn (subtarget, value); 8627 return subtarget; 8633 if (!CONSTANT_P (op2) && !(REG_P (op2) && op2 != subtarget)) 8634 subtarget = 0; 8654 subtarget, 0, OPTAB_LIB_WIDEN) 8583 rtx subtarget = get_subtarget (target); local 9057 rtx result, subtarget; local 9662 rtx subtarget, original_target; local 11136 rtx subtarget, original_target; local 13526 rtx subtarget = target; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| expmed.cc | 2218 rtx subtarget = (target != 0 && REG_P (target) ? target : 0); 2220 subtarget = 0; 2221 op0 = expand_shift (RSHIFT_EXPR, mode, op0, bitnum, subtarget, 1); 2261 rtx subtarget = (target != 0 && REG_P (target) ? target : 0); 2262 op0 = expand_shift (LSHIFT_EXPR, mode, op0, amount, subtarget, 1); 2622 rtx subtarget = target == shifted ? 0 : target; 2649 subtarget, 1); 5509 rtx op0, comparison, subtarget; 5541 subtarget = ops[0].value; 5557 convert_move (target, subtarget, unsignedp) 2213 rtx subtarget = (target != 0 && REG_P (target) ? target : 0); local 2256 rtx subtarget = (target != 0 && REG_P (target) ? target : 0); local 2613 rtx subtarget = target == shifted ? 0 : target; local 5494 rtx op0, comparison, subtarget; local 5600 rtx subtarget; local 6019 rtx subtarget; local [all...] |
| expr.cc | 5013 /* Return X if X can be used as a subtarget in a sequence of arithmetic 7884 /* Use subtarget as the target for operand 0 of a binary operation. */ 7885 rtx subtarget = get_subtarget (target); 7910 if (!subtarget) 7911 subtarget = gen_reg_rtx (GET_MODE (value)); 7912 emit_move_insn (subtarget, value); 7913 return subtarget; 7919 if (!CONSTANT_P (op2) && !(REG_P (op2) && op2 != subtarget)) 7920 subtarget = 0; 7941 subtarget, 0, OPTAB_LIB_WIDEN) 7869 rtx subtarget = get_subtarget (target); local 8344 rtx result, subtarget; local 8949 rtx subtarget, original_target; local 10347 rtx subtarget, original_target; local 12602 rtx subtarget = target; local [all...] |
| builtins.cc | 2246 SUBTARGET may be used as the target for computing one of EXP's 2250 expand_builtin_mathfn_ternary (tree exp, rtx target, rtx subtarget) 2289 op0 = expand_expr (arg0, subtarget, VOIDmode, EXPAND_NORMAL); 2321 SUBTARGET may be used as the target for computing one of EXP's 2325 expand_builtin_mathfn_3 (tree exp, rtx target, rtx subtarget) 2374 op0 = expand_expr (arg, subtarget, VOIDmode, EXPAND_NORMAL); 5049 SUBTARGET may be used as the target for computing one of EXP's operands. */ 5053 rtx subtarget) 5063 subtarget && GET_MODE (subtarget) == target_mod [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/alpha/ |
| alpha.cc | 1778 rtx subtarget 1828 subtarget, mode); 1838 if (! subtarget) 1839 subtarget = gen_reg_rtx (mode); 1841 insn = gen_rtx_SET (subtarget, insn); 1843 temp = subtarget; 1875 temp = alpha_emit_set_const (subtarget, mode, c - new_const, i, no_output); 1886 temp = alpha_emit_set_const (subtarget, mode, ~c, i, no_output); 1908 temp = alpha_emit_set_const (subtarget, mode, new_const, i, no_output); 1912 temp = alpha_emit_set_const (subtarget, mode, new_const 1771 rtx subtarget local 2305 rtx subtarget; local 2334 rtx temp1, temp2, subtarget, ua; local 2893 rtx target, subtarget, tmp; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/alpha/ |
| alpha.cc | 1777 rtx subtarget 1827 subtarget, mode); 1837 if (! subtarget) 1838 subtarget = gen_reg_rtx (mode); 1840 insn = gen_rtx_SET (subtarget, insn); 1842 temp = subtarget; 1874 temp = alpha_emit_set_const (subtarget, mode, c - new_const, i, no_output); 1885 temp = alpha_emit_set_const (subtarget, mode, ~c, i, no_output); 1907 temp = alpha_emit_set_const (subtarget, mode, new_const, i, no_output); 1911 temp = alpha_emit_set_const (subtarget, mode, new_const 1770 rtx subtarget local 2304 rtx subtarget; local 2333 rtx temp1, temp2, subtarget, ua; local 2892 rtx target, subtarget, tmp; local [all...] |
| /src/external/apache2/llvm/lib/libLLVMAArch64CodeGen/ |
| Makefile | 89 AArch64GenSubtargetInfo.inc|-gen-subtarget \
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-internal.h | 177 rtx subtarget ATTRIBUTE_UNUSED,
|
| /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/ |
| loongarch-protos.h | 169 extern rtx loongarch_expand_builtin (tree, rtx, rtx subtarget ATTRIBUTE_UNUSED,
|
| loongarch-builtins.cc | 348 loongarch_expand_builtin (tree exp, rtx target, rtx subtarget ATTRIBUTE_UNUSED,
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-internal.h | 178 rtx subtarget ATTRIBUTE_UNUSED,
|
| /src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
| spu-protos.h | 90 extern rtx spu_expand_builtin (tree exp, rtx target, rtx subtarget,
|
| /src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
| loongarch-protos.h | 208 extern rtx loongarch_expand_builtin (tree, rtx, rtx subtarget ATTRIBUTE_UNUSED,
|
| /src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
| riscv-builtins.cc | 262 riscv_expand_builtin (tree exp, rtx target, rtx subtarget ATTRIBUTE_UNUSED,
|
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm-protos.h | 54 extern rtx arm_expand_builtin (tree exp, rtx target, rtx subtarget
|