Home
last modified time | relevance | path

Searched refs:CN1 (Results 1 – 8 of 8) sorted by relevance

/netbsd/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h5-orangepi-zero-plus2.dts132 * According to schematics CN1 MicroUSB port can be used to take
133 * external 5V to power up the board VBUS. On the contrary CN1 MicroUSB
/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dsun8i-h3-orangepi-zero-plus2.dts166 * According to schematics CN1 MicroUSB port can be used to take
167 * external 5V to power up the board VBUS. On the contrary CN1 MicroUSB
H A Dr7s72100-rskrza1.dts171 /* SDHI ch1 on CN1 */
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp876 ConstantSDNode *CN, *CN1; in performORCombine() local
927 if (!(CN1 = dyn_cast<ConstantSDNode>(And1->getOperand(1)))) in performORCombine()
930 if (!(CN1 = dyn_cast<ConstantSDNode>(N->getOperand(1)))) in performORCombine()
935 if (CN->getSExtValue() & CN1->getSExtValue()) in performORCombine()
949 ? DAG.getConstant(CN1->getSExtValue() >> SMPos0, DL, ValTy) in performORCombine()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16476 ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(N->getOperand(1)); in combineSHL() local
16479 N0.getOperand(0).getValueType() != MVT::i32 || CN1 == nullptr || in combineSHL()
16491 SDValue ShiftBy = SDValue(CN1, 0); in combineSHL()
16495 ShiftBy = DCI.DAG.getConstant(CN1->getZExtValue(), DL, MVT::i32); in combineSHL()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp8826 const ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(N1); in performSHLPtrCombine() local
8827 if (!CN1) in performSHLPtrCombine()
8836 APInt Offset = CAdd->getAPIntValue() << CN1->getAPIntValue(); in performSHLPtrCombine()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12675 ConstantSDNode *CN1 = dyn_cast<ConstantSDNode>(BVN1->getOperand(k)); in tryCombineToBSL() local
12676 if (!CN0 || !CN1 || in tryCombineToBSL()
12677 CN0->getZExtValue() != (BitMask & ~CN1->getZExtValue())) { in tryCombineToBSL()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21473 SDValue CN1 = N1.getOperand(0); in visitINSERT_SUBVECTOR() local
21475 EVT CN1VT = CN1.getValueType(); in visitINSERT_SUBVECTOR()
21480 CN0.getValueType(), CN0, CN1, N2); in visitINSERT_SUBVECTOR()