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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2230 SDValue N01 = N0.getOperand(1); local
2237 DAG.getNode(ISD::ADD, SDLoc(N1), VT, N01, N11));
5695 SDValue N01 = N0.getOperand(1); local
5696 if (!(isBSwapHWordElement(N01, Parts) && isBSwapHWordPair(N00, Parts)) &&
5697 !(isBSwapHWordElement(N00, Parts) && isBSwapHWordPair(N01, Parts)))
7099 SDValue N00 = N0.getOperand(0), N01 = N0.getOperand(1); local
7100 if (isOneUseSetCC(N01) || isOneUseSetCC(N00)) {
7103 N01 = DAG.getNode(ISD::XOR, SDLoc(N01), VT, N01, N
7111 SDValue N00 = N0.getOperand(0), N01 = N0.getOperand(1); local
7381 SDValue N01 = N->getOperand(0).getOperand(1); local
7475 SDValue N01 = N0->getOperand(1); local
9743 SDValue N01 = N0.getOperand(1); local
10391 auto *N01 = dyn_cast<ConstantSDNode>(N0.getOperand(1)); local
11802 SDValue N01 = N0.getOperand(0).getOperand(1); local
12444 SDValue N01 = N0.getOperand(1); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]
H A DX86ISelDAGToDAG.cpp3385 SDValue N01 = N0->getOperand(1);
3388 if (N1 != N01 || !checkTwoUse(N1))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8636 SDValue N01 = SkipExtensionForVMULL(N0->getOperand(1).getNode(), DAG); local
8642 DAG.getNode(ISD::BITCAST, DL, Op1VT, N01), Op1));
11984 SDValue N01 = N0->getOperand(1); local
11987 DAG.getNode(ISD::MUL, DL, VT, N01, N1));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2933 SDValue N01 = skipExtensionForVectorMULL(N0->getOperand(1).getNode(), DAG); local
2939 DAG.getNode(ISD::BITCAST, DL, Op1VT, N01), Op1));

Completed in 492 milliseconds