Searched defs:N2 (Results 26 - 49 of 49) sorted by relevance

12

/external/clang/test/CodeGenCXX/
H A Dcopy-assign-synthesis-1.cpp39 N() : N1(20), N2(21) {}
41 int N2; member in struct:N
43 printf("N1 = %d N2 = %d\n", N1, N2);
50 N1 = arg.N1; N2 = arg.N2;
H A Dbitfield.cpp205 namespace N2 { namespace
H A Dreferences.cpp178 namespace N2 { namespace
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dexamples.cpp119 namespace N2 { namespace in namespace:PR9482
124 template<> void N2::X::foo() {}
/external/clang/test/SemaTemplate/
H A Dinstantiate-declref.cpp41 namespace N2 { namespace
70 template struct N2::Outer2::Inner<float>;
71 template struct N2::Outer2::Inner<int*, float*>; // expected-note{{instantiation}}
H A Dinstantiate-expr-2.cpp13 namespace N2 { namespace
26 one_byte operator+(N1::X, N2::Y);
43 typedef N4::BinOpOverload<N1::X, N2::Y>::type XY;
47 typedef N4::BinOpOverload<N2::Y, N2::Y>::type YY;
/external/eigen/bench/btl/libs/BLAS/
H A Dblas_interface_impl.hh67 int N2 = N*N; local
68 BLAS_FUNC(copy)(&N2, X, &intone, C, &intone);
76 int N2 = N*N; local
77 BLAS_FUNC(copy)(&N2, X, &intone, C, &intone);
102 int N2 = N*N; local
103 BLAS_FUNC(copy)(&N2, X, &intone, C, &intone);
115 int N2 = N*N; local
117 BLAS_FUNC(copy)(&N2, X, &inc, C, &inc);
131 int N2 = N*N; local
133 BLAS_FUNC(copy)(&N2,
[all...]
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp120 SDNode *SelectIndexedBinOp(SDNode *Op, SDValue N1, SDValue N2,
354 SDValue N1, SDValue N2,
367 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() };
353 SelectIndexedBinOp(SDNode *Op, SDValue N1, SDValue N2, unsigned Opc8, unsigned Opc16) argument
/external/clang/test/Sema/
H A Dwarn-duplicate-enum.c89 N2, enumerator in enum:__anon4814
90 NMax = N2,
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp751 SDValue N2 = N->getOperand(2); local
758 if (SelectDirectAddr(N2, Addr)) {
778 SelectADDRsi64(N2.getNode(), N2, Base, Offset):
779 SelectADDRsi(N2.getNode(), N2, Base, Offset)) {
799 SelectADDRri64(N2.getNode(), N2, Base, Offset):
800 SelectADDRri(N2.getNode(), N2, Bas
913 SDValue N2; local
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp91 SDValue N1, SDValue N2,
185 SDValue N1, SDValue N2,
194 return DAG.getVectorShuffle(NVT, dl, N1, N2, &Mask[0]);
208 return DAG.getVectorShuffle(NVT, dl, N1, N2, &NewMask[0]);
184 ShuffleWithNarrowerEltType(EVT NVT, EVT VT, DebugLoc dl, SDValue N1, SDValue N2, ArrayRef<int> Mask) const argument
H A DTargetLowering.cpp1840 SDValue N2 = N->getOperand(1); local
1842 ConstantSDNode *V = dyn_cast<ConstantSDNode>(N2);
1847 } else if (isGAPlusOffset(N2.getNode(), GA, Offset)) {
H A DSelectionDAG.cpp1288 // commuteShuffle - swaps the values of N1 and N2, and swaps all indices in
1289 // the shuffle mask M that point at N1 to point at N2, and indices that point
1290 // N2 to point at N1.
1291 static void commuteShuffle(SDValue &N1, SDValue &N2, SmallVectorImpl<int> &M) { argument
1292 std::swap(N1, N2);
1303 SDValue N2, const int *Mask) {
1304 assert(N1.getValueType() == N2.getValueType() && "Invalid VECTOR_SHUFFLE");
1311 if (N1.getOpcode() == ISD::UNDEF && N2.getOpcode() == ISD::UNDEF)
1324 if (N1 == N2) {
1325 N2
1302 getVectorShuffle(EVT VT, DebugLoc dl, SDValue N1, SDValue N2, const int *Mask) argument
1557 FoldSetCC(EVT VT, SDValue N1, SDValue N2, ISD::CondCode Cond, DebugLoc dl) argument
2792 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2) argument
3255 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2, SDValue N3) argument
3345 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2, SDValue N3, SDValue N4) argument
3352 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2, SDValue N3, SDValue N4, SDValue N5) argument
4798 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1, SDValue N2) argument
4804 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1, SDValue N2, SDValue N3) argument
4810 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1, SDValue N2, SDValue N3, SDValue N4) argument
4817 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1, SDValue N2, SDValue N3, SDValue N4, SDValue N5) argument
[all...]
H A DDAGCombiner.cpp255 SDValue SimplifySelect(DebugLoc DL, SDValue N0, SDValue N1, SDValue N2);
256 SDValue SimplifySelectCC(DebugLoc DL, SDValue N0, SDValue N1, SDValue N2,
570 SDValue N0, N1, N2; local
571 if (isSetCCEquivalent(N, N0, N1, N2) && N.getNode()->hasOneUse())
4085 SDValue N2 = N->getOperand(2); local
4088 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2);
4093 if (N1 == N2)
4100 return N2;
4103 return DAG.getNode(ISD::OR, N->getDebugLoc(), VT, N0, N2);
4126 return DAG.getNode(ISD::AND, N->getDebugLoc(), VT, NOTNode, N2);
4170 SDValue N2 = N->getOperand(2); local
6160 SDValue N2 = N->getOperand(2); local
6701 SDValue N2 = N->getOperand(2); local
9366 SimplifySelect(DebugLoc DL, SDValue N0, SDValue N1, SDValue N2) argument
9511 SimplifySelectCC(DebugLoc DL, SDValue N0, SDValue N1, SDValue N2, SDValue N3, ISD::CondCode CC, bool NotExtCompare) argument
[all...]
/external/speex/libspeex/
H A Dfilters.c483 int M2, N2; local
488 N2 = N>>1;
489 ALLOC(xx1, M2+N2, spx_word16_t);
490 ALLOC(xx2, M2+N2, spx_word16_t);
492 for (i = 0; i < N2; i++)
493 xx1[i] = x1[N2-1-i];
495 xx1[N2+i] = mem1[2*i+1];
496 for (i = 0; i < N2; i++)
497 xx2[i] = x2[N2-1-i];
499 xx2[N2
[all...]
/external/clang/test/SemaCXX/
H A Doverloaded-operator.cpp372 namespace N2 { namespace
383 using namespace N2::M;
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp874 SDValue N2 = N->getOperand(2); local
875 if (N000 == N2 &&
898 SDValue N2 = N->getOperand(2); local
899 if (N000 == N2 &&
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1362 SDValue N2 = N->getOperand(2); local
1369 return DAG.getNode(XCoreISD::LADD, dl, DAG.getVTList(VT, VT), N1, N0, N2);
1374 SDValue Result = DAG.getNode(ISD::AND, dl, VT, N2,
1386 DAG.ComputeMaskedBits(N2, KnownZero, KnownOne);
1389 SDValue Result = DAG.getNode(ISD::ADD, dl, VT, N0, N2);
1399 SDValue N2 = N->getOperand(2); local
1409 DAG.ComputeMaskedBits(N2, KnownZero, KnownOne);
1411 SDValue Borrow = N2;
1413 DAG.getConstant(0, VT), N2);
1425 DAG.ComputeMaskedBits(N2, KnownZer
1438 SDValue N2 = N->getOperand(2); local
[all...]
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1128 ShuffleVectorSDNode(EVT VT, DebugLoc dl, SDValue N1, SDValue N2, argument
1131 InitOperands(Ops, N1, N2);
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1890 // 0 <= i <= N1 and some 0 <= j <= N2, where N1 and N2 are the (normalized)
1901 // a1*0 - a2*N2 <= c2 - c1 <= a1*N1 - a2*0
1902 // -a2*N2 <= c2 - c1 <= a1*N1
1905 // a1*0 - a2*0 <= c2 - c1 <= a1*N1 - a2*N2
1906 // 0 <= c2 - c1 <= a1*N1 - a2*N2
1909 // a1*N1 - a2*N2 <= c2 - c1 <= a1*0 - a2*0
1910 // a1*N1 - a2*N2 <= c2 - c1 <= 0
1913 // a1*N1 - a2*0 <= c2 - c1 <= a1*0 - a2*N2
1914 // a1*N1 <= c2 - c1 <= -a2*N2
1931 const SCEV *N2 = collectUpperBound(Loop2, A1->getType()); local
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2709 SDValue N2 = N0.getOperand(1); local
2710 ConstantSDNode *N2C = dyn_cast<ConstantSDNode>(N2);
2824 SDValue N2 = N->getOperand(2); local
2828 assert(N2.getOpcode() == ISD::Constant);
2832 cast<ConstantSDNode>(N2)->getZExtValue()),
H A DARMISelLowering.cpp3597 /// vrev: N2 = [b1 b0 b3 b2 b5 b4 b7 b6]
3600 /// N3=N1+N2 = [k0 k0 k1 k1 k2 k2 k3 k3] (k0 = b0+b1 = bit-count of 16-bit v0,
3609 SDValue N2 = DAG.getNode(ARMISD::VREV16, DL, VT8Bit, N1); local
3610 SDValue N3 = DAG.getNode(ISD::ADD, DL, VT8Bit, N1, N2);
3653 /// N2 =+[k1 k3 k0 k2 ]
3669 SDValue N2 = DAG.getNode(ARMISD::VUZP, DL, VT16Bit, N1, N1); local
3672 SDValue Extended = DAG.getNode(ISD::ZERO_EXTEND, DL, MVT::v4i32, N2);
3676 SDValue Extracted = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, MVT::v4i16, N2,
5345 SDValue N2; local
5357 N2
5388 SDValue N2, N3; local
5423 SDValue N2, N3; local
7485 SDValue N2 = N->getOperand(2); local
[all...]
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2018 TreePatternNode *N1 = Nodes[i], *N2 = Nodes[i+1]; local
2019 assert(N1->getNumTypes() == 1 && N2->getNumTypes() == 1 &&
2022 MadeChange |= N1->UpdateNodeType(0, N2->getExtType(0), *this);
2023 MadeChange |= N2->UpdateNodeType(0, N1->getExtType(0), *this);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7255 SDValue N2 = Op.getOperand(2); local
7261 isa<ConstantSDNode>(N2)) {
7274 if (N2.getValueType() != MVT::i32)
7275 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue());
7276 return DAG.getNode(Opc, dl, VT, N0, N1, N2);
7279 if (EltVT == MVT::f32 && isa<ConstantSDNode>(N2)) {
7288 N2 = DAG.getIntPtrConstant(cast<ConstantSDNode>(N2)->getZExtValue() << 4);
7291 return DAG.getNode(X86ISD::INSERTPS, dl, VT, N0, N1, N2);
7309 SDValue N2 = Op.getOperand(2); local
[all...]

Completed in 752 milliseconds

12