Home
last modified time | relevance | path

Searched refs:In2 (Results 1 – 11 of 11) sorted by relevance

/freebsd-14-stable/sys/contrib/device-tree/src/arm/
HDimx6qdl-dhcom-picoitx.dtsi29 "", "", "DHCOM-A", "", "DHCOM-B", "PicoITX-In2", "", "",
HDimx6ull-dhcom-picoitx.dts76 "DHCOM-A", "DHCOM-B", "PicoITX-In2", "PicoITX-Out2",
HDimx6ull-dhcom-drc02.dts35 "", "", "", "DRC02-In2",
HDstm32mp15xx-dhcom-picoitx.dtsi73 gpio-line-names = "PicoITX-In2", "", "", "",
HDstm32mp15xx-dhcom-drc02.dtsi54 "DRC02-In2", "", "", "",
HDimx6qdl-dhcom-drc02.dtsi48 "", "", "", "", "", "DHCOM-E", "DRC02-In2", "DHCOM-H",
HDimx6dl-eckelmann-ci4x10.dts149 MX6QDL_PAD_KEY_ROW0__GPIO4_IO07 0x00000000 /* In2 */
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCompares.cpp45 const APInt &In2, bool IsSigned = false) { in addWithOverflow() argument
48 Result = In1.sadd_ov(In2, Overflow); in addWithOverflow()
50 Result = In1.uadd_ov(In2, Overflow); in addWithOverflow()
58 const APInt &In2, bool IsSigned = false) { in subWithOverflow() argument
61 Result = In1.ssub_ov(In2, Overflow); in subWithOverflow()
63 Result = In1.usub_ov(In2, Overflow); in subWithOverflow()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeIntegerTypes.cpp5193 SDValue In1, In2, In3, In4; in ExpandIntRes_FunnelShift() local
5195 GetExpandedInteger(N->getOperand(1), In1, In2); in ExpandIntRes_FunnelShift()
5216 SDValue Select1 = DAG.getNode(ISD::SELECT, DL, HalfVT, Cond, In1, In2); in ExpandIntRes_FunnelShift()
5217 SDValue Select2 = DAG.getNode(ISD::SELECT, DL, HalfVT, Cond, In2, In3); in ExpandIntRes_FunnelShift()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp17046 SDValue In2 = N->getOperand(1); in PerformDAGCombine() local
17049 if (!In2.hasOneUse()) in PerformDAGCombine()
17051 if (In2.getOpcode() != ISD::FP_EXTEND && in PerformDAGCombine()
17052 (In2.getOpcode() != ISD::FP_ROUND || In2.getConstantOperandVal(1) != 0)) in PerformDAGCombine()
17054 In2 = In2.getOperand(0); in PerformDAGCombine()
17055 if (In2.getOpcode() != ISD::FNEG) in PerformDAGCombine()
17058 SDValue NewFPExtRound = DAG.getFPExtendOrRound(In2.getOperand(0), DL, VT); in PerformDAGCombine()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp9949 SDValue In2 = Op.getOperand(1); in LowerFCOPYSIGN() local
9950 EVT SrcVT = In2.getValueType(); in LowerFCOPYSIGN()
9953 In2 = DAG.getFPExtendOrRound(In2, DL, VT); in LowerFCOPYSIGN()
9964 In2 = convertToScalableVector(DAG, ContainerVT, In2); in LowerFCOPYSIGN()
9966 SDValue Res = DAG.getNode(ISD::FCOPYSIGN, DL, ContainerVT, In1, In2); in LowerFCOPYSIGN()
9984 DAG.getTargetInsertSubreg(Idx, DL, VecVT, DAG.getUNDEF(VecVT), In2); in LowerFCOPYSIGN()
9987 VecVal2 = BitCast(VecVT, In2, DAG); in LowerFCOPYSIGN()
25015 SDValue In2 = N->getOperand(2); in performBSPExpandForSVE() local
25019 SDValue SelInv = DAG.getNode(ISD::AND, DL, VT, InvMask, In2); in performBSPExpandForSVE()