Searched refs:getValueAsBitOrUnset (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenInstruction.cpp | 472 mayLoad = R->getValueAsBitOrUnset("mayLoad", Unset); in CodeGenInstruction() 474 mayStore = R->getValueAsBitOrUnset("mayStore", Unset); in CodeGenInstruction() 477 hasSideEffects = R->getValueAsBitOrUnset("hasSideEffects", Unset); in CodeGenInstruction()
|
| H A D | CodeGenDAGPatterns.cpp | 1173 return getOrigPatFragRecord()->getRecord()->getValueAsBitOrUnset("IsAPFloat", in immCodeUsesAPFloat() 1181 getOrigPatFragRecord()->getRecord()->getValueAsBitOrUnset(Field, Unset); in isPredefinedPredicateEqualTo()
|
| /src/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 2312 !R->getValueAsBitOrUnset("IsAPFloat", Unset) && in emitI64ImmPredicateFns() 2328 R->getValueAsBitOrUnset("IsAPFloat", Unset); in emitAPFloatImmPredicateFns()
|
| /src/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1948 bool getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const;
|
| /src/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 2183 Attribute.getValueAsBitOrUnset("PragmaAttributeSupport", Unset); in isAttributedSupported() 4709 if (Arg->getValueAsBitOrUnset("Fake", UnusedUnset)) in EmitClangAttrParsedAttrImpl()
|
| /src/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTable.cpp | 810 bool Value = R->getValueAsBitOrUnset("GIIgnoreCopies", Unset); in updateGISelFlag()
|
| /src/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Record.cpp | 3093 bool Record::getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const { in getValueAsBitOrUnset() function in Record
|