Searched defs:N10 (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/Modules/Inputs/
H A Dnamespaces-right.h46 namespace N10 { namespace
H A Dnamespaces-left.h57 namespace N10 { namespace
/external/clang/test/Modules/
H A Dnamespaces.cpp49 namespace N10 { namespace
69 int &ir3 = N10::f(17);
/external/clang/test/SemaTemplate/
H A Dinstantiate-expr-2.cpp164 namespace N10 { namespace
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1395 SDValue N10 = N1.getOperand(0); local
1398 if (isa<ConstantSDNode>(N00) || isa<ConstantSDNode>(N10))
1400 DAG.getNode(ISD::ADD, N0.getDebugLoc(), VT, N00, N10),
2557 SDValue N10 = N1->getOperand(0); local
2558 if (!LookPassAnd1 && N10.getOpcode() == ISD::AND) {
2559 if (!N10.getNode()->hasOneUse())
2561 ConstantSDNode *N101C = dyn_cast<ConstantSDNode>(N10.getOperand(1));
2564 N10 = N10.getOperand(0);
2568 if (N00 != N10)
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8064 SDValue N10 = N1->getOperand(0); local
8067 if (N00VT == N10.getValueType() &&
8078 DAG.getNode(ISD::BITCAST, dl, MidVT, N10), Mask));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1713 SDValue N10 = N1.getOperand(0); local
1716 if (isa<ConstantSDNode>(N00) || isa<ConstantSDNode>(N10))
1718 DAG.getNode(ISD::ADD, SDLoc(N0), VT, N00, N10),
3419 SDValue N10 = N1->getOperand(0); local
3420 if (!LookPassAnd1 && N10.getOpcode() == ISD::AND) {
3421 if (!N10.getNode()->hasOneUse())
3423 ConstantSDNode *N101C = dyn_cast<ConstantSDNode>(N10.getOperand(1));
3426 N10 = N10.getOperand(0);
3430 if (N00 != N10)
7832 SDValue N10 = N1.getOperand(0); local
7933 SDValue N10 = N1.getOperand(0); local
8027 SDValue N10 = N1.getOperand(0); local
8491 SDValue N10 = N1->getOperand(0); local
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28189 SDValue N10 = N1.getOperand(0); local
[all...]

Completed in 221 milliseconds