Home
last modified time | relevance | path

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

/external/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 …]
DClangCommentHTMLTagsEmitter.cpp47 if (Tag->getValueAsBit("EndTagOptional")) in EmitClangCommentHTMLTagsProperties()
49 if (Tag->getValueAsBit("EndTagForbidden")) in EmitClangCommentHTMLTagsProperties()
DClangAttrEmitter.cpp140 if (Attr->getValueAsBit("SemaHandler")) { in getParsedAttrList()
981 Arg.getValueAsBit("Default")); in createArgument()
1011 if (Ptr && Arg.getValueAsBit("Optional")) in createArgument()
1263 bool LateParsed = Attr->getValueAsBit("LateParsed"); in emitClangAttrLateParsedList()
1312 if (!Attr.getValueAsBit("ParseArgumentsAsUnevaluated")) in emitClangAttrArgContextList()
1381 if (!R.getValueAsBit("ASTNode")) in EmitClangAttrClass()
1539 bool LateParsed = R.getValueAsBit("LateParsed"); in EmitClangAttrClass()
1543 if (R.getValueAsBit("DuplicatesAllowedWhileMerging")) in EmitClangAttrClass()
1561 if (!R.getValueAsBit("ASTNode")) in EmitClangAttrImpl()
1599 if (!(*i)->getValueAsBit("ASTNode")) in EmitAttrList()
[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()
DNeonEmitter.cpp1907 bool CartesianProductOfTypes = R->getValueAsBit("CartesianProductOfTypes"); in createIntrinsic()
1908 bool BigEndianSafe = R->getValueAsBit("BigEndianSafe"); in createIntrinsic()
1910 bool IsUnavailable = OperationRec->getValueAsBit("Unavailable"); in createIntrinsic()
2107 if (R->getValueAsBit("isVCVT_N")) { in genIntrinsicRangeCheckCode()
2115 } else if (R->getValueAsBit("isScalarShift")) { in genIntrinsicRangeCheckCode()
2123 } else if (R->getValueAsBit("isShift")) { in genIntrinsicRangeCheckCode()
2134 if (R->getValueAsBit("isLaneQ")) in genIntrinsicRangeCheckCode()
DClangDiagnosticsEmitter.cpp569 if (R.getValueAsBit("WarningNoWerror")) in EmitClangDiagsDefs()
574 if (R.getValueAsBit("ShowInSystemHeader")) in EmitClangDiagsDefs()
/external/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.cpp195 HasAdSizePrefix = Rec->getValueAsBit("hasAdSizePrefix"); in RecognizableInstr()
196 HasREX_WPrefix = Rec->getValueAsBit("hasREX_WPrefix"); in RecognizableInstr()
197 HasVEX_4V = Rec->getValueAsBit("hasVEX_4V"); in RecognizableInstr()
198 HasVEX_4VOp3 = Rec->getValueAsBit("hasVEX_4VOp3"); in RecognizableInstr()
199 HasVEX_WPrefix = Rec->getValueAsBit("hasVEX_WPrefix"); in RecognizableInstr()
200 HasMemOp4Prefix = Rec->getValueAsBit("hasMemOp4Prefix"); in RecognizableInstr()
201 IgnoresVEX_L = Rec->getValueAsBit("ignoresVEX_L"); in RecognizableInstr()
202 HasEVEX_L2Prefix = Rec->getValueAsBit("hasEVEX_L2"); in RecognizableInstr()
203 HasEVEX_K = Rec->getValueAsBit("hasEVEX_K"); in RecognizableInstr()
204 HasEVEX_KZ = Rec->getValueAsBit("hasEVEX_Z"); in RecognizableInstr()
[all …]
DCodeEmitterGen.cpp200 getValueAsBit("noNamedPositionallyEncodedOperands")) { in getInstructionCase()
263 R->getValueAsBit("isPseudo")) { in run()
288 R->getValueAsBit("isPseudo")) in run()
DCodeGenTarget.cpp336 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding"); in isLittleEndianEncoding()
350 R->getValueAsBit("isPseudo")) in reverseBitsForLittleEndianEncoding()
385 return getInstructionSet()->getValueAsBit("guessInstructionProperties"); in guessInstructionProperties()
437 bool isTarget = I[i]->getValueAsBit("isTarget"); in LoadIntrinsics()
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()
277 assert(ModelDef->getValueAsBit("NoModel") in getModelOrItinDef()
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()
1204 PI->ModelDef->getValueAsBit("CompleteModel") : 0) in EmitProcessorModels()
DFixedLenDecoderEmitter.cpp1753 getValueAsBit("decodePositionallyEncodedOperands")) { in populateInstruction()
1759 getValueAsBit("noNamedPositionallyEncodedOperands")) in populateInstruction()
2191 Def->getValueAsBit("isPseudo") || in run()
2192 Def->getValueAsBit("isAsmParserOnly") || in run()
2193 Def->getValueAsBit("isCodeGenOnly")) in run()
DInstrInfoEmitter.cpp209 if (!Inst->TheDef->getValueAsBit("UseNamedOperandTable")) in initOperandMapData()
DAsmMatcherEmitter.cpp855 if (!Info.AsmParser->getValueAsBit("MnemonicContainsDot")) { in tokenizeAsmString()
1324 if (!Pred->getValueAsBit("AssemblerMatcherPredicate")) in buildInfo()
1357 if (CGI.TheDef->getValueAsBit("isCodeGenOnly")) in buildInfo()
2742 if (AsmParser->getValueAsBit("ShouldEmitMatchRegisterName")) in run()
DFastISelEmitter.cpp212 if (Rec->getValueAsBit("FastIselShouldIgnore")) in initialize()
DCodeGenRegisters.cpp110 CoveredBySubRegs(R->getValueAsBit("CoveredBySubRegs")), in CodeGenRegister()
718 Allocatable = R->getValueAsBit("isAllocatable"); in CodeGenRegisterClass()
/external/llvm/include/llvm/TableGen/
DRecord.h1609 bool getValueAsBit(StringRef FieldName) const;
/external/llvm/lib/TableGen/
DRecord.cpp1935 bool Record::getValueAsBit(StringRef FieldName) const { in getValueAsBit() function in Record