Searched refs:N2 (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-12-stable/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);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h118 bool isMatchingAllowed(const Node &N1, const Node &N2) const {
119 return N1.getType().isSame(N2.getType());
/freebsd-12-stable/share/examples/netgraph/
H A Dvirtual.chain232 M4=`od -An -N2 -i /dev/random | sed -e 's/ //g' | \
234 M5=`od -An -N2 -i /dev/random | sed -e 's/ //g' | \
236 M6=`od -An -N2 -i /dev/random | sed -e 's/ //g' | \
H A Dvirtual.lan225 M4=`od -An -N2 -i /dev/random | sed -e 's/ //g' | \
227 M5=`od -An -N2 -i /dev/random | sed -e 's/ //g' | \
229 M6=`od -An -N2 -i /dev/random | sed -e 's/ //g' | \
/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
H A Darmv4-mont.pl295 my ($N0,$N1,$N2,$N3)=map("d$_",(4..7));
356 vmlal.u32 @ACC[4],$Ni,${N2}[0]
358 vmlal.u32 @ACC[5],$Ni,${N2}[1]
404 vmlal.u32 @ACC[4],$Ni,${N2}[0]
406 vmlal.u32 @ACC[5],$Ni,${N2}[1]
499 vmlal.u32 @ACC[4],$Ni,${N2}[0]
501 vmlal.u32 @ACC[5],$Ni,${N2}[1]
535 vmlal.u32 @ACC[4],$Ni,${N2}[0]
537 vmlal.u32 @ACC[5],$Ni,${N2}[1]
574 vmlal.u32 @ACC[4],$Ni,${N2}[
[all...]
H A Dppc64-mont.pl172 $N0="f20"; $N1="f21"; $N2="f22"; $N3="f23";
399 lfd $N2,`$FRAME+112`($sp)
407 fcfid $N2,$N2
426 stfd $N2,56($nap_d) ; save n[j+1] in double format
440 fmadd $T2a,$N2,$na,$T2a
441 fmadd $T2b,$N2,$nb,$T2b
451 fmadd $T3a,$N2,$nc,$T3a
452 fmadd $T3b,$N2,$nd,$T3b
538 lfd $N2,`
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlundump.c187 #define N2 N1+2 macro
188 #define N3 N2+6
199 if (memcmp(h,s,N2)!=0) error(S,"version mismatch in");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp86 bool operator()(const GepNode *N1, const GepNode *N2) const {
87 auto F1 = Map.find(N1), F2 = Map.find(N2);
484 static NodePair node_pair(GepNode *N1, GepNode *N2) { argument
485 uintptr_t P1 = uintptr_t(N1), P2 = uintptr_t(N2);
487 return std::make_pair(N1, N2);
488 return std::make_pair(N2, N1);
499 static bool node_eq(GepNode *N1, GepNode *N2, NodePairSet &Eq, argument
503 if (node_hash(N1) != node_hash(N2))
506 NodePair NP = node_pair(N1, N2);
515 bool Root2 = N2
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp116 bool tryIndexedBinOp(SDNode *Op, SDValue N1, SDValue N2, unsigned Opc8,
350 bool MSP430DAGToDAGISel::tryIndexedBinOp(SDNode *Op, SDValue N1, SDValue N2, argument
362 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() };
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1600 /// Swaps the values of N1 and N2. Swaps all indices in the shuffle mask M that
1601 /// point at N1 to point at N2 and indices that point at N2 to point at N1.
1602 static void commuteShuffle(SDValue &N1, SDValue &N2, MutableArrayRef<int> M) {
1603 std::swap(N1, N2);
1608 SDValue N2, ArrayRef<int> Mask) {
1611 assert(VT == N1.getValueType() && VT == N2.getValueType() &&
1615 if (N1.isUndef() && N2.isUndef())
1629 if (N1 == N2) {
1630 N2
[all...]
H A DDAGCombiner.cpp507 SDValue SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2);
509 SDValue N2, SDValue N3, ISD::CondCode CC,
512 const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2, SDValue N3,
515 SDValue N2, SDValue N3, ISD::CondCode CC);
844 SDValue N0, N1, N2; local
845 if (isSetCCEquivalent(N, N0, N1, N2) && N.getNode()->hasOneUse())
8128 SDValue N2 = N->getOperand(2); local
8136 N2, APInt(N2.getScalarValueSizeInBits(), BitWidth - 1)))
8144 if (ConstantSDNode *Cst = isConstOrConstSplat(N2)) {
8406 SDValue N2 = N->getOperand(2); local
8514 SDValue N2 = N->getOperand(2); local
8816 SDValue N2 = N->getOperand(2); local
8877 SDValue N2 = N->getOperand(2); local
8992 SDValue N2 = N->getOperand(2); local
12540 SDValue N2 = N->getOperand(2); local
13530 SDValue N2 = N->getOperand(2); local
19577 SDValue N2 = N->getOperand(2); local
20009 SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2) argument
20234 foldSelectCCToShiftAnd(const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2, SDValue N3, ISD::CondCode CC) argument
20309 convertSelectOfFPConstantsToLoadOffset( const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2, SDValue N3, ISD::CondCode CC) argument
20364 SimplifySelectCC(const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2, SDValue N3, ISD::CondCode CC, bool NotExtCompare) argument
[all...]
H A DInstrEmitter.cpp552 SDValue N2 = Node->getOperand(2);
553 unsigned SubIdx = cast<ConstantSDNode>(N2)->getZExtValue();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1637 SDValue N2 = N->getOperand(2); local
1644 return DAG.getNode(XCoreISD::LADD, dl, DAG.getVTList(VT, VT), N1, N0, N2);
1649 SDValue Result = DAG.getNode(ISD::AND, dl, VT, N2,
1660 KnownBits Known = DAG.computeKnownBits(N2);
1663 SDValue Result = DAG.getNode(ISD::ADD, dl, VT, N0, N2);
1673 SDValue N2 = N->getOperand(2); local
1682 KnownBits Known = DAG.computeKnownBits(N2);
1684 SDValue Borrow = N2;
1686 DAG.getConstant(0, dl, VT), N2);
1697 KnownBits Known = DAG.computeKnownBits(N2);
1710 SDValue N2 = N->getOperand(2); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h751 SDValue getVectorShuffle(EVT VT, const SDLoc &dl, SDValue N1, SDValue N2,
936 SDValue N2, const SDNodeFlags Flags = SDNodeFlags());
938 SDValue N2, SDValue N3,
941 SDValue N2, SDValue N3, SDValue N4);
943 SDValue N2, SDValue N3, SDValue N4, SDValue N5);
950 SDValue N2);
952 SDValue N2, SDValue N3);
954 SDValue N2, SDValue N3, SDValue N4);
956 SDValue N2, SDValue N3, SDValue N4, SDValue N5);
1467 const SDNode *N2);
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp276 /// are specified through \p N1 and \p N2.
278 const MachineInstr &MI2, unsigned N2) const;
398 // passed through \p N1 and \p N2.
402 unsigned N2) const {
404 const MachineOperand &Op2 = MI2.getOperand(N2 + X86::AddrDisp);
H A DX86ISelDAGToDAG.cpp3672 SDValue N2 = Node->getOperand(2); local
3679 if (MayFoldLoad && tryFoldLoad(Node, N2, Tmp0, Tmp1, Tmp2, Tmp3, Tmp4)) {
3681 N2.getOperand(0), InFlag };
3686 ReplaceUses(N2.getValue(1), SDValue(CNode, 2));
3688 CurDAG->setNodeMemRefs(CNode, {cast<LoadSDNode>(N2)->getMemOperand()});
3692 SDValue Ops[] = { N0, N2, Imm, InFlag };
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp760 const Node &N2 = T2.getNode(Id2); local
761 if (N1.Children.size() != N2.Children.size() ||
766 if (!identical(N1.Children[Id], N2.Children[Id]))
947 Node &N2 = T2.getMutableNode(Id2); local
953 N1.Change = N2.Change = Move;
956 N1.Change = N2.Change = (N1.Change == Move ? UpdateMove : Update);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp237 const TemplateName &N2) {
239 TemplateDecl *TemplateDeclN2 = N2.getAsTemplateDecl();
244 if (N1.getKind() != N2.getKind())
248 else if (N1.getKind() != N2.getKind())
256 *OS2 = N2.getAsOverloadedTemplate();
273 *DN2 = N2.getAsDependentTemplateName();
288 *P2 = N2.getAsSubstTemplateTemplateParmPack();
235 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, const TemplateName &N1, const TemplateName &N2) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1912 SDValue N2;
1920 N2 = N->getOperand(3);
1928 N2 = N->getOperand(5);
1950 if (SelectDirectAddr(N2, Addr)) {
1970 } else if (PointerSize == 64 ? SelectADDRsi64(N2.getNode(), N2, Base, Offset)
1971 : SelectADDRsi(N2.getNode(), N2, Base, Offset)) {
1992 } else if (PointerSize == 64 ? SelectADDRri64(N2.getNode(), N2, Bas
[all...]
/freebsd-12-stable/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-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2008 // 0 <= i <= N1 and some 0 <= j <= N2, where N1 and N2 are the (normalized)
2019 // a1*0 - a2*N2 <= c2 - c1 <= a1*N1 - a2*0
2020 // -a2*N2 <= c2 - c1 <= a1*N1
2023 // a1*0 - a2*0 <= c2 - c1 <= a1*N1 - a2*N2
2024 // 0 <= c2 - c1 <= a1*N1 - a2*N2
2027 // a1*N1 - a2*N2 <= c2 - c1 <= a1*0 - a2*0
2028 // a1*N1 - a2*N2 <= c2 - c1 <= 0
2031 // a1*N1 - a2*0 <= c2 - c1 <= a1*0 - a2*N2
2032 // a1*N1 <= c2 - c1 <= -a2*N2
2047 const SCEV *N2 = collectUpperBound(Loop2, A1->getType()); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1356 SDValue N2 = N->getOperand(2); local
1359 OtherOp = N2;
1362 if (isZeroOrAllOnes(N2, AllOnes)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1637 NodeSet &N2 = NodeSets[j]; local
1638 if (N1.compareRecMII(N2) != 0)
1641 if (N2.empty() || !succ_L(N2, S2))
1645 N2.setColocate(Colocate);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp1375 // (add N2, N3) -> addr64, or
1376 // (add (add N2, N3), C1) -> addr64
1377 SDValue N2 = N0.getOperand(0); local
1381 if (N2->isDivergent()) {
1383 // Both N2 and N3 are divergent. Use N0 (the result of the add) as the
1388 // N2 is divergent, N3 is not.
1390 VAddr = N2;
1393 // N2 is not divergent.
1394 Ptr = N2;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8679 SDValue N2; local
8691 N2 = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, MVT::v4f32,
8696 N1, N2);
8697 N2 = DAG.getNode(ISD::FMUL, dl, MVT::v4f32, N1, N2);
8702 N0 = DAG.getNode(ISD::FMUL, dl, MVT::v4f32, N0, N2);
8723 SDValue N2, N3; local
8729 N2 = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, MVT::v4i16, N0,
8739 N2 = LowerSDIV_v4i8(N2, N
8760 SDValue N2, N3; local
10988 SDValue N2 = N->getOperand(2); local
[all...]

Completed in 686 milliseconds

12