Home
last modified time | relevance | path

Searched refs:Unset (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h25 enum class RegAllocType { Unset, Default, Basic, Fast, Greedy, PBQP }; enumerator
74 RegAllocType RegAlloc = RegAllocType::Unset;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.cpp468 bool Unset; in CodeGenInstruction() local
469 mayLoad = R->getValueAsBitOrUnset("mayLoad", Unset); in CodeGenInstruction()
470 mayLoad_Unset = Unset; in CodeGenInstruction()
471 mayStore = R->getValueAsBitOrUnset("mayStore", Unset); in CodeGenInstruction()
472 mayStore_Unset = Unset; in CodeGenInstruction()
474 hasSideEffects = R->getValueAsBitOrUnset("hasSideEffects", Unset); in CodeGenInstruction()
475 hasSideEffects_Unset = Unset; in CodeGenInstruction()
H A DCodeGenDAGPatterns.cpp1180 bool Unset; in immCodeUsesAPFloat() local
1183 Unset); in immCodeUsesAPFloat()
1188 bool Unset; in isPredefinedPredicateEqualTo() local
1190 getOrigPatFragRecord()->getRecord()->getValueAsBitOrUnset(Field, Unset); in isPredefinedPredicateEqualTo()
1191 if (Unset) in isPredefinedPredicateEqualTo()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBEnvironment.h117 bool Unset(const char *name);
/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h47 Unset, enumerator
74 ExportSource source = ExportSource::Unset;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBEnvironment.cpp85 bool SBEnvironment::Unset(const char *name) { in Unset() function in SBEnvironment
/freebsd/share/mk/
H A Dsrc.sys.obj.mk117 .error Cannot use MAKEOBJDIR=${MAKEOBJDIR}${.newline}Unset MAKEOBJDIR to get default: MAKEOBJDIR='…
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A DNewPMDriver.cpp54 cl::Hidden, cl::init(RegAllocType::Unset));
/freebsd/contrib/tcsh/
H A DFAQ81 * Unset edit in tcsh.
87 Unset edit in tcsh.
93 Unset edit in tcsh. Using shelltool instead of cmdtool does not fix
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3830 enum { Unset = -1 }; enumerator
3903 if (A->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()
3904 B->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()
3908 if (A->Provenance[BitIdx] == BitPart::Unset) in collectBitParts()
3939 P.insert(P.begin(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
3942 P.insert(P.end(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
3968 Result->Provenance[BitIdx] = BitPart::Unset; in collectBitParts()
3984 Result->Provenance[BitIdx] = BitPart::Unset; in collectBitParts()
4123 [](int8_t I) { return I == BitPart::Unset || 0 <= I; }) && in recognizeBSwapOrBitReverseIdiom()
4128 if (BitProvenance.back() == BitPart::Unset) { in recognizeBSwapOrBitReverseIdiom()
[all …]
/freebsd/sys/contrib/openzfs/etc/zfs/
H A Dzfs-functions.in351 # Unset all MTAB_* variables
395 # Unset all FSTAB_* variables
/freebsd/crypto/openssl/doc/man3/
H A DERR_get_error.pod97 Unset data is indicated as "".
/freebsd/contrib/pam-krb5/m4/
H A Dlib-helper.m494 dnl Unset all of the variables used by a library probe. Used with the
/freebsd/contrib/tcpdump/
H A Dconfigure.ac618 # Unset ac_cv_have_decl_ether_ntohost so we don't
643 # Unset ac_cv_have_decl_ether_ntohost so we don't
670 # Unset ac_cv_have_decl_ether_ntohost so we don't
698 # Unset ac_cv_have_decl_ether_ntohost so we don't
H A Dconfigure.in54 # Unset ac_cv_header_netinet_if_ether_h so we don't
498 # Unset ac_cv_have_decl_ether_ntohost so we don't
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2330 bool Unset; in emitI64ImmPredicateFns() local
2332 !R->getValueAsBitOrUnset("IsAPFloat", Unset) && in emitI64ImmPredicateFns()
2346 bool Unset; in emitAPFloatImmPredicateFns() local
2348 R->getValueAsBitOrUnset("IsAPFloat", Unset); in emitAPFloatImmPredicateFns()
/freebsd/usr.sbin/bsdconfig/share/
H A Dstruct.subr149 # Unset the collection of environment variables and accessor-function
H A Dsysrc.subr69 # Unset all environment variables in the current scope. An optional list of
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp814 bool Unset = false; in updateGISelFlag() local
815 bool Value = R->getValueAsBitOrUnset("GIIgnoreCopies", Unset); in updateGISelFlag()
816 if (!Unset) in updateGISelFlag()
/freebsd/usr.sbin/bsdconfig/startup/share/
H A Drcconf.subr190 # Unset variables we don't want reported
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp3189 bool Record::getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const { in getValueAsBitOrUnset()
3196 Unset = true; in getValueAsBitOrUnset()
3199 Unset = false; in getValueAsBitOrUnset()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2179 bool Unset; in isAttributedSupported() local
2181 Attribute.getValueAsBitOrUnset("PragmaAttributeSupport", Unset); in isAttributedSupported()
2182 if (!Unset) in isAttributedSupported()
/freebsd/contrib/libpcap/
H A Dconfigure.ac463 # Unset ac_cv_have_decl_ether_hostton so we don't
488 # Unset ac_cv_have_decl_ether_hostton so we don't
515 # Unset ac_cv_have_decl_ether_hostton so we don't
543 # Unset ac_cv_have_decl_ether_hostton so we don't
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1957 bool getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const;
/freebsd/crypto/krb5/src/
H A Daclocal.m4844 # Unset the rpath flag values set by shlib.conf

12