| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenInstruction.cpp | 404 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 D | CodeGenDAGPatterns.cpp | 1193 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 D | GlobalISelEmitter.cpp | 5905 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 D | TestSBEnvironment.py | 110 self.assertTrue(env.Unset("FOO")) 111 self.assertFalse(env.Unset("FOO"))
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBEnvironment.i | 44 bool Unset(const char *name);
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBEnvironment.h | 117 bool Unset(const char *name);
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBEnvironment.cpp | 85 bool SBEnvironment::Unset(const char *name) { in Unset() function in SBEnvironment
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 2888 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 D | TestQemuLaunch.py | 228 env.Unset(var(3))
|
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | Record.cpp | 2754 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 D | ClangAttrEmitter.cpp | 1973 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 D | LangImpl09.rst | 431 // Unset the location for the prologue emission (leading instructions with no
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 663 // FIXME: Unset this when no longer needed!
|
| /llvm-project-15.0.7/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1835 bool getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const;
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | map.rst | 161 … <td class="header" colspan="2">Unset environment variables for process before launching.</td>
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | OpBase.td | 927 // Unset means this is a base-level Attr.
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1337 the global value [g]. Unset it otherwise.
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrAVX512.td | 11120 // NOTE: EVEX2VEXOverride changed back to Unset for 256-bit at the
|