Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp404 bool Unset; in CodeGenInstruction() local
405 mayLoad = R->getValueAsBitOrUnset("mayLoad", Unset); in CodeGenInstruction()
406 mayLoad_Unset = Unset; in CodeGenInstruction()
407 mayStore = R->getValueAsBitOrUnset("mayStore", Unset); in CodeGenInstruction()
408 mayStore_Unset = Unset; in CodeGenInstruction()
410 hasSideEffects = R->getValueAsBitOrUnset("hasSideEffects", Unset); in CodeGenInstruction()
411 hasSideEffects_Unset = Unset; in CodeGenInstruction()
H A DCodeGenDAGPatterns.cpp1193 bool Unset; in immCodeUsesAPFloat() local
1196 Unset); in immCodeUsesAPFloat()
1201 bool Unset; in isPredefinedPredicateEqualTo() local
1203 getOrigPatFragRecord()->getRecord()->getValueAsBitOrUnset(Field, Unset); in isPredefinedPredicateEqualTo()
1204 if (Unset) in isPredefinedPredicateEqualTo()
H A DGlobalISelEmitter.cpp5905 bool Unset; in run() local
5906 return !R->getValueAsBitOrUnset("IsAPFloat", Unset) && in run()
5910 bool Unset; in run() local
5911 return R->getValueAsBitOrUnset("IsAPFloat", Unset); in run()
/llvm-project-15.0.7/lldb/test/API/python_api/sbenvironment/
H A DTestSBEnvironment.py110 self.assertTrue(env.Unset("FOO"))
111 self.assertFalse(env.Unset("FOO"))
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBEnvironment.i44 bool Unset(const char *name);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBEnvironment.h117 bool Unset(const char *name);
/llvm-project-15.0.7/lldb/source/API/
H A DSBEnvironment.cpp85 bool SBEnvironment::Unset(const char *name) { in Unset() function in SBEnvironment
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp2888 enum { Unset = -1 }; enumerator
2961 if (A->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()
2962 B->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()
2966 if (A->Provenance[BitIdx] == BitPart::Unset) in collectBitParts()
2997 P.insert(P.begin(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
3000 P.insert(P.end(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
3026 Result->Provenance[BitIdx] = BitPart::Unset; in collectBitParts()
3042 Result->Provenance[BitIdx] = BitPart::Unset; in collectBitParts()
3179 [](int8_t I) { return I == BitPart::Unset || 0 <= I; }) && in recognizeBSwapOrBitReverseIdiom()
3184 if (BitProvenance.back() == BitPart::Unset) { in recognizeBSwapOrBitReverseIdiom()
[all …]
/llvm-project-15.0.7/lldb/test/API/qemu/
H A DTestQemuLaunch.py228 env.Unset(var(3))
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DRecord.cpp2754 bool Record::getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const { in getValueAsBitOrUnset()
2761 Unset = true; in getValueAsBitOrUnset()
2764 Unset = false; in getValueAsBitOrUnset()
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1973 bool Unset; in isAttributedSupported() local
1975 Attribute.getValueAsBitOrUnset("PragmaAttributeSupport", Unset); in isAttributedSupported()
1976 if (!Unset) in isAttributedSupported()
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl09.rst431 // Unset the location for the prologue emission (leading instructions with no
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPC.td663 // FIXME: Unset this when no longer needed!
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h1835 bool getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const;
/llvm-project-15.0.7/lldb/docs/use/
H A Dmap.rst161 … <td class="header" colspan="2">Unset environment variables for process before launching.</td>
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOpBase.td927 // Unset means this is a base-level Attr.
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1337 the global value [g]. Unset it otherwise.
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrAVX512.td11120 // NOTE: EVEX2VEXOverride changed back to Unset for 256-bit at the