| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAtomicRMW.cpp | 25 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()
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | asf | 9 #>0 guid 75B22636-668E-11CF-A6D9-00AA0062CE6C 13 >0 guid 33000890-E5B1-11CF-89F4-00A0C90349CB 19 >0 guid 8CABDCA1-A947-11CF-8EE4-00C00C205365 22 >0 guid B7DC0791-A9B7-11CF-8EE6-00C00C205365 29 >>24 guid F8699E40-5B4D-11CF-A8FD-00805F5C442B \b, Audio Media ( 55 >0 guid 5FBF03B5-A92E-11CF-8EE3-00C00C205365 59 >0 guid F487CD01-A951-11CF-8EE6-00C00C205365 ASF_Marker_Object 63 >0 guid 75B22633-668E-11CF-A6D9-00AA0062CE6C 91 >0 guid B61BE100-5B4E-11CF-A8FD-00805F5C442B ASF_JFIF_Media 104 >0 guid 4CFEDB20-75F6-11CF-9C0F-00A0C90349CB ASF_Reserved_4 [all …]
|
| /freebsd-14.2/sys/dev/vt/colors/ |
| H A D | vt_termcolors.c | 167 #define CF(_f, _i) ((_f ## max * color_def[(_i)]._f / 100) << _f ## offset) in vt_generate_cons_palette() macro 169 palette[i] = CF(r, i) | CF(g, i) | CF(b, i); in vt_generate_cons_palette() 170 #undef CF in vt_generate_cons_palette()
|
| /freebsd-14.2/contrib/wpa/wpa_supplicant/vs2005/ |
| H A D | wpa_supplicant.sln | 12 …C942}") = "win_if_list", "win_if_list\win_if_list.vcproj", "{9E87CD9C-60CE-4533-85CF-85CA3A9BF26A}" 41 {9E87CD9C-60CE-4533-85CF-85CA3A9BF26A}.Debug|Win32.ActiveCfg = Debug|Win32 42 {9E87CD9C-60CE-4533-85CF-85CA3A9BF26A}.Debug|Win32.Build.0 = Debug|Win32 43 {9E87CD9C-60CE-4533-85CF-85CA3A9BF26A}.Release|Win32.ActiveCfg = Release|Win32 44 {9E87CD9C-60CE-4533-85CF-85CA3A9BF26A}.Release|Win32.Build.0 = Release|Win32
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | Coroutines.cpp | 128 if (auto CF = dyn_cast<CoroFreeInst>(U)) in replaceCoroFree() local 129 CoroFrees.push_back(CF); in replaceCoroFree() 139 for (CoroFreeInst *CF : CoroFrees) { in replaceCoroFree() 140 CF->replaceAllUsesWith(Replacement); in replaceCoroFree() 141 CF->eraseFromParent(); in replaceCoroFree() 267 for (CoroFrameInst *CF : CoroFrames) { in buildFrom() 268 CF->replaceAllUsesWith(Undef); in buildFrom() 269 CF->eraseFromParent(); in buildFrom() 423 for (CoroFrameInst *CF : CoroFrames) { in buildFrom() 424 CF->replaceAllUsesWith(CoroBegin); in buildFrom() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVCallLowering.cpp | 411 const Function *CF = nullptr; in lowerCall() local 417 CF = dyn_cast_or_null<const Function>(Info.Callee.getGlobal()); in lowerCall() 419 if (CF == nullptr) in lowerCall() 421 FTy = getOriginalFunctionType(*CF); in lowerCall() 431 if (!DemangledName.empty() && CF && CF->isDeclaration() && in lowerCall() 449 if (CF && CF->isDeclaration() && in lowerCall() 450 !GR->find(CF, &MIRBuilder.getMF()).isValid()) { in lowerCall() 459 for (const Argument &Arg : CF->args()) { in lowerCall() 469 lowerFormalArguments(FirstBlockBuilder, *CF, VRegArgs, FuncInfo); in lowerCall()
|
| H A D | SPIRVPrepareFunctions.cpp | 289 Function *CF = Call->getCalledFunction(); in substituteIntrinsicCalls() local 290 if (!CF || !CF->isIntrinsic()) in substituteIntrinsicCalls()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibCalls.cpp | 582 return CF->getValueAPF().isInteger(); in isKnownIntegral() 902 const APFloat *CF = nullptr; in fold_pow() local 910 if ((CF && CF->isZero()) || (CINT && ci_opr1 == 0)) { in fold_pow() 920 if ((CF && CF->isExactlyValue(1.0)) || (CINT && ci_opr1 == 1)) { in fold_pow() 926 if ((CF && CF->isExactlyValue(2.0)) || (CINT && ci_opr1 == 2)) { in fold_pow() 934 if ((CF && CF->isExactlyValue(-1.0)) || (CINT && ci_opr1 == -1)) { in fold_pow() 946 if (CF && (CF->isExactlyValue(0.5) || CF->isExactlyValue(-0.5))) { in fold_pow() 968 if (CF) { in fold_pow() 1036 CF = nullptr; in fold_pow() 1039 if (CF) { in fold_pow() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/ata/ |
| H A D | cavium-compact-flash.txt | 12 - reg: The base address of the CF chip select banks. Depending on 15 - cavium,bus-width: The width of the connection to the CF devices. Valid 18 - cavium,true-ide: Optional, if present the CF connection is in True IDE mode.
|
| H A D | pata-arasan.txt | 5 - reg: Address range of the CF registers 6 - interrupt: Should contain the CF interrupt number
|
| H A D | atmel-at91_cf.txt | 6 - gpios : specifies the gpio pins to control the CF device. Detect
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 454 if (CF != NCM.end()) { in nodes_for_root() 456 Nodes.insert(CF->second.begin(), CF->second.end()); in nodes_for_root() 776 if (CF != NCM.end()) { in recalculatePlacement() 777 NodeVect &Cs = CF->second; in recalculatePlacement() 816 if (CF != NCM.end()) { in recalculatePlacementRec() 817 NodeVect &Cs = CF->second; in recalculatePlacementRec() 906 if (CF != NCM.end()) { in adjustForInvariance() 907 NodeVect &Cs = CF->second; in adjustForInvariance() 1141 if (CF != NCM.end()) { in getAllUsersForNode() 1142 NodeVect &Cs = CF->second; in getAllUsersForNode() [all …]
|
| /freebsd-14.2/contrib/sendmail/contrib/ |
| H A D | smcontrol.pl | 28 open(CF, "</etc/mail/sendmail.cf") or return $cn; 29 while (<CF>) 45 close(CF);
|
| H A D | etrn.pl | 62 open(CF, "</etc/mail/sendmail.cf") || 64 while (<CF>){ 92 close(CF);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | RetainSummaryManager.cpp | 77 K = ObjKind::CF; in hasAnyEnabledAttrOf() 317 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), in getSummaryForObjCOrCFObject() 337 ScratchArgs = AF.add(ScratchArgs, 1, ArgEffect(DecRef, ObjKind::CF)); in getSummaryForObjCOrCFObject() 652 K = ObjKind::CF; in updateSummaryForArgumentTypes() 797 ArgEffect Effect(AE, ObjKind::CF); in getUnarySummary() 846 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), in getCFSummaryCreateRule() 852 return getPersistentSummary(RetEffect::MakeNotOwned(ObjKind::CF), in getCFSummaryGetRule() 1049 ResultEff = RetEffect::MakeOwned(ObjKind::CF); in getStandardMethodSummary() 1052 ResultEff = RetEffect::MakeNotOwned(ObjKind::CF); in getStandardMethodSummary() 1056 ResultEff = RetEffect::MakeNotOwned(ObjKind::CF); in getStandardMethodSummary() [all …]
|
| /freebsd-14.2/sys/sys/ |
| H A D | pmclog.h | 123 #define PMC_CALLCHAIN_CPUFLAGS_TO_CPU(CF) (((CF) >> 16) & 0xFFFF) argument 124 #define PMC_CALLCHAIN_CPUFLAGS_TO_USERMODE(CF) ((CF) & PMC_CC_F_USERSPACE) argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-extract/ |
| H A D | llvm-extract.cpp | 297 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()
|
| /freebsd-14.2/bin/pax/ |
| H A D | options.h | 58 #define CF 0x00000004 macro 109 #define BDARCH (CF|KF|LF|NF|PF|RF|CDF|CEF|CYF|CZF)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | Float2Int.cpp | 216 } else if (ConstantFP *CF = dyn_cast<ConstantFP>(O)) { in calcRange() local 226 const APFloat &F = CF->getValueAPF(); in calcRange() 244 CF->getValueAPF().convertToInteger(Int, in calcRange() 411 } else if (ConstantFP *CF = dyn_cast<ConstantFP>(V)) { in convert() local 414 CF->getValueAPF().convertToInteger(Val, in convert()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | MemoryOpRemark.cpp | 47 auto *CF = CI->getCalledFunction(); in canHandle() local 48 if (!CF) in canHandle() 51 if (!CF->hasName()) in canHandle() 55 bool KnownLibCall = TLI.getLibFunc(*CF, LF) && TLI.has(LF); in canHandle()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Statepoint.h | 68 if (const Function *CF = I->getCalledFunction()) in classof() local 69 return CF->getIntrinsicID() == Intrinsic::experimental_gc_statepoint; in classof()
|
| /freebsd-14.2/libexec/rc/rc.d/ |
| H A D | ipnat | 24 ${ipnat_program} -CF -f ${ipnat_rules} ${ipnat_flags}
|
| /freebsd-14.2/crypto/openssl/test/ct/ |
| H A D | tls1.sct | 11 F5:E8:AB:6A:68:06:53:98:7D:CF:41:02:7D:FE:FF:A1:
|
| /freebsd-14.2/contrib/sendmail/cf/cf/ |
| H A D | Makefile | 15 CF= sendmail macro 82 install-sendmail-cf: $(CF).cf 83 $(INSTALL) -c -o $(CFOWN) -g $(CFGRP) -m $(CFMODE) $(CF).cf ${DESTDIR}$(MAILDIR)/sendmail.cf
|
| /freebsd-14.2/contrib/sendmail/cf/m4/ |
| H A D | cf.m4 | 19 # figure out where the CF files live
|