| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstrFMA.td | 323 SchedWriteFMA.Scl>, VEX_LIG; 325 SchedWriteFMA.Scl>, VEX_LIG; 328 SchedWriteFMA.Scl>, VEX_LIG; 330 SchedWriteFMA.Scl>, VEX_LIG; 542 SchedWriteFMA.Scl>, 544 SchedWriteFMA.Scl>; 546 SchedWriteFMA.Scl>, 548 SchedWriteFMA.Scl>; 550 X86any_Fnmadd, loadf32, SchedWriteFMA.Scl>, 552 SchedWriteFMA.Scl>; [all …]
|
| H A D | X86InstrAVX512.td | 2096 SchedWriteFCmp.Scl>, AVX512XSIi8Base; 2100 SchedWriteFCmp.Scl>, AVX512XDIi8Base, VEX_W; 2748 sched.Scl, f32x_info, prd>, VEX_LIG, 2751 sched.Scl, f64x_info, prd>, VEX_LIG, 5358 sched.PS.Scl, IsCommutable>, 5360 sched.PS.Scl, IsCommutable>, 5363 sched.PD.Scl, IsCommutable>, 5365 sched.PD.Scl, IsCommutable>, 5373 VecNode, SaeNode, sched.PS.Scl, IsCommutable, 5377 VecNode, SaeNode, sched.PD.Scl, IsCommutable, [all …]
|
| H A D | X86InstrXOP.td | 78 ssmem, sse_load_f32, SchedWriteFRnd.Scl>; 87 sdmem, sse_load_f64, SchedWriteFRnd.Scl>;
|
| H A D | X86Schedule.td | 82 X86FoldableSchedWrite Scl = sScl; // Scalar float/double operations. 116 X86SchedWriteMoveLS Scl = sScl; // Scalar float/double operations.
|
| H A D | X86InstrSSE.td | 1820 SchedWriteFCmpSizes.PS.Scl, sse_load_f32>, 1825 SchedWriteFCmpSizes.PD.Scl, sse_load_f64>, 1832 SchedWriteFCmpSizes.PS.Scl, sse_load_f32>, XS; 1836 SchedWriteFCmpSizes.PD.Scl, sse_load_f64>, XD; 2625 OpNode, FR32, f32mem, SSEPackedSingle, sched.PS.Scl, 0>, 2628 OpNode, FR64, f64mem, SSEPackedDouble, sched.PD.Scl, 0>, 2634 sched.PS.Scl>, XS; 2637 sched.PD.Scl>, XD; 2648 SSEPackedSingle, sched.PS.Scl, 0>, XS, VEX_4V, VEX_LIG, VEX_WIG; 2651 SSEPackedDouble, sched.PD.Scl, 0>, XD, VEX_4V, VEX_LIG, VEX_WIG; [all …]
|
| H A D | X86ISelLowering.cpp | 7678 SDValue Scl = N.getOperand(Opcode == ISD::SCALAR_TO_VECTOR ? 0 : 1); in getFauxShuffleMask() local 7689 if (X86::isZeroNode(Scl)) { in getFauxShuffleMask() 7700 unsigned MinBitsPerElt = Scl.getScalarValueSizeInBits(); in getFauxShuffleMask() 7701 while (Scl.getOpcode() == ISD::TRUNCATE || in getFauxShuffleMask() 7702 Scl.getOpcode() == ISD::ANY_EXTEND || in getFauxShuffleMask() 7703 Scl.getOpcode() == ISD::ZERO_EXTEND) { in getFauxShuffleMask() 7704 Scl = Scl.getOperand(0); in getFauxShuffleMask() 7706 std::min<unsigned>(MinBitsPerElt, Scl.getScalarValueSizeInBits()); in getFauxShuffleMask() 7713 if ((Scl.getOpcode() == ISD::EXTRACT_VECTOR_ELT || in getFauxShuffleMask() 7714 Scl.getOpcode() == X86ISD::PEXTRW || in getFauxShuffleMask() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 138 COFF::SymbolStorageClass Scl = Internal ? COFF::IMAGE_SYM_CLASS_STATIC in runOnMachineFunction() local 144 OutStreamer->EmitCOFFSymbolStorageClass(Scl); in runOnMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMAsmPrinter.cpp | 160 COFF::SymbolStorageClass Scl = Internal ? COFF::IMAGE_SYM_CLASS_STATIC in runOnMachineFunction() local 165 OutStreamer->EmitCOFFSymbolStorageClass(Scl); in runOnMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 1007 SDValue Scl = Op.getOperand(1); in SimplifyDemandedBits() local 1024 unsigned NumSclBits = Scl.getScalarValueSizeInBits(); in SimplifyDemandedBits() 1026 if (SimplifyDemandedBits(Scl, DemandedSclBits, KnownScl, TLO, Depth + 1)) in SimplifyDemandedBits() 2646 SDValue Scl = Op.getOperand(1); in SimplifyDemandedVectorElts() local 2662 KnownUndef.setBitVal(Idx, Scl.isUndef()); in SimplifyDemandedVectorElts() 2664 KnownZero.setBitVal(Idx, isNullConstant(Scl) || isNullFPConstant(Scl)); in SimplifyDemandedVectorElts()
|
| H A D | SelectionDAG.cpp | 2516 SDValue Scl; in isSplatValue() local 2525 if (Scl && Scl != Op) in isSplatValue() 2527 Scl = Op; in isSplatValue()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | as.info | 3303 * Scl:: `.scl CLASS' 5324 File: as.info, Node: Sbttl, Next: Scl, Prev: Rept, Up: Pseudo Ops 5336 File: as.info, Node: Scl, Next: Section, Prev: Sbttl, Up: Pseudo Ops 5347 File: as.info, Node: Section, Next: Set, Prev: Scl, Up: Pseudo Ops 28186 * COFF symbol storage class: Scl. (line 6) 29583 * scl directive: Scl. (line 6) 29795 * symbol storage class (COFF): Scl. (line 6) 30238 Node: Scl194691
|
| H A D | as.texi | 4528 * Scl:: @code{.scl @var{class}} 6596 @node Scl
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | as.info | 3301 * Scl:: ‘.scl CLASS’ 5315 File: as.info, Node: Sbttl, Next: Scl, Prev: Rept, Up: Pseudo Ops 5327 File: as.info, Node: Scl, Next: Section, Prev: Sbttl, Up: Pseudo Ops 5338 File: as.info, Node: Section, Next: Set, Prev: Scl, Up: Pseudo Ops 28640 * COFF symbol storage class: Scl. (line 6) 30055 * scl directive: Scl. (line 6) 30268 * symbol storage class (COFF): Scl. (line 6) 30712 Node: Scl205605
|
| H A D | as.texi | 4596 * Scl:: @code{.scl @var{class}} 6698 @node Scl
|