Searched defs:N1 (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp353 SelectIndexedBinOp(SDNode *Op, SDValue N1, SDValue N2, unsigned Opc8, unsigned Opc16) argument
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp221 SDValue N1 = N->getOperand(1); local
1033 SDValue N1 = N->getOperand(1); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp184 ShuffleWithNarrowerEltType(EVT NVT, EVT VT, DebugLoc dl, SDValue N1, SDValue N2, ArrayRef<int> Mask) const argument
H A DTargetLowering.cpp1067 TargetLowering::SimplifySetCC(EVT VT, SDValue N0, SDValue N1, argument
1839 SDValue N1 = N->getOperand(0); local
[all...]
H A DSelectionDAG.cpp1291 static void commuteShuffle(SDValue &N1, SDValue &N2, SmallVectorImpl<int> &M) { argument
1302 SDValue SelectionDAG::getVectorShuffle(EVT VT, DebugLoc dl, SDValue N1, argument
1557 FoldSetCC(EVT VT, SDValue N1, SDValue N2, ISD::CondCode Cond, DebugLoc dl) argument
2796 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2) argument
3259 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2, SDValue N3) argument
3349 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2, SDValue N3, SDValue N4) argument
3356 getNode(unsigned Opcode, DebugLoc DL, EVT VT, SDValue N1, SDValue N2, SDValue N3, SDValue N4, SDValue N5) argument
4796 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1) argument
4802 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1, SDValue N2) argument
4808 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1, SDValue N2, SDValue N3) argument
4814 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1, SDValue N2, SDValue N3, SDValue N4) argument
4821 getNode(unsigned Opcode, DebugLoc DL, SDVTList VTList, SDValue N1, SDValue N2, SDValue N3, SDValue N4, SDValue N5) argument
[all...]
H A DSelectionDAGBuilder.cpp1074 SDValue N1 = NodeMap[V]; local
H A DDAGCombiner.cpp570 SDValue N0, N1, N2; local
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
4209 SDValue N1 = N->getOperand(1); local
5229 SDValue N1 = N->getOperand(1); local
5840 SDValue N1 = N->getOperand(1); local
6057 SDValue N1 = N->getOperand(1); local
6149 SDValue N1 = N->getOperand(1); local
6213 SDValue N1 = N->getOperand(1); local
6292 SDValue N1 = N->getOperand(1); local
6346 SDValue N1 = N->getOperand(1); local
6360 SDValue N1 = N->getOperand(1); local
6535 SDValue N1 = N->getOperand(1); local
6754 SDValue N1 = N->getOperand(1); local
9236 SDValue N1 = N->getOperand(1); local
9273 SDValue N1 = N->getOperand(1); local
9566 SimplifySelect(DebugLoc DL, SDValue N0, SDValue N1, SDValue N2) argument
9711 SimplifySelectCC(DebugLoc DL, SDValue N0, SDValue N1, SDValue N2, SDValue N3, ISD::CondCode CC, bool NotExtCompare) argument
9999 SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond, DebugLoc DL, bool foldBooleans) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp478 Value *N1 = dyn_castFNegVal(Opnd1, IgnoreZeroSign); local
1039 Constant *N1 = Constant::getAllOnesValue(I.getType()); local
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp444 SDValue N1 = LD->getOperand(1); local
508 SDValue N1 = LD->getOperand(1); local
922 SDValue N1 = N->getOperand(1); local
946 SDValue N1 local
1652 SDValue N1 = N.getOperand(1); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp560 SDValue N1 = Op.getOperand(1); local
1313 SDValue N1 = N->getOperand(1); local
1350 SDValue N1 = N->getOperand(1); local
1389 SDValue N1 local
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1122 ShuffleVectorSDNode(EVT VT, DebugLoc dl, SDValue N1, SDValue N2, argument
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1930 const SCEV *N1 = collectUpperBound(Loop1, A1->getType()); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp357 SDValue N1 = N->getOperand(1); local
1041 SDValue N1 = N.getOperand(1); local
2702 SDValue N0 = N->getOperand(0), N1 = N->getOperand(1); local
2820 SDValue N1 = N->getOperand(1); local
[all...]
H A DARMISelLowering.cpp3749 SDValue N1 = DAG.getNode(ISD::CTPOP, DL, VT8Bit, N0); local
3809 SDValue N1 = DAG.getNode(ISD::ADD, DL, VT16Bit, Counts16, N0); local
5369 SDNode *N1 local
5380 SDNode *N1 = N->getOperand(1).getNode(); local
5394 SDNode *N1 = Op.getOperand(1).getNode(); local
5492 LowerSDIV_v4i16(SDValue N0, SDValue N1, DebugLoc dl, SelectionDAG &DAG) argument
5535 SDValue N1 = Op.getOperand(1); local
5570 SDValue N1 = Op.getOperand(1); local
7635 SDValue N1 = N->getOperand(1); local
7728 SDValue N1 = N->getOperand(1); local
7744 AddCombineToVPADDL(SDNode *N, SDValue N0, SDValue N1, TargetLowering::DAGCombinerInfo &DCI, const ARMSubtarget *Subtarget) argument
7983 PerformADDCombineWithOperands(SDNode *N, SDValue N0, SDValue N1, TargetLowering::DAGCombinerInfo &DCI, const ARMSubtarget *Subtarget) argument
8006 SDValue N1 = N->getOperand(1); local
8022 SDValue N1 = N->getOperand(1); local
8049 SDValue N1 = N->getOperand(1); local
8410 SDValue N1 = N->getOperand(1); local
9318 SDValue N1 = N->getOperand(1); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2097 SDValue N1 = Node->getOperand(1); local
2170 SDValue N1 = Node->getOperand(1); local
2197 SDValue N1 = Node->getOperand(1); local
2348 SDValue N1 = Node->getOperand(1); local
2497 SDValue N1 = Node->getOperand(1); local
[all...]
H A DX86ISelLowering.cpp7264 SDValue N1 = Op.getOperand(1); local
7318 SDValue N1 = Op.getOperand(1); local
16218 SDValue N1 = N->getOperand(1); local
16283 SDValue N1 = N->getOperand(1); local
16404 SDValue N1 = Narrow->getOperand(1); local
16476 SDValue N1 = N->getOperand(1); local
16510 SDValue N1 = N->getOperand(1); local
16540 SDValue N1 = N->getOperand(1); local
16690 SDValue N1 = N->getOperand(1); local
16740 SDValue N1 = N->getOperand(1); local
17427 SDValue N1 = N->getOperand(1); local
17954 SDValue N1 = Op.getOperand(1); local
[all...]
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2081 TreePatternNode *N1 = Nodes[i], *N2 = Nodes[i+1]; local
2503 const TreePatternNode *N1 = N->getChild(1); local
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dada-lang.c2525 mangled_ordered_before(char *N0, char *N1) argument
[all...]

Completed in 507 milliseconds