Searched refs:CF (Results 1 - 25 of 81) sorted by relevance

1234

/freebsd-11-stable/etc/rc.d/
H A Dipnat26 ${ipnat_program} -CF -f ${ipnat_rules} ${ipnat_flags}
/freebsd-11-stable/sys/dev/vt/colors/
H A Dvt_termcolors.c174 #define CF(_f, _i) ((_f ## max * color_def[(_i)]._f / 100) << _f ## offset) macro
181 palette[i] = CF(r, i) | CF(g, i) | CF(b, i);
187 #undef CF macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAtomicRMW.cpp24 if (auto CF = dyn_cast<ConstantFP>(RMWI.getValOperand()))
27 return CF->isZero() && CF->isNegative();
29 return CF->isZero() && !CF->isNegative();
62 if (auto CF = dyn_cast<ConstantFP>(RMWI.getValOperand()))
66 return CF->isNaN();
/freebsd-11-stable/contrib/sendmail/contrib/
H A Detrn.pl62 open(CF, "</etc/mail/sendmail.cf") ||
64 while (<CF>){
92 close(CF);
H A Dsmcontrol.pl28 open(CF, "</etc/mail/sendmail.cf") or return $cn;
29 while (<CF>)
45 close(CF);
/freebsd-11-stable/bin/pax/
H A Doptions.h57 #define CF 0x00000004 macro
108 #define BDARCH (CF|KF|LF|NF|PF|RF|CDF|CEF|CYF|CZF)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp785 if (ConstantFP *CF = dyn_cast<ConstantFP>(opr0)) {
787 if (CF->isExactlyValue(ftbl[i].input)) {
788 Value *nval = ConstantFP::get(CF->getType(), ftbl[i].result);
825 if (ConstantFP *CF = dyn_cast<ConstantFP>(opr0)) {
829 Value *nval = B.CreateFDiv(ConstantFP::get(CF->getType(), 1.0),
878 ConstantFP *CF; local
888 CF = dyn_cast<ConstantFP>(opr1);
897 CF = CDV ? dyn_cast_or_null<ConstantFP>(CDV->getSplatValue()) : nullptr;
902 if (!isUnsafeMath(CI) && !CF && !CINT && !CZero)
908 if ((CF
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp306 Function *CF = CB->getCalledFunction(); local
307 if (!CF)
309 if (CF->isDeclaration() || GVs.count(CF))
311 GVs.insert(CF);
312 Workqueue.push_back(CF);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp170 if (auto CF = dyn_cast<CoroFreeInst>(U))
171 CoroFrees.push_back(CF);
180 for (CoroFreeInst *CF : CoroFrees) {
181 CF->replaceAllUsesWith(Replacement);
182 CF->eraseFromParent();
330 for (CoroFrameInst *CF : CoroFrames) {
331 CF->replaceAllUsesWith(Undef);
332 CF->eraseFromParent();
473 for (CoroFrameInst *CF : CoroFrames) {
474 CF
[all...]
H A DCoroEarly.cpp217 for (CoroFreeInst *CF : CoroFrees)
218 CF->setArgOperand(0, CoroId);
H A DCoroElide.cpp205 else if (auto *CF = dyn_cast<CoroFreeInst>(U))
206 CoroFrees.push_back(CF);
/freebsd-11-stable/sys/sys/
H A Dpmclog.h114 #define PMC_CALLCHAIN_CPUFLAGS_TO_CPU(CF) (((CF) >> 16) & 0xFFFF)
115 #define PMC_CALLCHAIN_CPUFLAGS_TO_USERMODE(CF) ((CF) & PMC_CC_F_USERSPACE)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp458 NodeChildrenMap::iterator CF = NCM.find(N); local
459 if (CF != NCM.end()) {
460 Work.insert(Work.end(), CF->second.begin(), CF->second.end());
461 Nodes.insert(CF->second.begin(), CF->second.end());
786 NodeChildrenMap::iterator CF = NCM.find(Node); local
787 if (CF != NCM.end()) {
788 NodeVect &Cs = CF->second;
827 NodeChildrenMap::iterator CF local
917 NodeChildrenMap::iterator CF = NCM.find(Node); local
1155 NodeChildrenMap::iterator CF = NCM.find(N); local
1195 NodeChildrenMap::iterator CF = NCM.find(Last); local
[all...]
H A DHexagonFrameLowering.h111 unsigned SP, unsigned CF) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp76 K = ObjKind::CF;
305 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF),
319 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), ScratchArgs,
326 ScratchArgs = AF.add(ScratchArgs, 1, ArgEffect(DecRef, ObjKind::CF));
334 ScratchArgs = AF.add(ScratchArgs, 2, ArgEffect(DecRef, ObjKind::CF));
355 return getPersistentSummary(RetEffect::MakeOwned(ObjKind::CF), ScratchArgs,
404 // For CoreFoundation ('CF') types.
405 if (cocoa::isRefType(RetTy, "CF", FName)) {
437 // For all other CF-style types, use the Create/Get
451 if (FName.startswith("CG") || FName.startswith("CF")) {
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp305 } else if (ConstantFP *CF = dyn_cast<ConstantFP>(O)) {
315 const APFloat &F = CF->getValueAPF();
338 CF->getValueAPF().convertToInteger(Int,
450 } else if (ConstantFP *CF = dyn_cast<ConstantFP>(V)) {
453 CF->getValueAPF().convertToInteger(Val,
/freebsd-11-stable/contrib/sendmail/cf/cf/
H A DMakefile15 CF= sendmail macro
29 # CF file ownership/permissions
76 @echo " make install-cf CF=config"
82 install-sendmail-cf: $(CF).cf
83 $(INSTALL) -c -o $(CFOWN) -g $(CFGRP) -m $(CFMODE) $(CF).cf ${DESTDIR}$(MAILDIR)/sendmail.cf
/freebsd-11-stable/sys/arm/at91/
H A Dat91rm9200.c135 DEVICE("at91_cfata", CF, 0),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h36 if (Constant *CF = ConstantFoldConstant(C, DL))
37 return CF;
/freebsd-11-stable/contrib/tcsh/
H A DMakefile.vms20 CF=-c
67 #CF=-j
76 #CF=-j
342 # ${CC} ${CF} ${CFLAGS} ${DFLAGS} ${EXTRAFLAGS} $<
347 @echo ${CC} ${CF} ${CFLAGS} ${DFLAGS} ${EXTRAFLAGS} $*.c
348 @${CC} ${CF} ${CFLAGS} ${DFLAGS} ${EXTRAFLAGS} $*..c
357 # ${CC} ${CF} ${CFLAGS} x.c
363 # ${CC} -R ${CF} ${CF} x.c
412 ${CC} ${CF}
[all...]
H A DMakefile.std21 CF=-c
68 #CF=-j
77 #CF=-j
365 ${CC} ${CF} ${CFLAGS} ${DFLAGS} ${EXTRAFLAGS} $<
370 # @echo ${CC} ${CF} ${CFLAGS} ${DFLAGS} ${EXTRAFLAGS} $*.c
371 # @${CC} ${CF} ${CFLAGS} ${DFLAGS} ${EXTRAFLAGS} $*..c
380 # ${CC} ${CF} ${CFLAGS} x.c
386 # ${CC} -R ${CF} ${CF} x.c
435 ${CC} ${CF}
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp414 const auto *CF = cast<MCDwarfCallFrameFragment>(this); local
416 OS << " AddrDelta:" << CF->getAddrDelta();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp433 if (ConstantFP *CF = dyn_cast<ConstantFP>(Base)) {
434 double D = CF->getValueAPF().convertToDouble();
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp491 for (Init *CF : ColFields->getValues()) {
492 std::string ColName = CF->getAsUnquotedString();
H A DX86RecognizableInstr.h42 MAP(CF, 79) \

Completed in 163 milliseconds

1234