| /freebsd-13.1/bin/pax/ |
| H A D | options.c | 101 FSUB fsub[] = { 194 FSUB tmp; in pax_options() 371 if ((frmt = (FSUB *)bsearch((void *)&tmp, (void *)fsub, in pax_options() 372 sizeof(fsub)/sizeof(FSUB), sizeof(FSUB), c_frmt)) != NULL) { in pax_options() 378 for (i = 0; i < (sizeof(fsub)/sizeof(FSUB)); ++i) in pax_options() 1027 FSUB tmp; in cpio_options() 1193 if ((frmt = (FSUB *)bsearch((void *)&tmp, (void *)fsub, in cpio_options() 1194 sizeof(fsub)/sizeof(FSUB), sizeof(FSUB), c_frmt)) != NULL) in cpio_options() 1198 for (i = 0; i < (sizeof(fsub)/sizeof(FSUB)); ++i) in cpio_options() 1306 return(strcmp(((const FSUB *)a)->name, ((const FSUB *)b)->name)); in c_frmt()
|
| H A D | extern.h | 185 extern FSUB fsub[]; 208 extern FSUB *frmt;
|
| H A D | pax.h | 74 typedef struct fsub FSUB; typedef
|
| H A D | pax.c | 75 FSUB *frmt = NULL; /* archive format type */
|
| H A D | ar_subs.c | 568 FSUB *orgfrmt; in append()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 53 DAG_INSTRUCTION(FSub, 2, 1, experimental_constrained_fsub, FSUB)
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 378 FSUB, enumerator
|
| H A D | TargetLowering.h | 2488 case ISD::FSUB: in isBinOp() 2735 assert((N->getOpcode() == ISD::FADD || N->getOpcode() == ISD::FSUB || in isFMADLegal()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 375 case ISD::FSUB: in LegalizeOp() 770 case ISD::FSUB: in Expand() 1332 if (TLI.isOperationLegalOrCustom(ISD::FSUB, Node->getValueType(0))) { in ExpandFNEG() 1336 return DAG.getNode(ISD::FSUB, DL, Node->getValueType(0), Zero, in ExpandFNEG()
|
| H A D | SelectionDAGBuilder.cpp | 4915 SDValue X = DAG.getNode(ISD::FSUB, dl, MVT::f32, t0, t1); in getLimitedPrecisionExp2() 5052 LogOfMantissa = DAG.getNode(ISD::FSUB, dl, MVT::f32, t2, in expandLog() 5069 SDValue t3 = DAG.getNode(ISD::FSUB, dl, MVT::f32, t2, in expandLog() 5094 SDValue t3 = DAG.getNode(ISD::FSUB, dl, MVT::f32, t2, in expandLog() 5100 SDValue t7 = DAG.getNode(ISD::FSUB, dl, MVT::f32, t6, in expandLog() 5165 SDValue t3 = DAG.getNode(ISD::FSUB, dl, MVT::f32, t2, in expandLog2() 5191 SDValue t3 = DAG.getNode(ISD::FSUB, dl, MVT::f32, t2, in expandLog2() 5197 SDValue t7 = DAG.getNode(ISD::FSUB, dl, MVT::f32, t6, in expandLog2() 5260 SDValue t1 = DAG.getNode(ISD::FSUB, dl, MVT::f32, t0, in expandLog10() 5281 SDValue t1 = DAG.getNode(ISD::FSUB, dl, MVT::f32, t0, in expandLog10() [all …]
|
| H A D | SelectionDAGBuilder.h | 692 void visitFSub(const User &I) { visitBinary(I, ISD::FSUB); } in visitFSub()
|
| H A D | SelectionDAGDumper.cpp | 256 case ISD::FSUB: return "fsub"; in getOperationName()
|
| H A D | TargetLowering.cpp | 2824 case ISD::FSUB: in SimplifyDemandedVectorElts() 6110 if (LegalOps && !isOperationLegalOrCustom(ISD::FSUB, VT)) in getNegatedExpression() 6133 SDValue N = DAG.getNode(ISD::FSUB, DL, VT, NegX, Y, Flags); in getNegatedExpression() 6142 SDValue N = DAG.getNode(ISD::FSUB, DL, VT, NegY, X, Flags); in getNegatedExpression() 6149 case ISD::FSUB: { in getNegatedExpression() 6164 return DAG.getNode(ISD::FSUB, DL, VT, Y, X, Flags); in getNegatedExpression() 6795 Node->isStrictFPOpcode() ? ISD::STRICT_FSUB : ISD::FSUB, SrcVT)) in expandFP_TO_UINT() 6835 SDValue Val = DAG.getNode(ISD::FSUB, dl, SrcVT, Src, FltOfs); in expandFP_TO_UINT() 6848 DAG.getNode(ISD::FSUB, dl, SrcVT, Src, Cst)); in expandFP_TO_UINT() 6876 !isOperationLegalOrCustom(ISD::FSUB, DstVT) || in expandUINT_TO_FP() [all …]
|
| H A D | LegalizeFloatTypes.cpp | 126 case ISD::FSUB: R = SoftenFloatRes_FSUB(N); break; in SoftenFloatResult() 1246 case ISD::FSUB: ExpandFloatRes_FSUB(N, Lo, Hi); break; in ExpandFloatResult() 2261 case ISD::FSUB: R = PromoteFloatRes_BinOp(N); break; in PromoteFloatResult() 2626 case ISD::FSUB: R = SoftPromoteHalfRes_BinOp(N); break; in SoftPromoteHalfResult()
|
| H A D | LegalizeDAG.cpp | 2354 Sub = DAG.getNode(ISD::FSUB, dl, MVT::f64, Load, Bias); in ExpandLegalINT_TO_FP() 3216 case ISD::FSUB: { in ExpandNode() 4284 case ISD::FSUB: in ConvertNodeToLibcall() 4662 case ISD::FSUB: in PromoteNode()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 232 { ISD::FSUB, MVT::v2f64, 2 }, // subpd in getArithmeticInstrCost() 632 { ISD::FSUB, MVT::v8f64, 1 }, // Skylake from http://www.agner.org/ in getArithmeticInstrCost() 641 { ISD::FSUB, MVT::v16f32, 1 }, // Skylake from http://www.agner.org/ in getArithmeticInstrCost() 819 { ISD::FSUB, MVT::v4f64, 1 }, // Haswell from http://www.agner.org/ in getArithmeticInstrCost() 820 { ISD::FSUB, MVT::v8f32, 1 }, // Haswell from http://www.agner.org/ in getArithmeticInstrCost() 903 { ISD::FSUB, MVT::f64, 1 }, // Nehalem from http://www.agner.org/ in getArithmeticInstrCost() 904 { ISD::FSUB, MVT::f32 , 1 }, // Nehalem from http://www.agner.org/ in getArithmeticInstrCost() 905 { ISD::FSUB, MVT::v2f64, 1 }, // Nehalem from http://www.agner.org/ in getArithmeticInstrCost() 906 { ISD::FSUB, MVT::v4f32, 1 }, // Nehalem from http://www.agner.org/ in getArithmeticInstrCost() 997 { ISD::FSUB, MVT::f32, 1 }, // Pentium III from http://www.agner.org/ in getArithmeticInstrCost() [all …]
|
| H A D | X86IntrinsicsInfo.h | 916 X86_INTRINSIC_DATA(avx512_sub_pd_512, INTR_TYPE_2OP, ISD::FSUB, X86ISD::FSUB_RND), 917 X86_INTRINSIC_DATA(avx512_sub_ps_512, INTR_TYPE_2OP, ISD::FSUB, X86ISD::FSUB_RND),
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.cpp | 629 if (OPC == ISD::FADD || OPC == ISD::FSUB) { in getArithmeticInstrCost() 645 case ISD::FSUB: in getArithmeticInstrCost()
|
| H A D | AMDGPUISelLowering.cpp | 351 setOperationAction(ISD::FSUB, MVT::f64, Expand); in AMDGPUTargetLowering() 524 setOperationAction(ISD::FSUB, VT, Expand); in AMDGPUTargetLowering() 607 setTargetDAGCombine(ISD::FSUB); in AMDGPUTargetLowering() 634 case ISD::FSUB: in fnegFoldsIntoOp() 2269 SDValue Tmp2 = DAG.getNode(ISD::FSUB, SL, MVT::f64, Tmp1, CopySign); in LowerFRINT() 2304 SDValue Diff = DAG.getNode(ISD::FSUB, SL, VT, X, T); in LowerFROUND()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedFalkorDetails.td | 595 def : InstRW<[FalkorWr_1VXVY_3cyc], (instregex "^(FABD|FADD|FSUB)v2f32$")>; 622 def : InstRW<[FalkorWr_2VXVY_3cyc], (instregex "^(FABD|FADD(P)?|FSUB)(v2f64|v4f32)$")>; 1126 def : InstRW<[FalkorWr_1VXVY_3cyc], (instregex "^(FADD|FSUB)(S|D)rr$")>;
|
| H A D | AArch64SchedA57.td | 443 def : InstRW<[A57Write_5cyc_1V], (instregex "^(FABD|FADD|FSUB)(v2f32|32|64|v2i32p)")>; 445 def : InstRW<[A57Write_5cyc_2V], (instregex "^(FABD|FADD|FSUB)(v4f32|v2f64|v2i64p)")>;
|
| H A D | AArch64SchedKryoDetails.td | 639 (instregex "(FABD|FADD|FSUB|FADDP)(v4f32|v2f64)")>; 669 (instregex "(FADD|FSUB)(D|S)rr")>; 675 (instregex "(FADD|FSUB|FADDP)v2f32")>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MicroMipsInstrFPU.td | 40 defm FSUB : ADDS_MMM<"sub.d", II_SUB_D, 0, fsub>,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | P9InstrResources.td | 417 (instregex "FSUB(S)?$"), 475 (instregex "FSUB(S)?_rec$"),
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1640 ISD::FADD, ISD::FSUB, ISD::FMUL, ISD::FMA, ISD::FDIV, in HexagonTargetLowering() 1761 setOperationAction(ISD::FSUB, MVT::f64, Expand); in HexagonTargetLowering() 1798 setOperationAction(ISD::FSUB, MVT::f64, Legal); in HexagonTargetLowering()
|