Home
last modified time | relevance | path

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

123456

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp405 bool Unset; in CodeGenInstruction() local
406 mayLoad = R->getValueAsBitOrUnset("mayLoad", Unset); in CodeGenInstruction()
407 mayLoad_Unset = Unset; in CodeGenInstruction()
408 mayStore = R->getValueAsBitOrUnset("mayStore", Unset); in CodeGenInstruction()
409 mayStore_Unset = Unset; in CodeGenInstruction()
411 hasSideEffects = R->getValueAsBitOrUnset("hasSideEffects", Unset); in CodeGenInstruction()
412 hasSideEffects_Unset = Unset; in CodeGenInstruction()
H A DCodeGenDAGPatterns.cpp1141 bool Unset; in immCodeUsesAPFloat() local
1144 Unset); in immCodeUsesAPFloat()
1149 bool Unset; in isPredefinedPredicateEqualTo() local
1151 getOrigPatFragRecord()->getRecord()->getValueAsBitOrUnset(Field, Unset); in isPredefinedPredicateEqualTo()
1152 if (Unset) in isPredefinedPredicateEqualTo()
H A DGlobalISelEmitter.cpp5831 bool Unset; in run() local
5832 return !R->getValueAsBitOrUnset("IsAPFloat", Unset) && in run()
5836 bool Unset; in run() local
5837 return R->getValueAsBitOrUnset("IsAPFloat", Unset); in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp2848 enum { Unset = -1 }; enumerator
2921 if (A->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()
2922 B->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()
2926 if (A->Provenance[BitIdx] == BitPart::Unset) in collectBitParts()
2957 P.insert(P.begin(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
2960 P.insert(P.end(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
2986 Result->Provenance[BitIdx] = BitPart::Unset; in collectBitParts()
3002 Result->Provenance[BitIdx] = BitPart::Unset; in collectBitParts()
3144 [](int8_t I) { return I == BitPart::Unset || 0 <= I; }) && in recognizeBSwapOrBitReverseIdiom()
3148 if (BitProvenance.back() == BitPart::Unset) { in recognizeBSwapOrBitReverseIdiom()
[all …]
/netbsd-src/
H A DBUILDING124 Default: Unset.
128 Default: Unset, but defaults to "c++" where required.
132 Default: Unset.
158 Default: Unset.
162 Default: Unset.
166 Default: Unset.
202 Default: Unset.
221 Default: Unset.
817 -Z var Unset ("zap") the environment variable var. This is propagated
/netbsd-src/external/mpl/bind/dist/m4/
H A Dax_prog_cc_for_build.m493 dnl AC_PROG_CC. Unset this cache variable temporarily as a workaround.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DERR_get_error.pod97 Unset data is indicated as "".
/netbsd-src/external/mit/isl/dist/m4/
H A Dax_prog_cc_for_build.m494 dnl AC_PROG_CC. Unset this cache variable temporarily as a workaround.
/netbsd-src/external/apache2/llvm/dist/llvm/tools/msbuild/
H A DLLVM.Cpp.Common.targets94 <!-- Unset any options that we either silently ignore or warn about due to compatibility.
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A DChangeLog-2004236 * emulparams/elf64_ia64_fbsd.sh (SMALL_DATA_CTOR): Unset.
237 (SMALL_DATA_DTOR): Unset.
982 * scripttempl/elf.sc: Unset SEPARATE_GOTPLT if RELRO_NOW is set.
1357 * emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
H A DChangeLog-2006527 * emulparams/bfin.sh (DATA_END_SYMBOLS,END_SYMBOLS): Unset.
800 * emulparams/elf32frvfd.sh (EXTRA_EM_FILE): Unset.
801 * emulparams/mn10300.sh (EXTRA_EM_FILE): Unset.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A DChangeLog-2004236 * emulparams/elf64_ia64_fbsd.sh (SMALL_DATA_CTOR): Unset.
237 (SMALL_DATA_DTOR): Unset.
982 * scripttempl/elf.sc: Unset SEPARATE_GOTPLT if RELRO_NOW is set.
1357 * emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
H A DChangeLog-2006527 * emulparams/bfin.sh (DATA_END_SYMBOLS,END_SYMBOLS): Unset.
800 * emulparams/elf32frvfd.sh (EXTRA_EM_FILE): Unset.
801 * emulparams/mn10300.sh (EXTRA_EM_FILE): Unset.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2722 Unset = 0, in vlocJoin() enumerator
2728 } OurState = Unset; in vlocJoin()
2751 if (OurState == Unset) { in vlocJoin()
/netbsd-src/share/mk/
H A Dbsd.README172 Default: Unset.
1165 Default: Unset.
1219 Default: Unset.
1239 Default: Unset.
1691 Default: Unset.
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/
H A DChangeLog-2021173 * lib/sim-defs.exp (sim_init): Unset target ldscript here.
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/misc/
H A DChangeLog295 * gettextize.in: Unset CDPATH in a more robust way.
299 * gettextize.in: Unset CDPATH.
518 * autopoint.in: Unset also CVS_IGNORE_REMOTE_ROOT and CVSIGNORE.
559 * autopoint.in: Unset all other environment variables which influence
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp2620 bool Record::getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const { in getValueAsBitOrUnset()
2627 Unset = true; in getValueAsBitOrUnset()
2630 Unset = false; in getValueAsBitOrUnset()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1949 bool Unset; in isAttributedSupported() local
1951 Attribute.getValueAsBitOrUnset("PragmaAttributeSupport", Unset); in isAttributedSupported()
1952 if (!Unset) in isAttributedSupported()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog187 * decl.cc (finish_thunk): Unset DECL_EXTERNAL on thunk.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPC.td606 // FIXME: Unset this when no longer needed!
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl09.rst430 // Unset the location for the prologue emission (leading instructions with no
/netbsd-src/external/gpl3/autoconf/dist/lib/m4sugar/
H A Dm4sh.m4270 # Unset more variables known to interfere with behavior of common tools.
484 # Unset variables that we do not need and which cause bugs (e.g. in
668 # Unset the env VAR, working around shells that do not allow unsetting
/netbsd-src/distrib/notes/acorn32/
H A Dprep.RISCOS217 Unset the tick on your Empty: partition.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1756 bool getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const;

123456