Home
last modified time | relevance | path

Searched refs:getValueAsBit (Results 1 – 22 of 22) 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 …]
DClangAttrEmitter.cpp140 if (Attr->getValueAsBit("SemaHandler")) { in getParsedAttrList()
1032 Arg, Attr, "bool", Arg.getValueAsBit("Default")); in createArgument()
1064 if (Ptr && Arg.getValueAsBit("Optional")) in createArgument()
1325 bool LateParsed = Attr->getValueAsBit("LateParsed"); in emitClangAttrLateParsedList()
1374 if (!Attr.getValueAsBit("ParseArgumentsAsUnevaluated")) in emitClangAttrArgContextList()
1444 if (!R.getValueAsBit("ASTNode")) in EmitClangAttrClass()
1520 << R.getValueAsBit("LateParsed") << ", " in EmitClangAttrClass()
1521 << R.getValueAsBit("DuplicatesAllowedWhileMerging") << ")\n"; in EmitClangAttrClass()
1554 << R.getValueAsBit("LateParsed") << ", " in EmitClangAttrClass()
1555 << R.getValueAsBit("DuplicatesAllowedWhileMerging") << ")\n"; in EmitClangAttrClass()
[all …]
DClangCommentHTMLTagsEmitter.cpp47 if (Tag->getValueAsBit("EndTagOptional")) in EmitClangCommentHTMLTagsProperties()
49 if (Tag->getValueAsBit("EndTagForbidden")) in EmitClangCommentHTMLTagsProperties()
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.cpp1899 bool CartesianProductOfTypes = R->getValueAsBit("CartesianProductOfTypes"); in createIntrinsic()
1900 bool BigEndianSafe = R->getValueAsBit("BigEndianSafe"); in createIntrinsic()
1902 bool IsUnavailable = OperationRec->getValueAsBit("Unavailable"); in createIntrinsic()
2099 if (R->getValueAsBit("isVCVT_N")) { in genIntrinsicRangeCheckCode()
2107 } else if (R->getValueAsBit("isScalarShift")) { in genIntrinsicRangeCheckCode()
2115 } else if (R->getValueAsBit("isShift")) { in genIntrinsicRangeCheckCode()
2126 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.cpp300 isReturn = R->getValueAsBit("isReturn"); in CodeGenInstruction()
301 isBranch = R->getValueAsBit("isBranch"); in CodeGenInstruction()
302 isIndirectBranch = R->getValueAsBit("isIndirectBranch"); in CodeGenInstruction()
303 isCompare = R->getValueAsBit("isCompare"); in CodeGenInstruction()
304 isMoveImm = R->getValueAsBit("isMoveImm"); in CodeGenInstruction()
305 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
306 isSelect = R->getValueAsBit("isSelect"); in CodeGenInstruction()
307 isBarrier = R->getValueAsBit("isBarrier"); in CodeGenInstruction()
308 isCall = R->getValueAsBit("isCall"); in CodeGenInstruction()
309 canFoldAsLoad = R->getValueAsBit("canFoldAsLoad"); in CodeGenInstruction()
[all …]
DX86RecognizableInstr.cpp213 HasREX_WPrefix = Rec->getValueAsBit("hasREX_WPrefix"); in RecognizableInstr()
214 HasVEX_4V = Rec->getValueAsBit("hasVEX_4V"); in RecognizableInstr()
215 HasVEX_4VOp3 = Rec->getValueAsBit("hasVEX_4VOp3"); in RecognizableInstr()
216 HasVEX_WPrefix = Rec->getValueAsBit("hasVEX_WPrefix"); in RecognizableInstr()
217 HasMemOp4Prefix = Rec->getValueAsBit("hasMemOp4Prefix"); in RecognizableInstr()
218 IgnoresVEX_L = Rec->getValueAsBit("ignoresVEX_L"); in RecognizableInstr()
219 HasEVEX_L2Prefix = Rec->getValueAsBit("hasEVEX_L2"); in RecognizableInstr()
220 HasEVEX_K = Rec->getValueAsBit("hasEVEX_K"); in RecognizableInstr()
221 HasEVEX_KZ = Rec->getValueAsBit("hasEVEX_Z"); in RecognizableInstr()
222 HasEVEX_B = Rec->getValueAsBit("hasEVEX_B"); in RecognizableInstr()
[all …]
DCodeEmitterGen.cpp190 getValueAsBit("noNamedPositionallyEncodedOperands")) { in getInstructionCase()
249 R->getValueAsBit("isPseudo")) { in run()
274 R->getValueAsBit("isPseudo")) in run()
DCodeGenTarget.cpp331 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding"); in isLittleEndianEncoding()
343 R->getValueAsBit("isPseudo")) in reverseBitsForLittleEndianEncoding()
378 return getInstructionSet()->getValueAsBit("guessInstructionProperties"); in guessInstructionProperties()
430 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()
DCallingConvEmitter.cpp43 if (!CCs[i]->getValueAsBit("Custom")) { in run()
55 if (!CCs[i]->getValueAsBit("Custom")) in run()
DCodeGenSchedule.h67 IsVariadic = Def->getValueAsBit("Variadic"); in CodeGenSchedRW()
277 assert(ModelDef->getValueAsBit("NoModel") in getModelOrItinDef()
DSubtargetEmitter.cpp938 if (WriteRes->getValueAsBit("Unsupported")) { in GenSchedClassTables()
944 SCDesc.BeginGroup |= WriteRes->getValueAsBit("BeginGroup"); in GenSchedClassTables()
945 SCDesc.EndGroup |= WriteRes->getValueAsBit("EndGroup"); in GenSchedClassTables()
988 if (ReadAdvance->getValueAsBit("Unsupported")) { in GenSchedClassTables()
1192 PI->ModelDef->getValueAsBit("PostRAScheduler") : 0) in EmitProcessorModels()
1196 PI->ModelDef->getValueAsBit("CompleteModel") : 0) in EmitProcessorModels()
DFixedLenDecoderEmitter.cpp1718 getValueAsBit("decodePositionallyEncodedOperands")) { in populateInstruction()
1724 getValueAsBit("noNamedPositionallyEncodedOperands")) in populateInstruction()
2156 Def->getValueAsBit("isPseudo") || in run()
2157 Def->getValueAsBit("isAsmParserOnly") || in run()
2158 Def->getValueAsBit("isCodeGenOnly")) in run()
DAsmMatcherEmitter.cpp861 if (!Info.AsmParser->getValueAsBit("MnemonicContainsDot")) { in tokenizeAsmString()
1313 if (!Pred->getValueAsBit("AssemblerMatcherPredicate")) in buildInfo()
1344 if (CGI->TheDef->getValueAsBit("isCodeGenOnly")) in buildInfo()
2694 if (AsmParser->getValueAsBit("ShouldEmitMatchRegisterName")) in run()
DInstrInfoEmitter.cpp209 if (!Inst->TheDef->getValueAsBit("UseNamedOperandTable")) in initOperandMapData()
DFastISelEmitter.cpp214 if (Rec->getValueAsBit("FastIselShouldIgnore")) in initialize()
DCodeGenRegisters.cpp110 CoveredBySubRegs(R->getValueAsBit("CoveredBySubRegs")), in CodeGenRegister()
712 Allocatable = R->getValueAsBit("isAllocatable"); in CodeGenRegisterClass()
/external/llvm/include/llvm/TableGen/
DRecord.h1639 bool getValueAsBit(StringRef FieldName) const;
/external/llvm/lib/TableGen/
DRecord.cpp1946 bool Record::getValueAsBit(StringRef FieldName) const { in getValueAsBit() function in Record