Home
last modified time | relevance | path

Searched refs:getValueAsBitOrUnset (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.cpp472 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 DCodeGenDAGPatterns.cpp1173 return getOrigPatFragRecord()->getRecord()->getValueAsBitOrUnset("IsAPFloat", in immCodeUsesAPFloat()
1181 getOrigPatFragRecord()->getRecord()->getValueAsBitOrUnset(Field, Unset); in isPredefinedPredicateEqualTo()
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2312 !R->getValueAsBitOrUnset("IsAPFloat", Unset) && in emitI64ImmPredicateFns()
2328 R->getValueAsBitOrUnset("IsAPFloat", Unset); in emitAPFloatImmPredicateFns()
/src/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1948 bool getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const;
/src/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2183 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 DGlobalISelMatchTable.cpp810 bool Value = R->getValueAsBitOrUnset("GIIgnoreCopies", Unset); in updateGISelFlag()
/src/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp3093 bool Record::getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const { in getValueAsBitOrUnset() function in Record