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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2231 SDValue N10 = N1.getOperand(0); local
2234 if (isConstantOrConstantVector(N00) || isConstantOrConstantVector(N10))
2236 DAG.getNode(ISD::ADD, SDLoc(N0), VT, N00, N10),
3255 // sub N0, (lshr N10, width-1) --> add N0, (ashr N10, width-1)
3961 SDValue N10 = N1.getOperand(0); local
3962 if (isConstantOrConstantVector(N10, /*NoOpaques*/ true) &&
3963 DAG.isKnownToBeAPowerOfTwo(N10)) {
3964 SDValue LogBase2 = BuildLogBase2(N10, DL);
5512 SDValue N10 local
11602 SDValue N10 = N1.getOperand(0); local
11720 SDValue N10 = N1.getOperand(0); local
11830 SDValue N10 = N1.getOperand(0); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10367 SDValue N10 = N1->getOperand(0); local
10370 if (N00VT == N10.getValueType() &&
10381 DAG.getNode(ISD::BITCAST, dl, MidVT, N10), Mask));
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c1643 MKT(UNI_CALLSTATE_U10, U10/N10),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11144 SDValue N10 = N1.getOperand(0); local
11147 if (!IsVUZPShuffleNode(N00.getNode()) || N00.getNode() != N10.getNode() ||
11148 N00 == N10)

Completed in 364 milliseconds