Home
last modified time | relevance | path

Searched refs:NF (Results 1 – 25 of 100) sorted by relevance

1234

/openbsd-src/sys/dev/videomode/
H A Ddevlist2h.awk64 NF > 0 && $1 == "vendor" {
75 while (f <= NF) {
89 if (f < NF)
101 NF > 0 && $1 == "product" {
113 if (f <= NF) {
117 while (f <= NF) {
126 if (f < NF)
133 if (f < NF)
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp166 Function *NF = Function::Create(NFTy, F.getLinkage(), F.getAddressSpace()); in deleteDeadVarargs() local
167 NF->copyAttributesFrom(&F); in deleteDeadVarargs()
168 NF->setComdat(F.getComdat()); in deleteDeadVarargs()
169 F.getParent()->getFunctionList().insert(F.getIterator(), NF); in deleteDeadVarargs()
170 NF->takeName(&F); in deleteDeadVarargs()
199 NewCB = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(), in deleteDeadVarargs()
202 NewCB = CallInst::Create(NF, Args, OpBundles, "", CB); in deleteDeadVarargs()
225 NF->splice(NF->begin(), &F); in deleteDeadVarargs()
231 I2 = NF->arg_begin(); in deleteDeadVarargs()
242 NF->addMetadata(KindID, *Node); in deleteDeadVarargs()
[all …]
H A DArgumentPromotion.cpp190 Function *NF = Function::Create(NFTy, F->getLinkage(), F->getAddressSpace(), in doPromotion() local
192 NF->copyAttributesFrom(F); in doPromotion()
193 NF->copyMetadata(F, 0); in doPromotion()
200 LLVM_DEBUG(dbgs() << "ARG PROMOTION: Promoting to:" << *NF << "\n" in doPromotion()
211 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttrs(), in doPromotion()
213 AttributeFuncs::updateMinLegalVectorWidthAttr(*NF, LargestVectorWidth); in doPromotion()
216 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in doPromotion()
217 NF->takeName(F); in doPromotion()
272 NewCS = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(), in doPromotion()
275 auto *NewCall = CallInst::Create(NF, Args, OpBundles, "", &CB); in doPromotion()
[all …]
/openbsd-src/sys/dev/usb/
H A Ddevlist2h.awk75 if (f <= NF) {
79 while (f <= NF) {
88 if (f < NF)
95 if (f < NF)
120 if (f <= NF) {
124 while (f <= NF) {
133 if (f < NF)
140 if (f < NF)
/openbsd-src/sys/dev/pci/
H A Ddevlist2h.awk78 if (f <= NF) {
82 while (f <= NF) {
91 if (f < NF)
98 if (f < NF)
123 if (f <= NF) {
127 while (f <= NF) {
136 if (f < NF)
143 if (f < NF)
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dcopying.awk32 for (i = 1; i < NF; i++)
34 printf "%s\\n\");\n", $NF;
52 for (i = 1; i < NF; i++)
54 printf "%s\\n\");\n", $NF;
/openbsd-src/sys/dev/eisa/
H A Ddevlist2h.awk69 if (f <= NF) {
72 while (f <= NF) {
113 if (f <= NF) {
116 while (f <= NF) {
125 if (f < NF)
132 if (f < NF)
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A Driscv_vector.td235 int NF = 1;
840 (Address0, ..., Address{NF - 1}, Ptr, VL)
842 (Address0, ..., Address{NF - 1}, Mask, Ptr, VL)
844 (Address0, ..., Address{NF - 1}, Maskedoff0, ..., Maskedoff{NF - 1},
847 (Address0, ..., Address{NF - 1}, Mask, Maskedoff0, ..., Maskedoff{NF - 1},
856 (Address0, ..., Address{NF - 1}, Ptr, NewVL, VL)
858 (Address0, ..., Address{NF - 1}, Mask, Ptr, NewVL, VL)
860 (Address0, ..., Address{NF - 1}, Maskedoff0, ..., Maskedoff{NF - 1},
863 (Address0, ..., Address{NF - 1}, Mask, Maskedoff0, ..., Maskedoff{NF - 1},
869 (Address0, ..., Address{NF - 1}, Ptr, Stride, VL)
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dpmf4.C3 class NF { };
6 NF nf;
8 typedef float(NF::* const NPF)() const;
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dmkmap-flat.awk42 state == "nm" && NF == 3 {
57 NF == 3 && $1 == "%inherit" {
61 NF == 2 && $2 == "{" {
H A Dmkmap-symver.awk44 state == "nm" && NF == 3 {
60 NF == 3 && $1 == "%inherit" {
65 NF == 2 && $2 == "{" {
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DRISCVVEmitter.cpp64 unsigned NF; member
522 unsigned NF = R->getValueAsInt("NF"); in createRVVIntrinsics() local
542 /*HasMaskedOffOperand=*/false, HasVL, NF, UnMaskedPolicyScheme, in createRVVIntrinsics()
545 BasicPrototype, /*IsMasked=*/true, HasMaskedOffOperand, HasVL, NF, in createRVVIntrinsics()
553 TypeCache.computeTypes(BT, Log2LMUL, NF, Prototype); in createRVVIntrinsics()
567 ManualCodegen, *Types, IntrinsicTypes, RequiredFeatures, NF, in createRVVIntrinsics()
574 /*HasMaskedOffOperand=*/false, HasVL, NF, in createRVVIntrinsics()
577 TypeCache.computeTypes(BT, Log2LMUL, NF, PolicyPrototype); in createRVVIntrinsics()
583 NF, P)); in createRVVIntrinsics()
589 TypeCache.computeTypes(BT, Log2LMUL, NF, MaskedPrototype); in createRVVIntrinsics()
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dmkmap-flat.awk47 state == "nm" && NF == 3 {
64 NF == 3 && $1 == "%inherit" {
68 NF == 2 && $2 == "{" {
H A Dmkmap-symver.awk48 state == "nm" && NF == 3 {
66 NF == 3 && $1 == "%inherit" {
71 NF == 2 && $2 == "{" {
/openbsd-src/sys/dev/pcmcia/
H A Ddevlist2h.awk37 while (f <= NF) {
46 if (f < NF)
52 if (f < NF)
104 if (f <= NF) {
/openbsd-src/regress/usr.bin/mandoc/man/nf/
H A Dargs.out_ascii1 NF-ARGS(1) General Commands Manual NF-ARGS(1)
12 OpenBSD January 16, 2011 NF-ARGS(1)
H A Ddupe.out_ascii1 NF-DUPE(1) General Commands Manual NF-DUPE(1)
15 OpenBSD July 2, 2014 NF-DUPE(1)
H A Duserdef.out_ascii1 NF-USERDEF(1) General Commands Manual NF-USERDEF(1)
15 OpenBSD March 8, 2014 NF-USERDEF(1)
H A Dvert.out_ascii1 NF-VERT(1) General Commands Manual NF-VERT(1)
20 OpenBSD June 2, 2012 NF-VERT(1)
H A Dindent.out_ascii1 NF-INDENT(1) General Commands Manual NF-INDENT(1)
30 OpenBSD August 15, 2022 NF-INDENT(1)
/openbsd-src/gnu/llvm/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp789 RVVTypeCache::computeTypes(BasicType BT, int Log2LMUL, unsigned NF, in computeTypes() argument
792 if ((Log2LMUL >= 1) && (1 << Log2LMUL) * NF > 8) in computeTypes()
855 unsigned NF, Policy NewPolicyAttrs) in RVVIntrinsic() argument
859 ManualCodegen(ManualCodegen.str()), NF(NF), PolicyAttrs(NewPolicyAttrs) { in RVVIntrinsic()
887 I += NF; in RVVIntrinsic()
914 bool HasMaskedOffOperand, bool HasVL, unsigned NF, in computeBuiltinTypes() argument
923 if (NF == 1) { in computeBuiltinTypes()
925 } else if (NF > 1) { in computeBuiltinTypes()
932 NewPrototype.insert(NewPrototype.begin() + NF + 1, NF, MaskoffType); in computeBuiltinTypes()
935 if (HasMaskedOffOperand && NF > 1) { in computeBuiltinTypes()
[all …]
/openbsd-src/sys/dev/sdmmc/
H A Ddevlist2h.awk36 while (f <= NF) {
45 if (f < NF)
51 if (f < NF)
/openbsd-src/sys/dev/mii/
H A Ddevlist2h.awk63 while (f <= NF) {
72 if (f < NF)
78 if (f < NF)
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp200 Record.HasVL, Record.NF, in InitIntrinsicList()
206 Record.HasVL, Record.NF, MaskedPolicyScheme, DefaultPolicy); in InitIntrinsicList()
251 TypeCache.computeTypes(BaseType, Log2LMUL, Record.NF, ProtoSeq); in InitIntrinsicList()
272 /*HasMaskedOffOperand=*/false, Record.HasVL, Record.NF, in InitIntrinsicList()
275 BaseType, Log2LMUL, Record.NF, PolicyPrototype); in InitIntrinsicList()
285 TypeCache.computeTypes(BaseType, Log2LMUL, Record.NF, ProtoMaskSeq); in InitIntrinsicList()
295 Record.HasVL, Record.NF, MaskedPolicyScheme, P); in InitIntrinsicList()
297 BaseType, Log2LMUL, Record.NF, PolicyPrototype); in InitIntrinsicList()
/openbsd-src/usr.sbin/tcpdump/
H A Dmakemib87 NF > 1 && index($2,".")>0 {
100 if (NF == 8)
106 $1 == "::=" && holddesc != "none" && NF == 5 {

1234