Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dimx6dl-eckelmann-ci4x10.dts141 MX6QDL_PAD_KEY_ROW0__GPIO4_IO07 0x00000000 /* In2 */
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp41 const APInt &In2, bool IsSigned = false) { in addWithOverflow() argument
44 Result = In1.sadd_ov(In2, Overflow); in addWithOverflow()
46 Result = In1.uadd_ov(In2, Overflow); in addWithOverflow()
54 const APInt &In2, bool IsSigned = false) { in subWithOverflow() argument
57 Result = In1.ssub_ov(In2, Overflow); in subWithOverflow()
59 Result = In1.usub_ov(In2, Overflow); in subWithOverflow()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6220 SDValue In2 = N->getOperand(1); in PerformDAGCombine() local
6223 if (!In2.hasOneUse()) in PerformDAGCombine()
6225 if (In2.getOpcode() != ISD::FP_EXTEND && in PerformDAGCombine()
6226 (In2.getOpcode() != ISD::FP_ROUND || In2.getConstantOperandVal(1) != 0)) in PerformDAGCombine()
6228 In2 = In2.getOperand(0); in PerformDAGCombine()
6229 if (In2.getOpcode() != ISD::FNEG) in PerformDAGCombine()
6232 SDValue NewFPExtRound = DAG.getFPExtendOrRound(In2.getOperand(0), DL, VT); in PerformDAGCombine()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6997 SDValue In2 = Op.getOperand(1); in LowerFCOPYSIGN() local
6998 EVT SrcVT = In2.getValueType(); in LowerFCOPYSIGN()
7001 In2 = DAG.getNode(ISD::FP_EXTEND, DL, VT, In2); in LowerFCOPYSIGN()
7003 In2 = DAG.getNode(ISD::FP_ROUND, DL, VT, In2, DAG.getIntPtrConstant(0, DL)); in LowerFCOPYSIGN()
7014 DAG.getUNDEF(VecVT), In2); in LowerFCOPYSIGN()
7017 VecVal2 = DAG.getNode(ISD::BITCAST, DL, VecVT, In2); in LowerFCOPYSIGN()