Home
last modified time | relevance | path

Searched refs:getValueAsBit (Results 1 – 22 of 22) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/utils/TableGen/
DClangCommentCommandInfoEmitter.cpp37 << Tag.getValueAsBit("IsInlineCommand") << ", " in EmitClangCommentCommandInfo()
38 << Tag.getValueAsBit("IsBlockCommand") << ", " in EmitClangCommentCommandInfo()
39 << Tag.getValueAsBit("IsBriefCommand") << ", " in EmitClangCommentCommandInfo()
40 << Tag.getValueAsBit("IsReturnsCommand") << ", " in EmitClangCommentCommandInfo()
41 << Tag.getValueAsBit("IsParamCommand") << ", " in EmitClangCommentCommandInfo()
42 << Tag.getValueAsBit("IsTParamCommand") << ", " in EmitClangCommentCommandInfo()
43 << Tag.getValueAsBit("IsThrowsCommand") << ", " in EmitClangCommentCommandInfo()
44 << Tag.getValueAsBit("IsDeprecatedCommand") << ", " in EmitClangCommentCommandInfo()
45 << Tag.getValueAsBit("IsHeaderfileCommand") << ", " in EmitClangCommentCommandInfo()
46 << Tag.getValueAsBit("IsEmptyParagraphAllowed") << ", " in EmitClangCommentCommandInfo()
[all …]
DClangAttrEmitter.cpp900 if (Ptr && Arg.getValueAsBit("Optional")) in createArgument()
1054 if (!R.getValueAsBit("ASTNode")) in EmitClangAttrClass()
1180 bool LateParsed = R.getValueAsBit("LateParsed"); in EmitClangAttrClass()
1268 if (!R.getValueAsBit("ASTNode")) in EmitClangAttrImpl()
1301 if (!(*i)->getValueAsBit("ASTNode")) in EmitAttrList()
1354 if (!(*i)->getValueAsBit("ASTNode")) in EmitClangAttrList()
1398 if (!R.getValueAsBit("ASTNode")) in EmitClangAttrPCHRead()
1439 if (!R.getValueAsBit("ASTNode")) in EmitClangAttrPCHWrite()
1492 if (!R.getValueAsBit("SemaHandler")) in EmitClangAttrSpellingListIndex()
1497 if (R.getValueAsBit("DistinctSpellings")) { in EmitClangAttrSpellingListIndex()
[all …]
DClangCommentHTMLTagsEmitter.cpp51 if (Tag.getValueAsBit("EndTagOptional")) in EmitClangCommentHTMLTagsProperties()
53 if (Tag.getValueAsBit("EndTagForbidden")) in EmitClangCommentHTMLTagsProperties()
DNeonEmitter.cpp2685 bool isA64 = R->getValueAsBit("isA64"); in run()
2705 bool isA64 = R->getValueAsBit("isA64"); in run()
2710 bool isCrypto = R->getValueAsBit("isCrypto"); in run()
2723 bool isCrypto = R->getValueAsBit("isCrypto"); in run()
2882 bool isA64 = R->getValueAsBit("isA64"); in genIntrinsicRangeCheckCode()
2897 if (R->getValueAsBit("isVCVT_N")) { in genIntrinsicRangeCheckCode()
2909 } else if (R->getValueAsBit("isScalarShift")) { in genIntrinsicRangeCheckCode()
2918 if (R->getValueAsBit("isScalarNarrowShift")) in genIntrinsicRangeCheckCode()
2922 } else if (R->getValueAsBit("isShift")) { in genIntrinsicRangeCheckCode()
3030 bool isA64 = R->getValueAsBit("isA64"); in genOverloadTypeCheckCode()
[all …]
DClangASTNodesEmitter.cpp83 if (Base->getValue("Abstract") && !Base->getValueAsBit("Abstract")) in EmitNode()
88 bool Abstract = R->getValueAsBit("Abstract"); in EmitNode()
DClangSACheckersEmitter.cpp29 if (R.getValueAsBit("Hidden")) in isHidden()
144 info.Hidden = R->getValueAsBit("Hidden"); in EmitClangSACheckers()
DClangDiagnosticsEmitter.cpp553 if (R.getValueAsBit("WarningNoWerror")) in EmitClangDiagsDefs()
559 if (R.getValueAsBit("WarningShowInSystemHeader")) in EmitClangDiagsDefs()
/freebsd-9-stable/contrib/llvm/utils/TableGen/
DCodeGenInstruction.cpp297 isReturn = R->getValueAsBit("isReturn"); in CodeGenInstruction()
298 isBranch = R->getValueAsBit("isBranch"); in CodeGenInstruction()
299 isIndirectBranch = R->getValueAsBit("isIndirectBranch"); in CodeGenInstruction()
300 isCompare = R->getValueAsBit("isCompare"); in CodeGenInstruction()
301 isMoveImm = R->getValueAsBit("isMoveImm"); in CodeGenInstruction()
302 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
303 isSelect = R->getValueAsBit("isSelect"); in CodeGenInstruction()
304 isBarrier = R->getValueAsBit("isBarrier"); in CodeGenInstruction()
305 isCall = R->getValueAsBit("isCall"); in CodeGenInstruction()
306 canFoldAsLoad = R->getValueAsBit("canFoldAsLoad"); in CodeGenInstruction()
[all …]
DX86RecognizableInstr.cpp235 HasOpSizePrefix = Rec->getValueAsBit("hasOpSizePrefix"); in RecognizableInstr()
236 HasAdSizePrefix = Rec->getValueAsBit("hasAdSizePrefix"); in RecognizableInstr()
237 HasREX_WPrefix = Rec->getValueAsBit("hasREX_WPrefix"); in RecognizableInstr()
238 HasVEXPrefix = Rec->getValueAsBit("hasVEXPrefix"); in RecognizableInstr()
239 HasVEX_4VPrefix = Rec->getValueAsBit("hasVEX_4VPrefix"); in RecognizableInstr()
240 HasVEX_4VOp3Prefix = Rec->getValueAsBit("hasVEX_4VOp3Prefix"); in RecognizableInstr()
241 HasVEX_WPrefix = Rec->getValueAsBit("hasVEX_WPrefix"); in RecognizableInstr()
242 HasMemOp4Prefix = Rec->getValueAsBit("hasMemOp4Prefix"); in RecognizableInstr()
243 IgnoresVEX_L = Rec->getValueAsBit("ignoresVEX_L"); in RecognizableInstr()
244 HasEVEXPrefix = Rec->getValueAsBit("hasEVEXPrefix"); in RecognizableInstr()
[all …]
DCodeEmitterGen.cpp61 R->getValueAsBit("isPseudo")) in reverseBits()
265 R->getValueAsBit("isPseudo")) { in run()
290 R->getValueAsBit("isPseudo")) in run()
DOptParserEmitter.cpp49 bool ASent = A->getValueAsDef("Kind")->getValueAsBit("Sentinel"); in CompareOptionRecords()
50 bool BSent = B->getValueAsDef("Kind")->getValueAsBit("Sentinel"); in CompareOptionRecords()
DCodeGenSchedule.h67 IsVariadic = Def->getValueAsBit("Variadic"); in CodeGenSchedRW()
255 assert(ModelDef->getValueAsBit("NoModel") in getModelOrItinDef()
DCodeGenTarget.cpp357 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding"); in isLittleEndianEncoding()
366 return getInstructionSet()->getValueAsBit("guessInstructionProperties"); in guessInstructionProperties()
418 bool isTarget = I[i]->getValueAsBit("isTarget"); in LoadIntrinsics()
DSubtargetEmitter.cpp950 if (WriteRes->getValueAsBit("Unsupported")) { in GenSchedClassTables()
956 SCDesc.BeginGroup |= WriteRes->getValueAsBit("BeginGroup"); in GenSchedClassTables()
957 SCDesc.EndGroup |= WriteRes->getValueAsBit("EndGroup"); in GenSchedClassTables()
1000 if (ReadAdvance->getValueAsBit("Unsupported")) { in GenSchedClassTables()
1203 PI->ModelDef->getValueAsBit("CompleteModel") : 0) in EmitProcessorModels()
DFixedLenDecoderEmitter.cpp1711 if (Def.getValueAsBit("isAsmParserOnly") || in populateInstruction()
1712 Def.getValueAsBit("isCodeGenOnly")) in populateInstruction()
2026 Def->getValueAsBit("isPseudo") || in run()
2027 Def->getValueAsBit("isAsmParserOnly") || in run()
2028 Def->getValueAsBit("isCodeGenOnly")) in run()
DAsmWriterEmitter.cpp283 bool isMC = AsmWriter->getValueAsBit("isMCAsmWriter"); in EmitPrintInstruction()
767 if (!AsmWriter->getValueAsBit("isMCAsmWriter")) in EmitPrintAliasInstruction()
785 if (!R->getValueAsBit("EmitAlias")) in EmitPrintAliasInstruction()
DAsmMatcherEmitter.cpp858 if (!Info.AsmParser->getValueAsBit("MnemonicContainsDot")) { in tokenizeAsmString()
1327 if (!Pred->getValueAsBit("AssemblerMatcherPredicate")) in buildInfo()
1359 if (CGI.TheDef->getValueAsBit("isCodeGenOnly")) in buildInfo()
2736 if (AsmParser->getValueAsBit("ShouldEmitMatchRegisterName")) in run()
DInstrInfoEmitter.cpp211 if (!Inst->TheDef->getValueAsBit("UseNamedOperandTable")) { in initOperandMapData()
DFastISelEmitter.cpp212 if (Rec->getValueAsBit("FastIselShouldIgnore")) in initialize()
DCodeGenRegisters.cpp110 CoveredBySubRegs(R->getValueAsBit("CoveredBySubRegs")), in CodeGenRegister()
718 Allocatable = R->getValueAsBit("isAllocatable"); in CodeGenRegisterClass()
/freebsd-9-stable/contrib/llvm/include/llvm/TableGen/
DRecord.h1613 bool getValueAsBit(StringRef FieldName) const;
/freebsd-9-stable/contrib/llvm/lib/TableGen/
DRecord.cpp1935 bool Record::getValueAsBit(StringRef FieldName) const { in getValueAsBit() function in Record