Searched refs:N10 (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2307 SDValue N10 = N1.getOperand(0); local
2310 if (isConstantOrConstantVector(N00) || isConstantOrConstantVector(N10))
2312 DAG.getNode(ISD::ADD, SDLoc(N0), VT, N00, N10),
3350 // sub N0, (lshr N10, width-1) --> add N0, (ashr N10, width-1)
4053 SDValue N10 = N1.getOperand(0); local
4054 if (isConstantOrConstantVector(N10, /*NoOpaques*/ true) &&
4055 DAG.isKnownToBeAPowerOfTwo(N10)) {
4056 SDValue LogBase2 = BuildLogBase2(N10, DL);
5608 SDValue N10 local
12081 SDValue N10 = N1.getOperand(0); local
12172 SDValue N10 = N1.getOperand(0); local
12306 SDValue N10 = N1.getOperand(0); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11180 SDValue N10 = N1->getOperand(0); local
11183 if (N00VT == N10.getValueType() &&
11194 DAG.getNode(ISD::BITCAST, dl, MidVT, N10), Mask));
11218 SDValue N10 = N1->getOperand(0); local
11222 EVT N10VT = N10.getValueType();
11226 N10->getOpcode() == ISD::EXTRACT_SUBVECTOR &&
11230 SDValue N10Source = N10->getOperand(0);
11239 uint64_t N10Index = N10.getConstantOperandVal(1);
/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c1645 MKT(UNI_CALLSTATE_U10, U10/N10),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11580 SDValue N10 = N1.getOperand(0); local
11583 if (!IsVUZPShuffleNode(N00.getNode()) || N00.getNode() != N10.getNode() ||
11584 N00 == N10)

Completed in 411 milliseconds