Home
last modified time | relevance | path

Searched refs:N (Results 1 – 25 of 2553) sorted by relevance

12345678910>>...103

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h210 SDNode *AnalyzeNewNode(SDNode *N);
342 SDValue PromoteIntRes_SHL(SDNode *N);
348 SDValue PromoteIntRes_SRA(SDNode *N);
349 SDValue PromoteIntRes_SRL(SDNode *N);
364 SDValue PromoteIntRes_ABS(SDNode *N);
406 SDValue PromoteIntOp_FIX(SDNode *N);
494 SDValue ExpandIntOp_BR_CC(SDNode *N);
496 SDValue ExpandIntOp_SETCC(SDNode *N);
498 SDValue ExpandIntOp_Shift(SDNode *N);
971 SDValue WidenVecRes_LOAD(SDNode* N);
[all …]
H A DLegalizeFloatTypes.cpp336 SDLoc dl(N); in SoftenFloatRes_FCOPYSIGN()
419 N, in SoftenFloatRes_FEXP10()
2276 return DAG.getNode(N->getOpcode(), SDLoc(N), N->getValueType(0), in PromoteFloatOp_FCOPYSIGN()
2283 return DAG.getNode(N->getOpcode(), SDLoc(N), N->getValueType(0), Op); in PromoteFloatOp_UnaryOp()
2289 return DAG.getNode(N->getOpcode(), SDLoc(N), N->getValueType(0), Op, in PromoteFloatOp_FP_TO_XINT_SAT()
2599 return DAG.getNode(N->getOpcode(), SDLoc(N), NVT, Op0, Op1, N->getFlags()); in PromoteFloatRes_BinOp()
2627 DAG.getNode(N->getOpcode(), SDLoc(N), {NVT, N->getValueType(1)}, Op); in PromoteFloatRes_FFREXP()
3183 return DAG.getNode(N->getOpcode(), dl, N->getValueType(0), N->getOperand(0), in SoftPromoteHalfOp_FCOPYSIGN()
3257 N->getOperand(2), N->getOperand(3), N->getOperand(4)); in SoftPromoteHalfOp_SELECT_CC()
3298 DAG.getNode(N->getOpcode(), SDLoc(N), N->getVTList(), NewOps); in SoftPromoteHalfOp_STACKMAP()
[all …]
H A DLegalizeIntegerTypes.cpp376 N->getChain(), N->getBasePtr(), N->getOperand(2), N->getOperand(3), in PromoteIntRes_AtomicCmpSwap()
404 N->getOpcode(), SDLoc(N), N->getMemoryVT(), VTs, N->getChain(), in PromoteIntRes_AtomicCmpSwap()
900 SDValue Ops[] = {N->getChain(), ExtPassThru, N->getMask(), N->getBasePtr(), in PromoteIntRes_MGATHER()
1264 N->getOperand(1), N->getOperand(2), N->getFlags()); in PromoteIntRes_SETCC()
1983 return DAG.getAtomic(N->getOpcode(), SDLoc(N), N->getMemoryVT(), in PromoteIntOp_ATOMIC_STORE()
2094 return DAG.getNode(N->getOpcode(), SDLoc(N), N->getValueType(0), in PromoteIntOp_SELECT()
2214 return DAG.getMaskedStore(N->getChain(), SDLoc(N), DataOp, N->getBasePtr(), in PromoteIntOp_MSTORE()
2350 DAG.UpdateNodeOperands(N, N->getOperand(0), N->getOperand(1), Op2), 0); in PromoteIntOp_FIX()
2685 N->getOperand(0), N->getOperand(1), N->getOperand(2), N->getOperand(3), in ExpandIntegerResult()
4312 Res = earlyExpandDIVFIX(N, N->getOperand(0), N->getOperand(1), in ExpandIntRes_DIVFIX()
[all …]
H A DLegalizeVectorTypes.cpp409 N->getValueType(0).getVectorElementType(), SDLoc(N), N->getChain(), in ScalarizeVecRes_LOAD()
412 N->getOriginalAlign(), N->getMemOperand()->getFlags(), N->getAAInfo()); in ScalarizeVecRes_LOAD()
440 return DAG.getNode(N->getOpcode(), SDLoc(N), DestVT, Op, N->getFlags()); in ScalarizeVecRes_UnaryOp()
3503 N->getAAInfo(), N->getRanges()); in SplitVecOp_VP_STORE()
3549 N->getChain(), DL, LoData, N->getBasePtr(), N->getOffset(), in SplitVecOp_VP_STRIDED_STORE()
5457 N->getBasePtr(), N->getOffset(), N->getStride(), Mask, in WidenVecRes_VP_STRIDED_LOAD()
5458 N->getVectorLength(), N->getMemoryVT(), N->getMemOperand(), in WidenVecRes_VP_STRIDED_LOAD()
5592 N = N.getOperand(0); in isSETCCorConvertedSETCC()
5597 N = N.getOperand(0); in isSETCCorConvertedSETCC()
5601 N = N.getOperand(0); in isSETCCorConvertedSETCC()
[all …]
/freebsd/contrib/arm-optimized-routines/math/
H A Dexp2f_data.c17 #if N == 8
20 #elif N == 16
25 #elif N == 32
34 #elif N == 64
55 #if N == 8
57 #elif N == 16
68 #if N == 8
69 0x1.c6a00335106e2p-5/N/N/N, 0x1.ec0c313449f55p-3/N/N, 0x1.62e431111f69fp-1/N,
71 0x1.c6ac6aa313963p-5/N/N/N, 0x1.ebfff4532d9bap-3/N/N, 0x1.62e43001bc49fp-1/N,
73 0x1.c6af84b912394p-5/N/N/N, 0x1.ebfce50fac4f3p-3/N/N, 0x1.62e42ff0c52d6p-1/N,
[all …]
H A Dexp_data.c10 #define N (1 << EXP_TABLE_BITS) macro
14 .invln2N = 0x1.71547652b82fep0 * N,
17 #if N == 64
20 #elif N == 128
23 #elif N == 256
26 #elif N == 512
110 .exp2_shift = 0x1.8p52 / N,
175 #if N == 64
240 #elif N == 128
369 #elif N == 256
[all …]
/freebsd/sys/contrib/ck/include/
H A Dck_rwcohort.h42 #define CK_RWCOHORT_WP_NAME(N) ck_rwcohort_wp_##N argument
43 #define CK_RWCOHORT_WP_INSTANCE(N) struct CK_RWCOHORT_WP_NAME(N) argument
44 #define CK_RWCOHORT_WP_INIT(N, RW, WL) ck_rwcohort_wp_##N##_init(RW, WL) argument
62 ck_rwcohort_wp_##N##_init(CK_RWCOHORT_WP_INSTANCE(N) *rw_cohort, \
73 ck_rwcohort_wp_##N##_write_lock(CK_RWCOHORT_WP_INSTANCE(N) *rw_cohort, \
99 ck_rwcohort_wp_##N##_read_lock(CK_RWCOHORT_WP_INSTANCE(N) *rw_cohort, \
132 ck_rwcohort_wp_##N##_read_unlock(CK_RWCOHORT_WP_INSTANCE(N) *cohort) \
146 #define CK_RWCOHORT_RP_NAME(N) ck_rwcohort_rp_##N argument
147 #define CK_RWCOHORT_RP_INSTANCE(N) struct CK_RWCOHORT_RP_NAME(N) argument
166 ck_rwcohort_rp_##N##_init(CK_RWCOHORT_RP_INSTANCE(N) *rw_cohort, \
[all …]
H A Dck_cohort.h48 #define CK_COHORT_NAME(N) ck_cohort_##N argument
49 #define CK_COHORT_INSTANCE(N) struct CK_COHORT_NAME(N) argument
50 #define CK_COHORT_INIT(N, C, GL, LL, P) ck_cohort_##N##_init(C, GL, LL, P) argument
51 #define CK_COHORT_LOCK(N, C, GC, LC) ck_cohort_##N##_lock(C, GC, LC) argument
52 #define CK_COHORT_UNLOCK(N, C, GC, LC) ck_cohort_##N##_unlock(C, GC, LC) argument
54 #define CK_COHORT_LOCKED(N, C, GC, LC) ck_cohort_##N##_locked(C, GC, LC) argument
67 ck_cohort_##N##_init(struct ck_cohort_##N *cohort, \
81 ck_cohort_##N##_lock(CK_COHORT_INSTANCE(N) *cohort, \
98 ck_cohort_##N##_unlock(CK_COHORT_INSTANCE(N) *cohort, \
118 ck_cohort_##N##_locked(CK_COHORT_INSTANCE(N) *cohort, \
[all …]
/freebsd/sbin/pfctl/
H A Dpf.os209 65535:64:0:64:M*,N,W1,N,N,T,N,N,S: AIX:5.3:ML1:AIX 5.3 ML1
292 # 16384:64:1:60:M*,N,N,N,N,N,N,T:FreeBSD:4.4:noTS:FreeBSD 4.4 (w/o timestamps)
314 16384:64:1:64:M*,N,N,S,N,W3,N,N,T: OpenBSD:4.9::OpenBSD 4.9
342 32850:64:1:64:M*,N,N,T,N,W1,N,N,S: Solaris:10::Solaris 10 1203
354 49152:60:0:64:M*,N,W2,N,N,T,N,N,S: IRIX:6.5:IP27:IRIX 6.5 IP27
391 S44:64:1:64:M*,N,W0,N,N,T0,N,N,S: Windows:95::Windows 95
392 8192:128:1:64:M*,N,W0,N,N,T0,N,N,S: Windows:95:b:Windows 95b
406 T30:64:1:64:M1460,N,W0,N,N,T0,N,N,S: Windows:98::Windows 98
412 S16:128:1:64:M*,N,W0,N,N,T0,N,N,S: Windows:98::Windows 98
417 60352:128:1:64:M*,N,W2,N,N,T0,N,N,S: Windows:98::Windows 98
[all …]
/freebsd/crypto/heimdal/lib/wind/
H A DUnicodeData.txt79 004E;LATIN CAPITAL LETTER N;Lu;0;L;;;;;N;;;;006E;
111 006E;LATIN SMALL LETTER N;Ll;0;L;;;;;N;;;004E;;004E
5755 2115;DOUBLE-STRUCK CAPITAL N;Lu;0;L;<font> 004E;;;;N;DOUBLE-STRUCK N;;;;
5985 220F;N-ARY PRODUCT;Sm;0;ON;;;;;N;;;;;
5986 2210;N-ARY COPRODUCT;Sm;0;ON;;;;;N;;;;;
6162 22C0;N-ARY LOGICAL AND;Sm;0;ON;;;;;N;;;;;
6163 22C1;N-ARY LOGICAL OR;Sm;0;ON;;;;;N;;;;;
6165 22C3;N-ARY UNION;Sm;0;ON;;;;;N;;;;;
8533 3093;HIRAGANA LETTER N;Lo;0;L;;;;;N;;;;;
8627 30F3;KATAKANA LETTER N;Lo;0;L;;;;;N;;;;;
[all …]
/freebsd/usr.bin/bmake/tests/
H A Dcommon.sh40 N=1
50 N=$((N + 1))
264 N=1
273 N=$((N + 1))
299 N=1
309 N=$((N + 1))
326 N=1
343 msg="${msg}ok ${N} ${SUBDIR}/${N}"
357 N=$((N + 1))
403 N=$((N + 1))
[all …]
/freebsd/crypto/openssl/test/recipes/10-test_bn_data/
H A Dbnshift.txt1222 N = 1
1226 N = 2
1230 N = 3
1234 N = 4
1238 N = 5
1242 N = 6
1246 N = 7
1250 N = 8
1254 N = 9
1258 N = a
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBranchProbability.h92 assert(N != UnknownN && RHS.N != UnknownN &&
95 N = (uint64_t(N) + RHS.N > D) ? D : N + RHS.N;
100 assert(N != UnknownN && RHS.N != UnknownN &&
103 N = N < RHS.N ? 0 : N - RHS.N;
108 assert(N != UnknownN && RHS.N != UnknownN &&
110 N = (static_cast<uint64_t>(N) * RHS.N + D / 2) / D;
117 N = (uint64_t(N) * RHS > D) ? D : N * RHS;
122 assert(N != UnknownN && RHS.N != UnknownN &&
124 N = (static_cast<uint64_t>(N) * D + RHS.N / 2) / RHS.N;
176 assert(N != UnknownN && RHS.N != UnknownN &&
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.h92 void SelectLoad(SDNode *N);
95 void SelectStore(SDNode *N);
96 void SelectSHL(SDNode *N);
106 void SelectVAlign(SDNode *N);
109 void SelectP2D(SDNode *N);
110 void SelectD2P(SDNode *N);
111 void SelectQ2V(SDNode *N);
112 void SelectV2Q(SDNode *N);
145 void SelectHvxRor(SDNode *N);
154 int getWeight(SDNode *N);
[all …]
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dexp_data.c10 #define N (1 << EXP_TABLE_BITS) macro
14 .invln2N = 0x1.71547652b82fep0 * N,
16 #if N == 64
19 #elif N == 128
22 #elif N == 256
25 #elif N == 512
107 .exp2_shift = 0x1.8p52 / N,
154 #if N == 64
219 #elif N == 128
348 #elif N == 256
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp664 Out = N; in SelectAddLikeOr()
715 Base = N; in SelectAddrModeImm12()
907 Base = N; in SelectAddrOffsetNone()
1034 Base = N; in IsAddressingMode5()
3522 SDValue Ops[] = {N->getOperand(1), N->getOperand(2), N->getOperand(3), in SelectCMP_SWAP()
3936 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), N->getOperand(2), in Select()
3943 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), N->getOperand(2), in Select()
3955 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), N->getOperand(2), in Select()
3962 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), N->getOperand(2), in Select()
4308 N, createDRegPairNode(VecVT, N->getOperand(0), N->getOperand(1))); in Select()
[all …]
/freebsd/contrib/libpcap/
H A Dscanner.l234 V6304 ::{W}:{W}:{W}:{N}\.{N}\.{N}\.{N}
235 V6314 {W}::{W}:{W}:{N}\.{N}\.{N}\.{N}
236 V6324 {W}:{W}::{W}:{N}\.{N}\.{N}\.{N}
237 V6334 {W}:{W}:{W}::{N}\.{N}\.{N}\.{N}
239 V6204 ::{W}:{W}:{N}\.{N}\.{N}\.{N}
240 V6214 {W}::{W}:{N}\.{N}\.{N}\.{N}
241 V6224 {W}:{W}::{N}\.{N}\.{N}\.{N}
243 V6104 ::{W}:{N}\.{N}\.{N}\.{N}
244 V6114 {W}::{N}\.{N}\.{N}\.{N}
246 V6004 ::{N}\.{N}\.{N}\.{N}
[all …]
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp82 Rec(0, N); in Enumerate()
129 for (size_t I = 0, N = Args.size(); I < N; ++I) { in EmitInterp() local
146 for (size_t I = 0, N = Args.size(); I < N; ++I) in EmitInterp() local
196 for (size_t I = 0, N = Args.size(); I < N; ++I) in EmitEmitter() local
202 for (size_t I = 0, N = Args.size(); I < N; ++I) { in EmitEmitter() local
208 for (size_t I = 0, N = Args.size(); I < N; ++I) in EmitEmitter() local
261 for (size_t I = 0, N = Types->size(); I < N; ++I) in EmitGroup() local
277 for (size_t I = 0, N = Types->size(); I < N; ++I) in EmitGroup() local
279 for (size_t I = 0, N = Args.size(); I < N; ++I) in EmitGroup() local
330 Rec(0, N); in EmitGroup()
[all …]
H A DClangSyntaxEmitter.cpp56 N.Record->isSubClassOf("External") || N.Derived.empty()); in Hierarchy()
57 assert(!N.Record->isSubClassOf("Alternatives") || !N.Derived.empty()); in Hierarchy()
105 return N.Derived.empty() ? N : firstConcrete(*N.Derived.front()); in firstConcrete()
108 return N.Derived.empty() ? N : lastConcrete(*N.Derived.back()); in lastConcrete()
150 if (N.Base == nullptr) in EmitClangSyntaxNodeList()
152 if (N.Derived.empty()) in EmitClangSyntaxNodeList()
153 OS << formatv("CONCRETE_NODE({0},{1})\n", N.name(), N.Base->name()); in EmitClangSyntaxNodeList()
156 N.Base->name(), firstConcrete(N).name(), in EmitClangSyntaxNodeList()
206 N.Derived.empty() ? " final" : "", N.Base->name()); in EmitClangSyntaxNodeClasses()
209 if (N.Derived.empty()) in EmitClangSyntaxNodeClasses()
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp237 if (N->hasName()) in EmitLeafMatchCode()
339 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateCalls().empty() && in EmitOperatorMatchCode()
514 if (!N->getName().empty()) in EmitMatchCode()
526 if (N->isLeaf()) in EmitMatchCode()
527 EmitLeafMatchCode(N); in EmitMatchCode()
587 if (N->isLeaf()) { in EmitMatcherCode()
652 if (!N->isLeaf()) { in EmitResultOfNamedOperand()
746 N->dump(); in EmitResultLeafAsOperand()
761 if (N->isLeaf()) in numNodesThatMayLoadOrStore()
1014 if (!N->getName().empty()) in EmitResultOperand()
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_rb.h52 #define ARCHIVE_RB_TREE_NEXT(T, N) \ argument
54 #define ARCHIVE_RB_TREE_PREV(T, N) \ argument
56 #define ARCHIVE_RB_TREE_FOREACH(N, T) \ argument
57 for ((N) = ARCHIVE_RB_TREE_MIN(T); (N); \
58 (N) = ARCHIVE_RB_TREE_NEXT((T), (N)))
60 for ((N) = ARCHIVE_RB_TREE_MAX(T); (N); \
61 (N) = ARCHIVE_RB_TREE_PREV((T), (N)))
64 (N) && ((S) = ARCHIVE_RB_TREE_NEXT((T), (N)), 1); \
65 (N) = (S))
68 (N) && ((S) = ARCHIVE_RB_TREE_PREV((T), (N)), 1); \
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanCFG.h133 return N.getEntry();
137 return ChildIteratorType(N);
152 return N.getEntry();
156 return ChildIteratorType(N);
179 return N.getEntry();
198 return N.getEntry();
245 static NodeRef getEntryNode(NodeRef N) { return N; }
248 return ChildIteratorType(N);
260 static NodeRef getEntryNode(NodeRef N) { return N; }
263 return ChildIteratorType(N);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelDAGToDAG.cpp232 if (N.getOpcode() == ISD::AND && isa<ConstantSDNode>(N.getOperand(1))) { in selectShiftMask()
258 uint64_t msb = N.getConstantOperandVal(1), lsb = N.getConstantOperandVal(2); in selectShiftMask()
269 SDLoc DL(N); in selectShiftMask()
281 ShAmt = N; in selectShiftMask()
288 Val = N.getOperand(0); in selectSExti32()
294 Val = N; in selectSExti32()
299 Val = N; in selectSExti32()
317 Val = N; in selectZExti32()
353 N = N->getOperand(0); in selectVSplatImm()
378 N = N->getOperand(0); in selectVSplatUimmInvPow2()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp141 SDLoc dl(N); in Select()
171 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), in Select()
178 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), in Select()
185 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), in Select()
186 N->getOperand(2), N->getOperand(3) }; in Select()
192 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), in Select()
193 N->getOperand(2), N->getOperand(3) }; in Select()
199 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), in Select()
200 N->getOperand(2), N->getOperand(3) }; in Select()
206 SDValue Ops[] = { N->getOperand(0), N->getOperand(1), N->getOperand(2) }; in Select()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDirectedGraph.h32 explicit DGEdge(NodeType &N) : TargetNode(N) {} in DGEdge() argument
55 void setTargetNode(const NodeType &N) { TargetNode = N; } in setTargetNode() argument
83 explicit DGNode(const DGNode<NodeType, EdgeType> &N) : Edges(N.Edges) {} in DGNode() argument
84 DGNode(DGNode<NodeType, EdgeType> &&N) : Edges(std::move(N.Edges)) {} in DGNode() argument
87 Edges = N.Edges;
101 return !(M == N);
149 bool isEqualTo(const NodeType &N) const { return this == &N; } in isEqualTo() argument
183 explicit DirectedGraph(NodeType &N) : Nodes() { addNode(N); } in DirectedGraph() argument
230 if (*Node == N) in findIncomingEdgesToNode()
250 if (*Node == N) in removeNode()
[all …]

12345678910>>...103