Searched defs:N01 (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/Modules/Inputs/stress1/
H A Dcommon.h8 namespace N01 { struct S00; } namespace
44 namespace N01 { namespace
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1298 SDValue N01 = N0.getOperand(1); local
1299 ConstantSDNode *N01C = dyn_cast<ConstantSDNode>(N01);
1306 N00.getOperand(0), N01),
1307 DAG.getNode(ISD::SHL, N01.getDebugLoc(), VT,
1308 N00.getOperand(1), N01));
1394 SDValue N01 = N0.getOperand(1); local
1401 DAG.getNode(ISD::ADD, N1.getDebugLoc(), VT, N01, N11));
2676 SDValue N01 = N0.getOperand(1); local
2687 SDValue N010 = N01.getOperand(0);
2690 SDValue N011 = N01
4624 ConstantSDNode *N01 = dyn_cast<ConstantSDNode>(N0.getOperand(1)); local
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2271 SDValue N01 = skipExtensionForVectorMULL(N0->getOperand(1).getNode(), DAG); local
2277 DAG.getNode(ISD::BITCAST, DL, Op1VT, N01), Op1));
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.cpp4686 SDValue N01 = SkipExtension(N0->getOperand(1).getNode(), DAG); local
4692 DAG.getNode(ISD::BITCAST, DL, Op1VT, N01), Op1));
6608 SDValue N01 = N0->getOperand(1); local
6611 DAG.getNode(ISD::MUL, DL, VT, N01, N1));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1712 SDValue N01 = N0.getOperand(1); local
1719 DAG.getNode(ISD::ADD, SDLoc(N1), VT, N01, N11));
3556 SDValue N01 = N0.getOperand(1); local
3560 N00.getNumOperands() == 2 && N01.getNumOperands() == 2) {
3569 SDValue N010 = N01.getOperand(0);
3572 SDValue N011 = N01.getOperand(1);
3579 if (!isBSwapHWordElement(N01, Parts))
4370 SDValue N01 = N->getOperand(0).getOperand(1); local
4372 if (ConstantSDNode *N01C = isConstOrConstSplat(N01)) {
4420 SDValue N01 local
6789 ConstantSDNode *N01 = dyn_cast<ConstantSDNode>(N0.getOperand(1)); local
8002 SDValue N01 = N0.getOperand(0).getOperand(1); local
8552 SDValue N01 = N0.getOperand(1); local
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6701 SDValue N01 = SkipExtensionForVMULL(N0->getOperand(1).getNode(), DAG); local
6707 DAG.getNode(ISD::BITCAST, DL, Op1VT, N01), Op1));
9131 SDValue N01 = N0->getOperand(1); local
9134 DAG.getNode(ISD::MUL, DL, VT, N01, N1));
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp27768 SDValue N01 = N0.getOperand(1); local
27973 SDValue N01 = N0->getOperand(1); local
[all...]

Completed in 604 milliseconds