| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SILoadStoreOptimizer.cpp | 190 const CombineInfo &Paired); 192 CombineInfo &Paired, bool Modify = false); 194 const CombineInfo &Paired); 195 static unsigned getNewOpcode(const CombineInfo &CI, const CombineInfo &Paired); 197 const CombineInfo &Paired); 199 const CombineInfo &Paired); 202 bool checkAndPrepareMerge(CombineInfo &CI, CombineInfo &Paired, 208 CombineInfo &Paired, 214 mergeWrite2Pair(CombineInfo &CI, CombineInfo &Paired, 217 mergeImagePair(CombineInfo &CI, CombineInfo &Paired, [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64LoadStoreOptimizer.cpp | 152 MachineBasicBlock::iterator Paired, 848 MachineBasicBlock::iterator Paired, in mergePairedInsns() argument 856 if (NextI == Paired) in mergePairedInsns() 922 std::next(I), std::next(Paired))) in mergePairedInsns() 935 MachineBasicBlock::iterator InsertionPoint = MergeForward ? Paired : I; in mergePairedInsns() 939 MergeForward ? getLdStBaseOp(*Paired) : getLdStBaseOp(*I); in mergePairedInsns() 942 int PairedOffset = getLdStOffsetOp(*Paired).getImm(); in mergePairedInsns() 943 bool PairedIsUnscaled = TII->hasUnscaledLdStOffset(Paired->getOpcode()); in mergePairedInsns() 948 int MemSize = TII->getMemScale(*Paired); in mergePairedInsns() 952 assert(!(PairedOffset % TII->getMemScale(*Paired)) && in mergePairedInsns() [all …]
|
| H A D | AArch64.td | 201 "Paired128IsSlow", "true", "Paired 128 bit loads and stores are slow">;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMBaseRegisterInfo.cpp | 345 Register Paired = Hint.second; in getRegAllocationHints() local 346 if (!Paired) in getRegAllocationHints() 350 if (Paired.isPhysical()) { in getRegAllocationHints() 351 PairedPhys = Paired; in getRegAllocationHints() 352 } else if (VRM && VRM->hasPhys(Paired)) { in getRegAllocationHints() 353 PairedPhys = getPairedGPR(VRM->getPhys(Paired), Odd, this); in getRegAllocationHints() 365 MCPhysReg Paired = getPairedGPR(Reg, !Odd, this); in getRegAllocationHints() local 366 if (!Paired || MRI.isReserved(Paired)) in getRegAllocationHints()
|
| H A D | ARMParallelDSP.cpp | 68 bool Paired = false; member 148 Mul0->Paired = true; in AddMulPair() 149 Mul1->Paired = true; in AddMulPair() 605 if (PMul0->Paired) in CreateParallelPairs() 613 if (PMul1->Paired) in CreateParallelPairs() 678 if (MulCand->Paired) in InsertParallelMACs()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
| H A D | mips-ps-3d.md | 1 ;; MIPS Paired-Single Floating and MIPS-3D Instructions. 308 ; cvt.ps.s - Floating Point Convert Pair to Paired Single 373 ; cvt.pw.ps - Floating Point Convert Paired Single to Paired Word 383 ; cvt.ps.pw - Floating Point Convert Paired Word to Paired Single 509 ; Floating Point Comparisons for Paired Singles
|
| H A D | mips-modes.def | 44 /* Paired single comparison instructions use 2 or 4 CC. */
|
| H A D | mips.md | 7794 ; The MIPS Paired-Single Floating Point and MIPS-3D Instructions.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| H A D | mips-ps-3d.md | 1 ;; MIPS Paired-Single Floating and MIPS-3D Instructions. 308 ; cvt.ps.s - Floating Point Convert Pair to Paired Single 373 ; cvt.pw.ps - Floating Point Convert Paired Single to Paired Word 383 ; cvt.ps.pw - Floating Point Convert Paired Word to Paired Single 509 ; Floating Point Comparisons for Paired Singles
|
| H A D | mips-modes.def | 44 /* Paired single comparison instructions use 2 or 4 CC. */
|
| H A D | mips.md | 7774 ; The MIPS Paired-Single Floating Point and MIPS-3D Instructions.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleP9.td | 150 // Paired ('P') - certain cracked and expanded iops are paired such that they
|
| H A D | PPCInstrPrefix.td | 1668 // Intrinsics for Paired Vector Loads. 1674 // Intrinsics for Paired Vector Stores.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | extend.texi | 14623 * MIPS Paired-Single Support:: 16497 @node MIPS Paired-Single Support 16498 @subsection MIPS Paired-Single Support 16662 * Paired-Single Arithmetic:: 16663 * Paired-Single Built-in Functions:: 16667 @node Paired-Single Arithmetic 16668 @subsubsection Paired-Single Arithmetic 16690 @node Paired-Single Built-in Functions 16691 @subsubsection Paired-Single Built-in Functions
|
| H A D | gcc.info | 24023 MIPS Paired-Single Support::. This option requires hardware 47548 * MIPS Paired-Single Support:: 48879 File: gcc.info, Node: MIPS DSP Built-in Functions, Next: MIPS Paired-Single Support, Prev: Loong… 49154 File: gcc.info, Node: MIPS Paired-Single Support, Next: MIPS Loongson Built-in Functions, Prev: … 49156 6.60.16 MIPS Paired-Single Support 49190 …t-in Functions, Next: MIPS SIMD Architecture (MSA) Support, Prev: MIPS Paired-Single Support, U… 49316 * Paired-Single Arithmetic:: 49317 * Paired-Single Built-in Functions:: 49321 File: gcc.info, Node: Paired-Single Arithmetic, Next: Paired-Single Built-in Functions, Up: MIPS… 49323 6.60.17.1 Paired-Single Arithmetic [all …]
|
| H A D | invoke.texi | 26023 @xref{MIPS Paired-Single Support}. This option requires
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | extend.texi | 13781 * MIPS Paired-Single Support:: 15512 @node MIPS Paired-Single Support 15513 @subsection MIPS Paired-Single Support 15677 * Paired-Single Arithmetic:: 15678 * Paired-Single Built-in Functions:: 15682 @node Paired-Single Arithmetic 15683 @subsubsection Paired-Single Arithmetic 15705 @node Paired-Single Built-in Functions 15706 @subsubsection Paired-Single Built-in Functions
|
| H A D | gcc.info | 21734 MIPS Paired-Single Support::. This option requires hardware 43701 * MIPS Paired-Single Support:: 44889 File: gcc.info, Node: MIPS DSP Built-in Functions, Next: MIPS Paired-Single Support, Prev: FR-V … 45162 File: gcc.info, Node: MIPS Paired-Single Support, Next: MIPS Loongson Built-in Functions, Prev: … 45164 6.60.15 MIPS Paired-Single Support 45198 …t-in Functions, Next: MIPS SIMD Architecture (MSA) Support, Prev: MIPS Paired-Single Support, U… 45324 * Paired-Single Arithmetic:: 45325 * Paired-Single Built-in Functions:: 45329 File: gcc.info, Node: Paired-Single Arithmetic, Next: Paired-Single Built-in Functions, Up: MIPS… 45331 6.60.16.1 Paired-Single Arithmetic [all …]
|
| H A D | invoke.texi | 23497 @xref{MIPS Paired-Single Support}. This option requires
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | NEWS | 2940 * The Paired Single support (as used on some PPC750 CPUs, -mpaired,
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | NEWS | 4820 * The Paired Single support (as used on some PPC750 CPUs, -mpaired,
|
| /netbsd-src/share/terminfo/ |
| H A D | terminfo | 25991 # * Paired-attribute fixes to various terminals.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2004 | 9906 * doc/extend.texi (MIPS Paired-Single Support): New section.
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 36053 mips64-openbsd -FAIL: Paired LL/SC for mips64r6 (mips64r6) 36075 mips64el-openbsd -FAIL: Paired LL/SC for mips64r6 (mips64r6)
|