Home
last modified time | relevance | path

Searched refs:CF (Results 1 – 25 of 202) sorted by relevance

123456789

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAtomicRMW.cpp25 if (auto CF = dyn_cast<ConstantFP>(RMWI.getValOperand())) in isIdempotentRMW() local
28 return CF->isZero() && CF->isNegative(); in isIdempotentRMW()
30 return CF->isZero() && !CF->isNegative(); in isIdempotentRMW()
63 if (auto CF = dyn_cast<ConstantFP>(RMWI.getValOperand())) in isSaturating() local
67 return !CF->isNegative() && CF->isInfinity(); in isSaturating()
70 return CF->isNegative() && CF->isInfinity(); in isSaturating()
73 return CF->isNaN(); in isSaturating()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp739 if (ConstantFP *CF = dyn_cast<ConstantFP>(opr0)) { in TDOFold() local
741 if (CF->isExactlyValue(tr[i].input)) { in TDOFold()
742 Value *nval = ConstantFP::get(CF->getType(), tr[i].result); in TDOFold()
758 if (ConstantFP *CF = dyn_cast<ConstantFP>(opr0)) { in fold_recip() local
762 Value *nval = B.CreateFDiv(ConstantFP::get(CF->getType(), 1.0), in fold_recip()
811 ConstantFP *CF; in fold_pow() local
821 CF = dyn_cast<ConstantFP>(opr1); in fold_pow()
830 CF = CDV ? dyn_cast_or_null<ConstantFP>(CDV->getSplatValue()) : nullptr; in fold_pow()
835 if (!isUnsafeMath(CI) && !CF && !CINT && !CZero) in fold_pow()
841 if ((CF && CF->isZero()) || (CINT && ci_opr1 == 0) || CZero) { in fold_pow()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp364 const Function *CF = nullptr; in lowerCall() local
370 CF = dyn_cast_or_null<const Function>(Info.Callee.getGlobal()); in lowerCall()
372 if (CF == nullptr) in lowerCall()
374 FTy = getOriginalFunctionType(*CF); in lowerCall()
383 if (!DemangledName.empty() && CF && CF->isDeclaration() && in lowerCall()
400 if (CF && CF->isDeclaration() && in lowerCall()
401 !GR->find(CF, &MIRBuilder.getMF()).isValid()) { in lowerCall()
410 for (const Argument &Arg : CF->args()) { in lowerCall()
419 lowerFormalArguments(FirstBlockBuilder, *CF, VRegArgs, FuncInfo); in lowerCall()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp133 if (auto CF = dyn_cast<CoroFreeInst>(U)) in replaceCoroFree() local
134 CoroFrees.push_back(CF); in replaceCoroFree()
143 for (CoroFreeInst *CF : CoroFrees) { in replaceCoroFree()
144 CF->replaceAllUsesWith(Replacement); in replaceCoroFree()
145 CF->eraseFromParent(); in replaceCoroFree()
271 for (CoroFrameInst *CF : CoroFrames) { in buildFrom()
272 CF->replaceAllUsesWith(Undef); in buildFrom()
273 CF->eraseFromParent(); in buildFrom()
427 for (CoroFrameInst *CF : CoroFrames) { in buildFrom()
428 CF->replaceAllUsesWith(CoroBegin); in buildFrom()
[all …]
/openbsd-src/gnu/usr.bin/texinfo/
H A DMakefile.bsd-wrapper27 CF= --cache-file=${GLOBAL_AUTOCONF_CACHE}
29 CF=
41 /bin/sh ${.CURDIR}/configure --infodir=/usr/share/info --prefix=/usr --disable-nls ${CF}
49 /bin/sh ${.CURDIR}/configure --infodir=/usr/share/info --prefix=/usr --disable-nls ${CF}
/openbsd-src/gnu/usr.bin/cvs/
H A DMakefile.bsd-wrapper24 CF= --cache-file=${GLOBAL_AUTOCONF_CACHE}
26 CF=
40 --datadir=/usr/libdata ${CF}
52 --datadir=/usr/libdata ${CF}
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp453 NodeChildrenMap::iterator CF = NCM.find(N); in nodes_for_root() local
454 if (CF != NCM.end()) { in nodes_for_root()
455 llvm::append_range(Work, CF->second); in nodes_for_root()
456 Nodes.insert(CF->second.begin(), CF->second.end()); in nodes_for_root()
775 NodeChildrenMap::iterator CF = NCM.find(Node); in recalculatePlacement() local
776 if (CF != NCM.end()) { in recalculatePlacement()
777 NodeVect &Cs = CF->second; in recalculatePlacement()
815 NodeChildrenMap::iterator CF = NCM.find(Node); in recalculatePlacementRec() local
816 if (CF != NCM.end()) { in recalculatePlacementRec()
817 NodeVect &Cs = CF->second; in recalculatePlacementRec()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DRetainSummaryManager.cpp77 K = ObjKind::CF; in hasAnyEnabledAttrOf()
315 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), in getSummaryForObjCOrCFObject()
329 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), ScratchArgs, in getSummaryForObjCOrCFObject()
336 ScratchArgs = AF.add(ScratchArgs, 1, ArgEffect(DecRef, ObjKind::CF)); in getSummaryForObjCOrCFObject()
344 ScratchArgs = AF.add(ScratchArgs, 2, ArgEffect(DecRef, ObjKind::CF)); in getSummaryForObjCOrCFObject()
365 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), ScratchArgs, in getSummaryForObjCOrCFObject()
493 ArgEffect(DoNothing), ArgEffect(E, ObjKind::CF)); in getSummaryForObjCOrCFObject()
656 K = ObjKind::CF; in updateSummaryForArgumentTypes()
801 ArgEffect Effect(AE, ObjKind::CF); in getUnarySummary()
850 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), in getCFSummaryCreateRule()
[all …]
/openbsd-src/gnu/usr.bin/binutils/
H A DMakefile.bsd-wrapper52 CF= --cache-file=${GLOBAL_AUTOCONF_CACHE}
54 CF=
63 --disable-nls --disable-gdbtk --disable-install-libbfd ${CF} \
/openbsd-src/gnu/llvm/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp297 Function *CF = CB->getCalledFunction(); in main() local
298 if (!CF) in main()
300 if (CF->isDeclaration() || GVs.count(CF)) in main()
302 GVs.insert(CF); in main()
303 Workqueue.push_back(CF); in main()
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/
H A Dzero-width-space7 …<lt>timeE<gt>>]E<0x200B>[:end=I<E<lt>timeE<gt>>]E<0x200B>[:reduce=I<E<lt>B<CF>E<gt>>]E<0x200B>[:da…
10 \&\fBDEF:\fR\fI<vname>\fR=\fI<rrdfile>\fR:\fI<ds\-name>\fR:\fI<CF>\fR[:step=\fI<step>\fR][:start=\f…
/openbsd-src/gnu/usr.bin/binutils-2.17/
H A DMakefile.bsd-wrapper98 CF= --cache-file=${GLOBAL_AUTOCONF_CACHE}
100 CF=
109 --disable-nls --disable-gdbtk --disable-install-libbfd ${CF} \
/openbsd-src/gnu/lib/libstdc++/
H A DMakefile.bsd-wrapper37 CF= --cache-file=${GLOBAL_AUTOCONF_CACHE}
39 CF=
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp248 } else if (ConstantFP *CF = dyn_cast<ConstantFP>(O)) { in calcRange() local
258 const APFloat &F = CF->getValueAPF(); in calcRange()
276 CF->getValueAPF().convertToInteger(Int, in calcRange()
442 } else if (ConstantFP *CF = dyn_cast<ConstantFP>(V)) { in convert() local
445 CF->getValueAPF().convertToInteger(Val, in convert()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp46 auto *CF = CI->getCalledFunction(); in canHandle() local
47 if (!CF) in canHandle()
50 if (!CF->hasName()) in canHandle()
54 bool KnownLibCall = TLI.getLibFunc(*CF, LF) && TLI.has(LF); in canHandle()
/openbsd-src/gnu/usr.bin/gcc/
H A DMakefile.bsd-wrapper80 CF= --cache-file=${GLOBAL_AUTOCONF_CACHE}
82 CF=
92 --with-local-prefix=/usr ${CF} \
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DStatepoint.h68 if (const Function *CF = I->getCalledFunction()) in classof() local
69 return CF->getIntrinsicID() == Intrinsic::experimental_gc_statepoint; in classof()
/openbsd-src/sys/dev/pcmcia/
H A Dpcmciadevs166 product AUDIOVOX RTM8000 0x950b RTM-8000 GSM/GPRS CF
182 product BUFFALO LPC_CF_CLT 0x0307 BUFFALO LPC-CF-CLT
186 product BUFFALO WLI_CF_S11G 0x030b BUFFALO AirStation 11Mbps CF WLAN
215 product ELSA XI800_IEEE 0x0004 XI800 CF Wireless LAN
227 product FUJITSU LA10S 0x1003 Fujitsu CF Ethernet
255 product IODATA2 WCF12 0x0673 Wireless CF Card
279 product LINKSYS2 WCF11 0x3301 Instant Wireless Network CF
383 product SOCKET LP_ETHER_CF 0x0075 Socket Communications LP CF
384 product SOCKET ETHER_CF_10_100 0x0145 Socket Communications CF 10/100
529 product BILLIONTON CFLT2 { "CF", "10Base-Ethernet", NULL, NULL }
/openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/
H A DGB2312.pm34 575D 9738 7F62 7238 767D 67CF 767E 6446 4F70 8D25
53 8231 4ED3 6CA7 85CF 64CD 7CD9 69FD 66F9 8349 5395
66 8E87 9504 96CF 6EC1 9664 695A 7840 50A8 77D7 6410
127 8377 83CF 6838 79BE 548C 4F55 5408 76D2 8C89 9602
150 4FED 526A 51CF 8350 69DB 9274 8DF5 8D31 89C1 952E
191 7EC3 7CAE 51C9 6881 7CB1 826F 4E24 8F86 91CF 667E
214 5195 514D 52C9 5A29 7F05 9762 82D7 63CF 7784 85D0
288 82CF 9165 4FD7 7D20 901F 7C9F 50F3 5851 6EAF 5BBF
328 4EAB 9879 5DF7 6A61 50CF 5411 8C61 8427 785D 9704
378 7A84 503A 5BE8 77BB 6BE1 8A79 7C98 6CBE 76CF 65A9
[all …]
H A DPinyin.pm72 767E 4F70 67CF 6822 636D 74F8 7CA8 7D54 6446 64FA
161 6448 6BA1 8191 9AE9 64EF 9B02 6BAF 81CF 9ACC 9B13
188 67E8 949A 52CF 57D4 57D7 6091 6357 8379 90E8 94B8
207 85CF 9476
224 53C9 6260 6748 809E 81FF 633F 505B 55CF 63D2 63F7
275 9637 6CDF 67FD 722F 68E6 6D7E 7424 79F0 5041 86CF
317 84AD 870D 8D8E 924F 96CF 7293 854F 5EDA 7BE8 92E4
439 6074 6DC2 60EA 68CF 951D 5FB3 5FB7 9340
620 7BC8 9137 92D2 6A92 95CF 8C50 93E0 9146 5BF7 7043
700 54CF
[all …]
H A DZhuyin.pm55 767E 4F70 67CF 6822 636D 74F8 7CA8 7D54 6446 64FA
147 6448 6BA1 8191 9AE9 64EF 9B02 6BAF 81CF 9ACC 9B13
161 6B69 3CCD 67E8 949A 52CF 57D4 57D7 6091 6357 94B8
316 59CF 6097 34BC 86EE 50C8 8C29 6172 9992 6A20 7792
357 82D7 3464 5A8C 63CF 9E4B 7784 7DE2 9D93 9C59
362 8752 5B35 6AB0 6ACB 77C8 77CA 77CF
441 78B8 50FC 7BC8 92D2 9137 6A92 95CF 8C50 93E0 34A5
486 392B 6074 6DC2 60EA 68CF 951D 5FB3 5FB7 9340
606 7893 41CF 7D90 5C0D 619E 619D 6FE7 9566 61DF 3B23
731 9A6E 4F57 5768 5CAE 6CB1 6CB2 72CF 9640 9641 8FF1
[all …]
/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D3571.crt12 mN/lGJbOuUks/gkLgaD8MVOj2SBn/ZfKbqI+XvWxdg7d+y8accD0vKt3aBPQr/CF
H A D606.key25 CF+MKWYU3RJ2ruMj9BtlZ72H2SZIHk62MhHSB0O48lym0nqzYUuvIC4HPHphyge2
/openbsd-src/distrib/notes/landisk/
H A Dhardware3 IO-DATA USL-5P, using CF storage (Japan)
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCMakeLists.txt13 CF.cpp

123456789