Home
last modified time | relevance | path

Searched refs:subtargets (Results 1 – 25 of 41) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A DMake-lang.in166 check-f95-subtargets : check-gfortran-subtargets
167 check-fortran-subtargets : check-gfortran-subtargets
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DMake-lang.in181 check-f95-subtargets : check-gfortran-subtargets
182 check-fortran-subtargets : check-gfortran-subtargets
H A DChangeLog-2008578 * Make-lang.in (check-f95-subtargets, check-fortran-subtargets): New
579 aliases for check-gfortran-subtargets.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86SchedPredicates.td10 // all X86 subtargets.
H A DX86PfmCounters.td9 // This describes the available hardware counters for various subtargets.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSchedule.td12 // The SchedMachineModel is defined by subtargets for three categories of data:
18 // class. Target hooks allow subtargets to associate opcodes with
72 // Target hooks allow subtargets to associate LoadLatency and
128 // similar subtargets.
265 // MCA for in-order subtargets, and is ignored for other targets.
H A DTarget.td1619 // ProcessorModel allows subtargets to specify the more general
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A DMake-lang.in213 check-c++-subtargets : check-g++-subtargets
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DMake-lang.in241 check-c++-subtargets : check-g++-subtargets
H A DChangeLog-2008359 * Make-lang.in (check-c++-subtargets): New alias for
360 check-g++-subtargets.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600InstrFormats.td190 subtargets. We currently handle this in R600MCCodeEmitter, but we may
H A DSOPInstructions.td488 // This pattern is restricted to certain subtargets (practically GFX8Plus)
490 // of this pattern, and only for subtargets with hasScalarCompareEq64
H A DVOP3Instructions.td488 // instruction still exists and should decode on subtargets with
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c4576 HOST_WIDE_INT val, rtx target, rtx source, int subtargets) in arm_split_constant() argument
4585 if (subtargets || code == SET in arm_split_constant()
4618 rtx temp = subtargets ? gen_reg_rtx (mode) : target; in arm_split_constant()
4637 return arm_gen_constant (code, mode, cond, val, target, source, subtargets, in arm_split_constant()
4877 int subtargets, int generate) in arm_gen_constant() argument
5083 rtx new_src = subtargets ? gen_reg_rtx (mode) : target; in arm_gen_constant()
5099 rtx new_src = subtargets ? gen_reg_rtx (mode) : target; in arm_gen_constant()
5132 rtx new_src = subtargets ? gen_reg_rtx (mode) : target; in arm_gen_constant()
5160 rtx new_src = (subtargets in arm_gen_constant()
5164 source, subtargets, generate); in arm_gen_constant()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc4649 HOST_WIDE_INT val, rtx target, rtx source, int subtargets) in arm_split_constant() argument
4658 if (subtargets || code == SET in arm_split_constant()
4691 rtx temp = subtargets ? gen_reg_rtx (mode) : target; in arm_split_constant()
4710 return arm_gen_constant (code, mode, cond, val, target, source, subtargets, in arm_split_constant()
4950 int subtargets, int generate) in arm_gen_constant() argument
5156 rtx new_src = subtargets ? gen_reg_rtx (mode) : target; in arm_gen_constant()
5172 rtx new_src = subtargets ? gen_reg_rtx (mode) : target; in arm_gen_constant()
5205 rtx new_src = subtargets ? gen_reg_rtx (mode) : target; in arm_gen_constant()
5233 rtx new_src = (subtargets in arm_gen_constant()
5237 source, subtargets, generate); in arm_gen_constant()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SchedPredicates.td10 // AArch64 subtargets.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DMakefile.in4147 check-subtargets: $(patsubst %,%-subtargets,$(CHECK_TARGETS))
4188 $(patsubst %,%-subtargets,$(lang_checks)): check-%-subtargets:
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DMakefile.in4046 check-subtargets: $(patsubst %,%-subtargets,$(CHECK_TARGETS))
4087 $(patsubst %,%-subtargets,$(lang_checks)): check-%-subtargets:
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrVSX.td37 // ** - Predicate definitions: predicates to specify the subtargets for **
2442 // ISA 3.0 (Power9). However, the granularity of features on later subtargets
3137 // order regardless of endianness. This is really pre-Power9 subtargets.
3148 // load in big endian order. Really big endian pre-Power9 subtargets.
4075 // Little endian Power10 subtargets produce a shorter pattern but require a
4078 // The NoP10Vector predicate excludes these patterns from Power10 VSX subtargets.
4092 // Power10 VSX subtargets produce a shorter pattern for little endian targets
4623 // Big endian Power9 64Bit VSX subtargets with P9 Altivec support.
4759 // Little endian Power9 VSX subtargets with P9 Altivec support.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DWritingAnLLVMBackend.rst114 * Optionally, add support for subtargets (i.e., variants with different
690 its contents are only directly important for subtargets.
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A DChangeLog-2004635 * Makefile.am: Add new subtargets: msp430x1610, msp430x1611,
/netbsd-src/external/gpl3/binutils/dist/ld/
H A DChangeLog-2004635 * Makefile.am: Add new subtargets: msp430x1610, msp430x1611,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td265 // intended for use on subtargets that have the v_fma_legacy_f32 and/or
/netbsd-src/external/gpl2/gmake/dist/doc/
H A Dmake-stds.texi140 subtargets) work correctly with a parallel @code{make}.
/netbsd-src/external/gpl3/autoconf/dist/doc/
H A Dmake-stds.texi143 subtargets) work correctly with a parallel @code{make}.

12