Searched refs:N1 (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DStringSwitch.h84 template<unsigned N0, unsigned N1>
85 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1],
90 template<unsigned N0, unsigned N1, unsigned N2>
91 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1],
96 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3>
97 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1],
103 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4>
104 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1],
/macosx-10.9.5/llvmCore-3425.0.33/unittests/VMCore/
H A DMDBuilderTest.cpp86 MDNode *N1 = MDHelper.createTBAANode("edoN", R); local
90 EXPECT_NE(N0, N1);
93 EXPECT_GE(N1->getNumOperands(), 2U);
96 EXPECT_TRUE(isa<MDString>(N1->getOperand(0)));
99 EXPECT_EQ(cast<MDString>(N1->getOperand(0))->getString(), "edoN");
102 EXPECT_EQ(N1->getOperand(1), R);
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp254 SDValue SimplifySelect(DebugLoc DL, SDValue N0, SDValue N1, SDValue N2);
255 SDValue SimplifySelectCC(DebugLoc DL, SDValue N0, SDValue N1, SDValue N2,
258 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
266 SDValue MatchBSwapHWordLow(SDNode *N, SDValue N0, SDValue N1,
268 SDValue MatchBSwapHWord(SDNode *N, SDValue N0, SDValue N1);
567 SDValue N0, N1, N2; local
568 if (isSetCCEquivalent(N, N0, N1, N2) && N.getNode()->hasOneUse())
574 SDValue N0, SDValue N1) {
577 if (isa<ConstantSDNode>(N1)) {
582 cast<ConstantSDNode>(N1));
573 ReassociateOps(unsigned Opc, DebugLoc DL, SDValue N0, SDValue N1) argument
824 SDValue N1 = Op.getOperand(1); local
1224 SDValue N1 = N->getOperand(1); local
1350 combineShlAddConstant(DebugLoc DL, SDValue N0, SDValue N1, SelectionDAG &DAG) argument
1373 SDValue N1 = N->getOperand(1); local
1537 SDValue N1 = N->getOperand(1); local
1578 SDValue N1 = N->getOperand(1); local
1614 SDValue N1 = N->getOperand(1); local
1703 SDValue N1 = N->getOperand(1); local
1736 SDValue N1 = N->getOperand(1); local
1748 SDValue N1 = N->getOperand(1); local
1842 SDValue N1 = N->getOperand(1); local
1926 SDValue N1 = N->getOperand(1); local
1978 SDValue N1 = N->getOperand(1); local
2020 SDValue N1 = N->getOperand(1); local
2073 SDValue N1 = N->getOperand(1); local
2111 SDValue N1 = N->getOperand(1); local
2298 SDValue N0 = N->getOperand(0), N1 = N->getOperand(1); local
2417 SDValue N1 = N->getOperand(1); local
2778 MatchBSwapHWordLow(SDNode *N, SDValue N0, SDValue N1, bool DemandHighBits) argument
2945 MatchBSwapHWord(SDNode *N, SDValue N0, SDValue N1) argument
3016 SDValue N1 = N->getOperand(1); local
3325 SDValue N1 = N->getOperand(1); local
3516 SDValue N1 = N->getOperand(1); local
3646 SDValue N1 = N->getOperand(1); local
3791 SDValue N1 = N->getOperand(1); local
4034 SDValue N1 = N->getOperand(1); local
4119 SDValue N1 = N->getOperand(1); local
5116 SDValue N1 = N->getOperand(1); local
5652 SDValue N1 = N->getOperand(1); local
5838 SDValue N1 = N->getOperand(1); local
5930 SDValue N1 = N->getOperand(1); local
5994 SDValue N1 = N->getOperand(1); local
6067 SDValue N1 = N->getOperand(1); local
6121 SDValue N1 = N->getOperand(1); local
6135 SDValue N1 = N->getOperand(1); local
6310 SDValue N1 = N->getOperand(1); local
6529 SDValue N1 = N->getOperand(1); local
8574 SDValue N1 = N->getOperand(1); local
8919 SimplifySelect(DebugLoc DL, SDValue N0, SDValue N1, SDValue N2) argument
9062 SimplifySelectCC(DebugLoc DL, SDValue N0, SDValue N1, SDValue N2, SDValue N3, ISD::CondCode CC, bool NotExtCompare) argument
9346 SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond, DebugLoc DL, bool foldBooleans) argument
[all...]
H A DSelectionDAG.cpp1300 // commuteShuffle - swaps the values of N1 and N2, and swaps all indices in
1301 // the shuffle mask M that point at N1 to point at N2, and indices that point
1302 // N2 to point at N1.
1303 static void commuteShuffle(SDValue &N1, SDValue &N2, SmallVectorImpl<int> &M) { argument
1304 std::swap(N1, N2);
1314 SDValue SelectionDAG::getVectorShuffle(EVT VT, DebugLoc dl, SDValue N1, argument
1316 assert(N1.getValueType() == N2.getValueType() && "Invalid VECTOR_SHUFFLE");
1317 assert(VT.isVector() && N1.getValueType().isVector() &&
1319 assert(VT.getVectorElementType() == N1.getValueType().getVectorElementType()
1323 if (N1
1569 FoldSetCC(EVT VT, SDValue N1, SDValue N2, ISD::CondCode Cond, DebugLoc dl) argument
2738 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2) argument
3201 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2, SDValue N3) argument
3291 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2, SDValue N3, SDValue N4) argument
3298 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2, SDValue N3, SDValue N4, SDValue N5) argument
4674 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1) argument
4680 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1, SDValue N2) argument
4686 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1, SDValue N2, SDValue N3) argument
4692 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1, SDValue N2, SDValue N3, SDValue N4) argument
4699 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1, SDValue N2, SDValue N3, SDValue N4, SDValue N5) argument
[all...]
H A DTargetLowering.cpp1910 TargetLowering::SimplifySetCC(EVT VT, SDValue N0, SDValue N1, argument
1927 return DAG.getSetCC(dl, VT, N1, N0, ISD::getSetCCSwappedOperands(Cond));
1929 if (ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1.getNode())) {
2193 return DAG.getSetCC(dl, VT, Val, N1,
2245 DAG.getConstant(C1-1, N1.getValueType()),
2253 DAG.getConstant(C1+1, N1.getValueType()),
2268 return DAG.getSetCC(dl, VT, N0, N1, ISD::SETNE);
2271 return DAG.getSetCC(dl, VT, N0, N1, ISD::SETNE);
2291 DAG.getConstant(0, N1.getValueType()),
2299 N1
2676 SDValue N1 = N->getOperand(0); local
[all...]
H A DInstrEmitter.cpp517 SDValue N1 = Node->getOperand(1);
555 AddOperand(MI, N1, 0, 0, VRBaseMap, /*IsDebug=*/false,
/macosx-10.9.5/llvmCore-3425.0.33/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
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp203 SDValue N1 = N->getOperand(1); local
209 if (SelectDirectAddr(N1, Addr)) {
238 SelectADDRsi64(N1.getNode(), N1, Base, Offset):
239 SelectADDRsi(N1.getNode(), N1, Base, Offset)) {
268 SelectADDRri64(N1.getNode(), N1, Base, Offset):
269 SelectADDRri(N1.getNode(), N1, Bas
387 SDValue N1 = N->getOperand(1); local
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFInternal.h196 /* In the following, N1 and N2 specify an inclusive range N2..N1 with N1 >= N2 */
197 #define __CFBitfieldMask(N1, N2) ((((UInt32)~0UL) << (31UL - (N1) + (N2))) >> (31UL - N1))
198 #define __CFBitfieldGetValue(V, N1, N2) (((V) & __CFBitfieldMask(N1, N2)) >> (N2))
199 #define __CFBitfieldSetValue(V, N1, N2, X) ((V) = ((V) & ~__CFBitfieldMask(N1, N
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DSelectionDAG.h499 SDValue getVectorShuffle(EVT VT, DebugLoc dl, SDValue N1, SDValue N2,
560 SDValue getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2);
562 SDValue N1, SDValue N2, SDValue N3);
564 SDValue N1, SDValue N2, SDValue N3, SDValue N4);
566 SDValue N1, SDValue N2, SDValue N3, SDValue N4,
582 SDValue N1, SDValue N2);
584 SDValue N1, SDValue N2, SDValue N3);
586 SDValue N1, SDValue N2, SDValue N3, SDValue N4);
588 SDValue N1, SDValue N2, SDValue N3, SDValue N4,
990 SDValue FoldSetCC(EVT VT, SDValue N1,
[all...]
H A DSelectionDAGNodes.h1118 ShuffleVectorSDNode(EVT VT, DebugLoc dl, SDValue N1, SDValue N2, argument
1121 InitOperands(Ops, N1, N2);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUISelLowering.cpp2215 SDValue N1 = Op.getOperand(1); local
2217 N1 = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::i16, N1);
2219 DAG.getNode(Opc, dl, MVT::i16, N0, N1));
2226 SDValue N1 = Op.getOperand(1); local
2228 N1 = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::i16, N1);
2230 DAG.getNode(Opc, dl, MVT::i16, N0, N1));
2234 SDValue N1 = Op.getOperand(1); local
2235 EVT N1VT = N1
2257 SDValue N1 = Op.getOperand(1); local
2274 SDValue N1 = Op.getOperand(1); local
2290 SDValue N1 = Op.getOperand(1); local
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/Locale/
H A Dhu_HU.pm254 N1
275 N1
548 2008-02-05T18:30:30 = 2008 N1
H A Dhu.pm112 my $quarter_format_abbreviated = [ "N1", "N2", "N3", "N4" ];
432 N1
453 N1
726 2008-02-05T18:30:30 = 2008 N1
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dio.sh326 { read -N3 a; read -N1 b;} <<!
330 [[ $b == d ]] || err_exit 'read -N1 here-document not working'
335 (print -n a; sleep 1; print -n bcde) | { read -N3 a; read -N1 b;}
337 [[ $b == d ]] || err_exit 'read -N1 from pipe not working'
358 read -u5 -N1 -t3 b || err_exit 'read -N1 from fifo timed out'
365 [[ $got == "$exp" ]] || err_exit "read -N1 from fifo failed -- expected '$exp', got '$got'"
H A Dbuiltins.sh410 { read -N3 a; read -N1 b;} <<!
416 [[ $b == $exp ]] || err_exit "read -N1 here-document failed -- expected '$exp', got '$b'"
422 #(print -n a;sleep 1; print -n bcde) | { read -N3 a; read -N1 b;}
425 #[[ $b == $exp ]] || err_exit "read -N1 from pipe failed -- expected '$exp', got '$b'"
443 # read -u5 -N1 -t2 b || err_exit 'read -N1 from fifo timedout'
448 # [[ $b == $exp ]] || err_exit "read -N1 from fifo failed -- expected '$exp', got '$b'"
493 #do read -N1 -t $delay
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp355 SDValue N1 = LD->getOperand(1); local
358 if (SelectADDRriS11_2(N1, CPTmpN1_0, CPTmpN1_1) &&
359 N1.getNode()->getValueType(0) == MVT::i32) {
419 SDValue N1 = LD->getOperand(1); local
422 if (SelectADDRriS11_2(N1, CPTmpN1_0, CPTmpN1_1) &&
423 N1.getNode()->getValueType(0) == MVT::i32) {
834 SDValue N1 = N->getOperand(1); local
835 if (N01 == N1) {
845 N1);
858 SDValue N1 local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.cpp4912 SDNode *N1 = N->getOperand(1).getNode(); local
4913 return N0->hasOneUse() && N1->hasOneUse() &&
4914 isSignExtended(N0, DAG) && isSignExtended(N1, DAG);
4923 SDNode *N1 = N->getOperand(1).getNode(); local
4924 return N0->hasOneUse() && N1->hasOneUse() &&
4925 isZeroExtended(N0, DAG) && isZeroExtended(N1, DAG);
4936 SDNode *N1 = Op.getOperand(1).getNode(); local
4940 bool isN1SExt = isSignExtended(N1, DAG);
4945 bool isN1ZExt = isZeroExtended(N1, DAG);
4957 } else if (isN0ZExt && isAddSubZExt(N1, DA
5034 LowerSDIV_v4i16(SDValue N0, SDValue N1, DebugLoc dl, SelectionDAG &DAG) argument
5077 SDValue N1 = Op.getOperand(1); local
5112 SDValue N1 = Op.getOperand(1); local
7086 SDValue N1 = N->getOperand(1); local
7179 SDValue N1 = N->getOperand(1); local
7195 AddCombineToVPADDL(SDNode *N, SDValue N0, SDValue N1, TargetLowering::DAGCombinerInfo &DCI, const ARMSubtarget *Subtarget) argument
7434 PerformADDCombineWithOperands(SDNode *N, SDValue N0, SDValue N1, TargetLowering::DAGCombinerInfo &DCI, const ARMSubtarget *Subtarget) argument
7457 SDValue N1 = N->getOperand(1); local
7473 SDValue N1 = N->getOperand(1); local
7500 SDValue N1 = N->getOperand(1); local
7861 SDValue N1 = N->getOperand(1); local
8769 SDValue N1 = N->getOperand(1); local
[all...]
H A DARMISelDAGToDAG.cpp954 SDValue N1 = N.getOperand(1); local
955 Label = CurDAG->getTargetConstant(cast<ConstantSDNode>(N1)->getZExtValue(),
2584 SDValue N0 = N->getOperand(0), N1 = N->getOperand(1); local
2585 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
2703 SDValue N1 = N->getOperand(1); local
2707 assert(N1.getOpcode() == ISD::BasicBlock);
2714 SDValue Ops[] = { N1, Tmp2, N3, Chain, InFlag };
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2093 SDValue N1 = Node->getOperand(1); local
2102 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N1);
2166 SDValue N1 = Node->getOperand(1); local
2181 SDValue Ops[] = {N1, InFlag};
2193 SDValue N1 = Node->getOperand(1); local
2245 bool foldedLoad = TryFoldLoad(Node, N1, Tmp0, Tmp1, Tmp2, Tmp3, Tmp4);
2250 std::swap(N0, N1);
2259 SDValue Ops[] = { Tmp0, Tmp1, Tmp2, Tmp3, Tmp4, N1.getOperand(0),
2278 ReplaceUses(N1.getValue(1), Chain);
2280 SDValue Ops[] = { N1, InFla
2345 SDValue N1 = Node->getOperand(1); local
2496 SDValue N1 = Node->getOperand(1); local
2684 SDValue N1 = Node->getOperand(1); local
2727 SDValue N1 = Node->getOperand(1); local
[all...]
H A DX86ISelLowering.cpp7095 SDValue N1 = Op.getOperand(1); local
7113 if (N1.getValueType() != MVT::i32)
7114 N1 = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, N1);
7117 return DAG.getNode(Opc, dl, VT, N0, N1, N2);
7131 N1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, MVT::v4f32, N1);
7132 return DAG.getNode(X86ISD::INSERTPS, dl, VT, N0, N1, N2);
7149 SDValue N1 = Op.getOperand(1); local
7165 V = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, V.getValueType(), V, N1,
14666 SDValue N1 = N->getOperand(1); local
14846 SDValue N1 = N->getOperand(1); local
14959 SDValue N1 = N->getOperand(1); local
15000 SDValue N1 = N->getOperand(1); local
15031 SDValue N1 = N->getOperand(1); local
15175 SDValue N1 = N->getOperand(1); local
15226 SDValue N1 = N->getOperand(1); local
16380 SDValue N1 = Op.getOperand(1); local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreISelLowering.cpp607 SDValue N1 = Op.getOperand(1); local
612 OtherOp = N1;
613 } else if (N1.getOpcode() == ISD::ADD) {
614 AddOp = N1;
1345 SDValue N1 = N->getOperand(1); local
1348 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
1353 return DAG.getNode(XCoreISD::LADD, dl, DAG.getVTList(VT, VT), N1, N0, N2);
1382 SDValue N1 = N->getOperand(1); local
1385 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
1421 SDValue N1 local
[all...]
/macosx-10.9.5/CPANInternal-140/Tree-DAG_Node/lib/Tree/
H A DDAG_Node.pm421 $mother's C<daughter> list. Making a node N1 the daughter of another
422 node N2 also means that N1's C<mother> attribute is "automatically" set
423 to N2; it also means that N1 stops being anything else's daughter as
427 you try to take one of a a node N1's ancestors and make it also a
428 daughter of N1, a fatal error results. A fatal error results if
431 If you try to make N1 a daughter of N2, but it's B<already> a daughter
794 $N1 = ($node->daughters)[0]; # first daughter of $node
795 $N2 = ($N1->daughters)[0]; # first daughter of $N1;
797 $node->replace_with($N1,
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1959 TreePatternNode *N1 = Nodes[i], *N2 = Nodes[i+1]; local
1960 assert(N1->getNumTypes() == 1 && N2->getNumTypes() == 1 &&
1963 MadeChange |= N1->UpdateNodeType(0, N2->getExtType(0), *this);
1964 MadeChange |= N2->UpdateNodeType(0, N1->getExtType(0), *this);
2387 const TreePatternNode *N1 = N->getChild(1); local
2388 if (N1->isLeaf())
2390 if (N1->getNumChildren() != 1 || !N1->getChild(0)->isLeaf())
2393 const SDNodeInfo &OpInfo = CDP.getSDNodeInfo(N1->getOperator());
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp645 Constant *N1 = Constant::getAllOnesValue(I.getType()); local
646 Value *Add = Builder->CreateAdd(Op1, N1);

Completed in 526 milliseconds

12