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

12

/freebsd-13-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-13-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-13-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-13-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-13-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);
474 static NodePair node_pair(GepNode *N1, GepNode *N2) { argument
475 uintptr_t P1 = uintptr_t(N1), P2 = uintptr_t(N2);
477 return std::make_pair(N1, N2);
478 return std::make_pair(N2, N1);
489 static bool node_eq(GepNode *N1, GepNode *N2, NodePairSet &Eq, argument
493 if (node_hash(N1) != node_hash(N2))
496 NodePair NP = node_pair(N1, N2);
505 bool Root2 = N2
[all...]
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1613 /// Swaps the values of N1 and N2. Swaps all indices in the shuffle mask M that
1614 /// point at N1 to point at N2 and indices that point at N2 to point at N1.
1615 static void commuteShuffle(SDValue &N1, SDValue &N2, MutableArrayRef<int> M) {
1616 std::swap(N1, N2);
1621 SDValue N2, ArrayRef<int> Mask) {
1624 assert(VT == N1.getValueType() && VT == N2.getValueType() &&
1628 if (N1.isUndef() && N2.isUndef())
1642 if (N1 == N2) {
1643 N2
[all...]
H A DDAGCombiner.cpp535 SDValue SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2);
537 SDValue N2, SDValue N3, ISD::CondCode CC,
540 const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2, SDValue N3,
543 SDValue N2, SDValue N3, ISD::CondCode CC);
921 SDValue N0, N1, N2; local
922 if (isSetCCEquivalent(N, N0, N1, N2) && N.getNode()->hasOneUse())
8493 SDValue N2 = N->getOperand(2); local
8501 N2, APInt(N2.getScalarValueSizeInBits(), BitWidth - 1)))
8509 if (ConstantSDNode *Cst = isConstOrConstSplat(N2)) {
8810 SDValue N2 = N->getOperand(2); local
8918 SDValue N2 = N->getOperand(2); local
9220 SDValue N2 = N->getOperand(2); local
9283 SDValue N2 = N->getOperand(2); local
9398 SDValue N2 = N->getOperand(2); local
13013 SDValue N2 = N->getOperand(2); local
14027 SDValue N2 = N->getOperand(2); local
20473 SDValue N2 = N->getOperand(2); local
20924 SimplifySelect(const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2) argument
21149 foldSelectCCToShiftAnd(const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2, SDValue N3, ISD::CondCode CC) argument
21224 convertSelectOfFPConstantsToLoadOffset( const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2, SDValue N3, ISD::CondCode CC) argument
21279 SimplifySelectCC(const SDLoc &DL, SDValue N0, SDValue N1, SDValue N2, SDValue N3, ISD::CondCode CC, bool NotExtCompare) argument
[all...]
H A DInstrEmitter.cpp549 SDValue N2 = Node->getOperand(2);
550 unsigned SubIdx = cast<ConstantSDNode>(N2)->getZExtValue();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1638 SDValue N2 = N->getOperand(2); local
1645 return DAG.getNode(XCoreISD::LADD, dl, DAG.getVTList(VT, VT), N1, N0, N2);
1650 SDValue Result = DAG.getNode(ISD::AND, dl, VT, N2,
1661 KnownBits Known = DAG.computeKnownBits(N2);
1664 SDValue Result = DAG.getNode(ISD::ADD, dl, VT, N0, N2);
1674 SDValue N2 = N->getOperand(2); local
1683 KnownBits Known = DAG.computeKnownBits(N2);
1685 SDValue Borrow = N2;
1687 DAG.getConstant(0, dl, VT), N2);
1698 KnownBits Known = DAG.computeKnownBits(N2);
1711 SDValue N2 = N->getOperand(2); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h766 SDValue getVectorShuffle(EVT VT, const SDLoc &dl, SDValue N1, SDValue N2,
959 SDValue N2, const SDNodeFlags Flags = SDNodeFlags());
961 SDValue N2, SDValue N3,
964 SDValue N2, SDValue N3, SDValue N4);
966 SDValue N2, SDValue N3, SDValue N4, SDValue N5);
973 SDValue N2);
975 SDValue N2, SDValue N3);
977 SDValue N2, SDValue N3, SDValue N4);
979 SDValue N2, SDValue N3, SDValue N4, SDValue N5);
1634 const SDNode *N2);
[all...]
/freebsd-13-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);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp759 const Node &N2 = T2.getNode(Id2); local
760 if (N1.Children.size() != N2.Children.size() ||
765 if (!identical(N1.Children[Id], N2.Children[Id]))
946 Node &N2 = T2.getMutableNode(Id2); local
952 N1.Change = N2.Change = Move;
955 N1.Change = N2.Change = (N1.Change == Move ? UpdateMove : Update);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp231 const TemplateName &N2) {
233 TemplateDecl *TemplateDeclN2 = N2.getAsTemplateDecl();
238 if (N1.getKind() != N2.getKind())
242 else if (N1.getKind() != N2.getKind())
250 *OS2 = N2.getAsOverloadedTemplate();
267 *DN2 = N2.getAsDependentTemplateName();
282 *P2 = N2.getAsSubstTemplateTemplateParmPack();
229 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, const TemplateName &N1, const TemplateName &N2) argument
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.h212 Register N0, N2, N3; member in struct:llvm::AMDGPUInstructionSelector::MUBUFAddressData
H A DAMDGPUInstructionSelector.cpp3489 Data.N2 = InputAdd->getOperand(1).getReg();
3497 Data.N2 = getDefIgnoringCopies(Data.N2, *MRI)->getOperand(0).getReg();
3506 // (ptr_add N2, N3) -> addr64, or
3507 // (ptr_add (ptr_add N2, N3), C1) -> addr64
3508 if (Addr.N2)
3544 Register N2 = AddrData.N2;
3551 if (N2) {
3552 if (RBI.getRegBank(N2, *MR
[all...]
H A DAMDGPUISelDAGToDAG.cpp1352 // (add N2, N3) -> addr64, or
1353 // (add (add N2, N3), C1) -> addr64
1354 SDValue N2 = N0.getOperand(0); local
1358 if (N2->isDivergent()) {
1360 // Both N2 and N3 are divergent. Use N0 (the result of the add) as the
1365 // N2 is divergent, N3 is not.
1367 VAddr = N2;
1370 // N2 is not divergent.
1371 Ptr = N2;
/freebsd-13-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-13-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-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-indirect.mk89 # In the following example, M_NoPrimes expands to 'N2:N3:N5:N7:N1[1379]'.
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1711 NodeSet &N2 = NodeSets[j]; local
1712 if (N1.compareRecMII(N2) != 0)
1715 if (N2.empty() || !succ_L(N2, S2))
1719 N2.setColocate(Colocate);

Completed in 395 milliseconds

12