Home
last modified time | relevance | path

Searched refs:N2 (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DMatchContext.h121 SDValue N2) { in getNode() argument
125 return DAG.getNode(VPOpcode, DL, VT, {N1, N2, RootMaskOp, RootVectorLenOp}); in getNode()
129 SDValue N2, SDValue N3) { in getNode() argument
134 {N1, N2, N3, RootMaskOp, RootVectorLenOp}); in getNode()
147 SDValue N2, SDNodeFlags Flags) { in getNode() argument
151 return DAG.getNode(VPOpcode, DL, VT, {N1, N2, RootMaskOp, RootVectorLenOp}, in getNode()
156 SDValue N2, SDValue N3, SDNodeFlags Flags) { in getNode() argument
161 {N1, N2, N3, RootMaskOp, RootVectorLenOp}, Flags); in getNode()
H A DSelectionDAG.cpp2137 static void commuteShuffle(SDValue &N1, SDValue &N2, MutableArrayRef<int> M) { in commuteShuffle() argument
2138 std::swap(N1, N2); in commuteShuffle()
2143 SDValue N2, ArrayRef<int> Mask) { in getVectorShuffle() argument
2146 assert(VT == N1.getValueType() && VT == N2.getValueType() && in getVectorShuffle()
2150 if (N1.isUndef() && N2.isUndef()) in getVectorShuffle()
2164 if (N1 == N2) { in getVectorShuffle()
2165 N2 = getUNDEF(VT); in getVectorShuffle()
2172 commuteShuffle(N1, N2, MaskVec); in getVectorShuffle()
2200 if (auto *N2BV = dyn_cast<BuildVectorSDNode>(N2)) in getVectorShuffle()
2207 bool N2Undef = N2.isUndef(); in getVectorShuffle()
[all …]
H A DDAGCombiner.cpp594 SDValue SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2);
596 SDValue N2, SDValue N3, ISD::CondCode CC,
599 const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2, SDValue N3,
603 SDValue N2, SDValue N3, ISD::CondCode CC);
1023 SDValue N0, N1, N2; in isOneUseSetCC() local
1024 if (isSetCCEquivalent(N, N0, N1, N2) && N->hasOneUse()) in isOneUseSetCC()
5889 static SDValue isSaturatingMinMax(SDValue N0, SDValue N1, SDValue N2, in isSaturatingMinMax() argument
5892 auto isSignedMinMax = [&](SDValue N0, SDValue N1, SDValue N2, SDValue N3, in isSaturatingMinMax()
5896 if (N0 != N2 && (N2.getOpcode() != ISD::TRUNCATE || N0 != N2.getOperand(0))) in isSaturatingMinMax()
5911 unsigned Opcode0 = isSignedMinMax(N0, N1, N2, N3, CC); in isSaturatingMinMax()
[all …]
/freebsd/contrib/llvm-project/libc/src/__support/StringUtil/
H A Dmessage_mapper.h91 template <size_t N1, size_t N2>
92 constexpr MsgTable<N1 + N2> operator+(const MsgTable<N1> &t1,
93 const MsgTable<N2> &t2) {
94 MsgTable<N1 + N2> res{};
97 for (size_t i = 0; i < N2; ++i)
/freebsd/crypto/openssl/crypto/bn/asm/
H A Darmv4-mont.pl302 my ($N0,$N1,$N2,$N3)=map("d$_",(4..7));
363 vmlal.u32 @ACC[4],$Ni,${N2}[0]
365 vmlal.u32 @ACC[5],$Ni,${N2}[1]
411 vmlal.u32 @ACC[4],$Ni,${N2}[0]
413 vmlal.u32 @ACC[5],$Ni,${N2}[1]
506 vmlal.u32 @ACC[4],$Ni,${N2}[0]
508 vmlal.u32 @ACC[5],$Ni,${N2}[1]
542 vmlal.u32 @ACC[4],$Ni,${N2}[0]
544 vmlal.u32 @ACC[5],$Ni,${N2}[1]
581 vmlal.u32 @ACC[4],$Ni,${N2}[0]
[all …]
H A Dppc64-mont.pl176 $N0="f20"; $N1="f21"; $N2="f22"; $N3="f23";
400 lfd $N2,`$FRAME+112`($sp)
408 fcfid $N2,$N2
427 stfd $N2,56($nap_d) ; save n[j+1] in double format
441 fmadd $T2a,$N2,$na,$T2a
442 fmadd $T2b,$N2,$nb,$T2b
452 fmadd $T3a,$N2,$nc,$T3a
453 fmadd $T3b,$N2,$nd,$T3b
538 lfd $N2,`$FRAME+112`($sp)
546 fcfid $N2,$N2
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSDNodeInfoEmitter.cpp55 const SDNodeInfo &N2) { in haveCompatibleDescriptions() argument
57 if (N1.getNumResults() != N2.getNumResults() || in haveCompatibleDescriptions()
58 N1.getNumOperands() != N2.getNumOperands()) in haveCompatibleDescriptions()
62 if (N1.isStrictFP() != N2.isStrictFP() || N1.getTSFlags() != N2.getTSFlags()) in haveCompatibleDescriptions()
72 return (N1.getProperties() & PropMask) == (N2.getProperties() & PropMask); in haveCompatibleDescriptions()
/freebsd/share/examples/netgraph/
H A Dvirtual.chain231 M4=`od -An -N2 -i /dev/random | sed -e 's/ //g' | \
233 M5=`od -An -N2 -i /dev/random | sed -e 's/ //g' | \
235 M6=`od -An -N2 -i /dev/random | sed -e 's/ //g' | \
H A Dvirtual.lan224 M4=`od -An -N2 -i /dev/random | sed -e 's/ //g' | \
226 M5=`od -An -N2 -i /dev/random | sed -e 's/ //g' | \
228 M6=`od -An -N2 -i /dev/random | sed -e 's/ //g' | \
/freebsd/sys/contrib/libsodium/test/default/
H A Dpwhash_scrypt_ll.c13 static const uint64_t N2 = 1024U; variable
55 tv(passwd2, salt2, N2, r2, p2); in main()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelDAGToDAG.cpp204 SDValue N2 = Node->getOperand(2); in Select() local
205 SDNode *SSL = CurDAG->getMachineNode(Xtensa::SSL, DL, MVT::Glue, N2); in Select()
214 SDValue N2 = Node->getOperand(2); in Select() local
215 SDNode *SSR = CurDAG->getMachineNode(Xtensa::SSR, DL, MVT::Glue, N2); in Select()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp81 bool operator()(const GepNode *N1, const GepNode *N2) const { in operator ()()
82 auto F1 = Map.find(N1), F2 = Map.find(N2); in operator ()()
472 static NodePair node_pair(GepNode *N1, GepNode *N2) { in node_pair() argument
474 uintptr_t P2 = reinterpret_cast<uintptr_t>(N2); in node_pair()
476 return std::make_pair(N1, N2); in node_pair()
477 return std::make_pair(N2, N1); in node_pair()
488 static bool node_eq(GepNode *N1, GepNode *N2, NodePairSet &Eq, in node_eq() argument
492 if (node_hash(N1) != node_hash(N2)) in node_eq()
495 NodePair NP = node_pair(N1, N2); in node_eq()
505 bool Different = (N1->Flags & CmpFlags) != (N2->Flags & CmpFlags); in node_eq()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h105 bool isMatchingAllowed(const Node &N1, const Node &N2) const { in isMatchingAllowed()
106 return N1.getType().isSame(N2.getType()); in isMatchingAllowed()
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-g12b-odroid-n2.dts14 model = "Hardkernel ODROID-N2";
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DScheduler.h33 bool operator()(const DGNode *N1, const DGNode *N2) { in operator()
38 auto *I2 = N2->getInstruction(); in operator()
/freebsd/tools/test/stress2/misc/
H A Dsnap5.sh49 r=`head -c4 /dev/random | od -N2 -tu4 | sed -ne '1s/ *$//;1s/.* //p'`
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1510 SDValue N2 = N->getOperand(2); in PerformDAGCombine() local
1517 return DAG.getNode(XCoreISD::LADD, dl, DAG.getVTList(VT, VT), N1, N0, N2); in PerformDAGCombine()
1522 SDValue Result = DAG.getNode(ISD::AND, dl, VT, N2, in PerformDAGCombine()
1533 KnownBits Known = DAG.computeKnownBits(N2); in PerformDAGCombine()
1536 SDValue Result = DAG.getNode(ISD::ADD, dl, VT, N0, N2); in PerformDAGCombine()
1546 SDValue N2 = N->getOperand(2); in PerformDAGCombine() local
1555 KnownBits Known = DAG.computeKnownBits(N2); in PerformDAGCombine()
1557 SDValue Borrow = N2; in PerformDAGCombine()
1559 DAG.getConstant(0, dl, VT), N2); in PerformDAGCombine()
1570 KnownBits Known = DAG.computeKnownBits(N2); in PerformDAGCombine()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp111 bool tryIndexedBinOp(SDNode *Op, SDValue N1, SDValue N2, unsigned Opc8,
354 bool MSP430DAGToDAGISel::tryIndexedBinOp(SDNode *Op, SDValue N1, SDValue N2, in tryIndexedBinOp() argument
366 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() }; in tryIndexedBinOp()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h866 SDValue N2, ArrayRef<int> Mask);
1217 SDValue N2);
1219 SDValue N2, SDValue N3);
1226 SDValue N2, const SDNodeFlags Flags);
1228 SDValue N2, SDValue N3, const SDNodeFlags Flags);
1230 SDValue N2, SDValue N3, SDValue N4);
1232 SDValue N2, SDValue N3, SDValue N4,
1235 SDValue N2, SDValue N3, SDValue N4, SDValue N5);
1237 SDValue N2, SDValue N3, SDValue N4, SDValue N5,
1246 SDValue N1, SDValue N2);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp277 const MachineInstr &MI2, unsigned N2) const;
400 unsigned N2) const { in getAddrDispShift()
402 const MachineOperand &Op2 = MI2.getOperand(N2 + X86::AddrDisp); in getAddrDispShift()
/freebsd/contrib/pam_modules/pam_passwdqc/
H A DREADME21 min=N0,N1,N2,N3,N4 [min=disabled,24,12,8,7]
37 N2 is used for passphrases. A passphrase must consist of sufficient
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DDependencyGraph.cpp652 sort(Nodes, [](DGNode *N1, DGNode *N2) { in print() argument
653 return N1->getInstruction()->comesBefore(N2->getInstruction()); in print()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_wwv.c439 #define N2 (N15 / 2) /* space (-1) */ macro
442 {N2, N2, 0, 0}, /* 0 */
443 {P2, N2, 0, 0}, /* 1 */
444 {N2, P2, 0, 0}, /* 2 */
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedOryon.td1496 "^SQ(ABS|NEG)v", "^SQ(XT|XTU)(N|N2)v",
1498 "^UQXT(N|N2)v", "^XTN2?v")>;
1500 def : InstRW<[ORYONWrite_3Cyc_FP0123], (instregex "^FCVT(L|L2|N|N2|XN|XN2)v",
1539 def : InstRW<[ORYONWrite_2Cyc_FP0123], (instregex "^RSHR(N|N2)v", "^SHLv",
1540 "^(SHL|SHR)(N|N2)v",
1542 "^(SQ|SQR)SHR(U)?(N|N2)v",
1543 "^(UQ|UQR)SHR(N|N2)v",
1656 def : InstRW<[ORYONWrite_3Cyc_FP0123], (instregex "^BFCVT(N|N2)?$")>;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp635 const TemplateName &N2) { in IsStructurallyEquivalent() argument
637 TemplateDecl *TemplateDeclN2 = N2.getAsTemplateDecl(); in IsStructurallyEquivalent()
642 if (N1.getKind() != N2.getKind()) in IsStructurallyEquivalent()
646 else if (N1.getKind() != N2.getKind()) in IsStructurallyEquivalent()
654 *OS2 = N2.getAsOverloadedTemplate(); in IsStructurallyEquivalent()
671 *N2.getAsDependentTemplateName()); in IsStructurallyEquivalent()
676 *P2 = N2.getAsSubstTemplateTemplateParmPack(); in IsStructurallyEquivalent()

123