Searched refs:N1 (Results 26 - 50 of 63) sorted by relevance

123

/external/llvm/unittests/IR/
H A DMDBuilderTest.cpp85 MDNode *N1 = MDHelper.createTBAANode("edoN", R); local
89 EXPECT_NE(N0, N1);
92 EXPECT_GE(N1->getNumOperands(), 2U);
95 EXPECT_TRUE(isa<MDString>(N1->getOperand(0)));
98 EXPECT_EQ(cast<MDString>(N1->getOperand(0))->getString(), "edoN");
101 EXPECT_EQ(N1->getOperand(1), R);
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
H A Dp4.cpp32 namespace N1 { namespace
/external/clang/test/Modules/
H A Dnamespaces.cpp24 int &ir1 = N1::f(1);
29 float &fr1 = N1::f(1.0f);
/external/clang/test/SemaCXX/
H A Dpseudo-destructors.cpp66 namespace N1 { namespace
70 void test_X0(N1::X0 &x0) {
/external/llvm/lib/CodeGen/SelectionDAG/
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,
259 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
267 SDValue MatchBSwapHWordLow(SDNode *N, SDValue N0, SDValue N1,
269 SDValue MatchBSwapHWord(SDNode *N, SDValue N0, SDValue N1);
570 SDValue N0, N1, N2; local
571 if (isSetCCEquivalent(N, N0, N1, N2) && N.getNode()->hasOneUse())
577 SDValue N0, SDValue N1) {
580 if (isa<ConstantSDNode>(N1)) {
585 cast<ConstantSDNode>(N1));
576 ReassociateOps(unsigned Opc, DebugLoc DL, SDValue N0, SDValue N1) argument
827 SDValue N1 = Op.getOperand(1); local
1227 SDValue N1 = N->getOperand(1); local
1353 combineShlAddConstant(DebugLoc DL, SDValue N0, SDValue N1, SelectionDAG &DAG) argument
1376 SDValue N1 = N->getOperand(1); local
1546 SDValue N1 = N->getOperand(1); local
1587 SDValue N1 = N->getOperand(1); local
1623 SDValue N1 = N->getOperand(1); local
1716 SDValue N1 = N->getOperand(1); local
1749 SDValue N1 = N->getOperand(1); local
1761 SDValue N1 = N->getOperand(1); local
1855 SDValue N1 = N->getOperand(1); local
1939 SDValue N1 = N->getOperand(1); local
1991 SDValue N1 = N->getOperand(1); local
2033 SDValue N1 = N->getOperand(1); local
2086 SDValue N1 = N->getOperand(1); local
2124 SDValue N1 = N->getOperand(1); local
2311 SDValue N0 = N->getOperand(0), N1 = N->getOperand(1); local
2430 SDValue N1 = N->getOperand(1); local
2805 MatchBSwapHWordLow(SDNode *N, SDValue N0, SDValue N1, bool DemandHighBits) argument
2972 MatchBSwapHWord(SDNode *N, SDValue N0, SDValue N1) argument
3044 SDValue N1 = N->getOperand(1); local
3368 SDValue N1 = N->getOperand(1); local
3566 SDValue N1 = N->getOperand(1); local
3696 SDValue N1 = N->getOperand(1); local
3841 SDValue N1 = N->getOperand(1); local
4084 SDValue N1 = N->getOperand(1); local
4169 SDValue N1 = N->getOperand(1); local
5187 SDValue N1 = N->getOperand(1); local
5798 SDValue N1 = N->getOperand(1); local
6003 SDValue N1 = N->getOperand(1); local
6095 SDValue N1 = N->getOperand(1); local
6159 SDValue N1 = N->getOperand(1); local
6238 SDValue N1 = N->getOperand(1); local
6292 SDValue N1 = N->getOperand(1); local
6306 SDValue N1 = N->getOperand(1); local
6481 SDValue N1 = N->getOperand(1); local
6700 SDValue N1 = N->getOperand(1); local
9031 SDValue N1 = N->getOperand(1); 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
9799 SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond, DebugLoc DL, bool foldBooleans) argument
[all...]
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);
1302 SDValue SelectionDAG::getVectorShuffle(EVT VT, DebugLoc dl, SDValue N1, argument
1304 assert(N1.getValueType() == N2.getValueType() && "Invalid VECTOR_SHUFFLE");
1305 assert(VT.isVector() && N1.getValueType().isVector() &&
1307 assert(VT.getVectorElementType() == N1.getValueType().getVectorElementType()
1311 if (N1
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
4792 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1) 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 DTargetLowering.cpp1067 TargetLowering::SimplifySetCC(EVT VT, SDValue N0, SDValue N1, argument
1084 return DAG.getSetCC(dl, VT, N1, N0, ISD::getSetCCSwappedOperands(Cond));
1086 if (ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1.getNode())) {
1350 return DAG.getSetCC(dl, VT, Val, N1,
1408 DAG.getConstant(C1-1, N1.getValueType()),
1416 DAG.getConstant(C1+1, N1.getValueType()),
1431 return DAG.getSetCC(dl, VT, N0, N1, ISD::SETNE);
1434 return DAG.getSetCC(dl, VT, N0, N1, ISD::SETNE);
1454 DAG.getConstant(0, N1.getValueType()),
1462 N1
1839 SDValue N1 = N->getOperand(0); local
[all...]
/external/ceres-solver/include/ceres/
H A Dgradient_checker.h65 int M = 0, int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0>
133 if (N1) {
134 CHECK_EQ(N1, block_sizes[1]);
177 NumericDiffCostFunction<CostFunctionToProbe, CENTRAL, M, N0, N1, N2, N3, N4>
/external/clang/test/Sema/
H A Dwarn-duplicate-enum.c88 N1, enumerator in enum:__anon4814
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp2-0x.cpp35 namespace N1 { namespace
81 namespace N1 { namespace
131 namespace N1 { namespace
160 namespace N1 { namespace
196 namespace N1 { namespace
228 namespace N1 { namespace
H A Dexamples.cpp113 namespace N1 { namespace in namespace:PR9482
120 typedef N1::S<int> X;
123 namespace N1 { namespace in namespace:PR9482
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp120 SDNode *SelectIndexedBinOp(SDNode *Op, SDValue N1, SDValue N2,
354 SDValue N1, SDValue N2,
356 if (N1.getOpcode() == ISD::LOAD &&
357 N1.hasOneUse() &&
358 IsLegalToFold(N1, Op, Op, OptLevel)) {
359 LoadSDNode *LD = cast<LoadSDNode>(N1);
366 MemRefs0[0] = cast<MemSDNode>(N1)->getMemOperand();
374 ReplaceUses(SDValue(N1.getNode(), 2), SDValue(ResNode, 2));
376 ReplaceUses(SDValue(N1.getNode(), 1), SDValue(ResNode, 1));
353 SelectIndexedBinOp(SDNode *Op, SDValue N1, SDValue N2, unsigned Opc8, unsigned Opc16) argument
/external/clang/test/SemaTemplate/
H A Dnested-name-spec-template.cpp70 namespace N1 { namespace
74 template<typename T> T N1::f0() { }
/external/openssl/crypto/bn/asm/
H A Dppc64-mont.pl152 $N0="f20"; $N1="f21"; $N2="f22"; $N3="f23";
347 lfd $N1,`$FRAME+104`($sp)
355 fcfid $N1,$N1
372 stfd $N1,48($nap_d)
387 fmadd $T1a,$N1,$na,$T1a
388 fmadd $T1b,$N1,$nb,$T1b
398 fmadd $T2a,$N1,$nc,$T2a
399 fmadd $T2b,$N1,$nd,$T2b
469 lfd $N1,`
[all...]
/external/ceres-solver/internal/ceres/
H A Dparameter_block_ordering_test.cc51 template <int M, int N1 = 0, int N2 = 0, int N3 = 0>
52 class DummyCostFunction: public SizedCostFunction<M, N1, N2, N3> {
H A Devaluator_test.cc54 int N0 = 0, int N1 = 0, int N2 = 0, bool kSucceeds = true>
56 : public SizedCostFunction<kNumResiduals, N0, N1, N2> {
57 typedef SizedCostFunction<kNumResiduals, N0, N1, N2> Base;
/external/clang/test/CodeGenCXX/
H A Dbitfield.cpp156 namespace N1 { namespace
H A Dreferences.cpp166 namespace N1 { namespace
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp218 SDValue N1 = N->getOperand(1); local
224 if (SelectDirectAddr(N1, Addr)) {
243 SelectADDRsi64(N1.getNode(), N1, Base, Offset):
244 SelectADDRsi(N1.getNode(), N1, Base, Offset)) {
263 SelectADDRri64(N1.getNode(), N1, Base, Offset):
264 SelectADDRri(N1.getNode(), N1, Bas
750 SDValue N1 = N->getOperand(1); local
[all...]
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h496 SDValue getVectorShuffle(EVT VT, DebugLoc dl, SDValue N1, SDValue N2,
557 SDValue getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2);
559 SDValue N1, SDValue N2, SDValue N3);
561 SDValue N1, SDValue N2, SDValue N3, SDValue N4);
563 SDValue N1, SDValue N2, SDValue N3, SDValue N4,
579 SDValue N1, SDValue N2);
581 SDValue N1, SDValue N2, SDValue N3);
583 SDValue N1, SDValue N2, SDValue N3, SDValue N4);
585 SDValue N1, SDValue N2, SDValue N3, SDValue N4,
999 SDValue FoldSetCC(EVT VT, SDValue N1,
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3596 /// vcnt: N1 = [b0 b1 b2 b3 b4 b5 b6 b7] (bi = bit-count of 8-bit element wi)
3600 /// N3=N1+N2 = [k0 k0 k1 k1 k2 k2 k3 k3] (k0 = b0+b1 = bit-count of 16-bit v0,
3608 SDValue N1 = DAG.getNode(ISD::CTPOP, DL, VT8Bit, N0); local
3609 SDValue N2 = DAG.getNode(ARMISD::VREV16, DL, VT8Bit, N1);
3610 SDValue N3 = DAG.getNode(ISD::ADD, DL, VT8Bit, N1, N2);
3651 /// N1 =+[k1 k0 k3 k2 ]
3668 SDValue N1 = DAG.getNode(ISD::ADD, DL, VT16Bit, Counts16, N0); local
3669 SDValue N2 = DAG.getNode(ARMISD::VUZP, DL, VT16Bit, N1, N1);
5221 SDNode *N1 local
5232 SDNode *N1 = N->getOperand(1).getNode(); local
5246 SDNode *N1 = Op.getOperand(1).getNode(); local
5344 LowerSDIV_v4i16(SDValue N0, SDValue N1, DebugLoc dl, SelectionDAG &DAG) argument
5387 SDValue N1 = Op.getOperand(1); local
5422 SDValue N1 = Op.getOperand(1); local
7484 SDValue N1 = N->getOperand(1); local
7577 SDValue N1 = N->getOperand(1); local
7593 AddCombineToVPADDL(SDNode *N, SDValue N0, SDValue N1, TargetLowering::DAGCombinerInfo &DCI, const ARMSubtarget *Subtarget) argument
7832 PerformADDCombineWithOperands(SDNode *N, SDValue N0, SDValue N1, TargetLowering::DAGCombinerInfo &DCI, const ARMSubtarget *Subtarget) argument
7855 SDValue N1 = N->getOperand(1); local
7871 SDValue N1 = N->getOperand(1); local
7898 SDValue N1 = N->getOperand(1); local
8259 SDValue N1 = N->getOperand(1); local
9167 SDValue N1 = N->getOperand(1); local
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp393 SDValue N1 = LD->getOperand(1); local
396 if (SelectADDRriS11_2(N1, CPTmpN1_0, CPTmpN1_1) &&
397 N1.getNode()->getValueType(0) == MVT::i32) {
457 SDValue N1 = LD->getOperand(1); local
460 if (SelectADDRriS11_2(N1, CPTmpN1_0, CPTmpN1_1) &&
461 N1.getNode()->getValueType(0) == MVT::i32) {
872 SDValue N1 = N->getOperand(1); local
873 if (N01 == N1) {
883 N1);
896 SDValue N1 local
1601 SDValue N1 = N.getOperand(1); local
[all...]
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp608 SDValue N1 = Op.getOperand(1); local
613 OtherOp = N1;
614 } else if (N1.getOpcode() == ISD::ADD) {
615 AddOp = N1;
1361 SDValue N1 = N->getOperand(1); local
1364 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
1369 return DAG.getNode(XCoreISD::LADD, dl, DAG.getVTList(VT, VT), N1, N0, N2);
1398 SDValue N1 = N->getOperand(1); local
1401 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
1437 SDValue N1 local
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2098 SDValue N1 = Node->getOperand(1); local
2107 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N1);
2171 SDValue N1 = Node->getOperand(1); local
2186 SDValue Ops[] = {N1, InFlag};
2198 SDValue N1 = Node->getOperand(1); local
2250 bool foldedLoad = TryFoldLoad(Node, N1, Tmp0, Tmp1, Tmp2, Tmp3, Tmp4);
2255 std::swap(N0, N1);
2264 SDValue Ops[] = { Tmp0, Tmp1, Tmp2, Tmp3, Tmp4, N1.getOperand(0),
2283 ReplaceUses(N1.getValue(1), Chain);
2285 SDValue Ops[] = { N1, InFla
2350 SDValue N1 = Node->getOperand(1); local
2501 SDValue N1 = Node->getOperand(1); local
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp478 Value *N1 = dyn_castFNegVal(Opnd1, IgnoreZeroSign); local
481 if (N1)
482 return BinaryOperator::CreateFMul(N0, N1);
1010 Constant *N1 = Constant::getAllOnesValue(I.getType()); local
1011 Value *Add = Builder->CreateAdd(Op1, N1);

Completed in 602 milliseconds

123