Home
last modified time | relevance | path

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

123

/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.cpp46 if (Tag->getValueAsBit("EndTagOptional")) in EmitClangCommentHTMLTagsProperties()
48 if (Tag->getValueAsBit("EndTagForbidden")) in EmitClangCommentHTMLTagsProperties()
DClangAttrEmitter.cpp158 if (Attr->getValueAsBit("SemaHandler")) { in getParsedAttrList()
1187 Arg, Attr, "bool", Arg.getValueAsBit("Default")); in createArgument()
1221 if (Ptr && Arg.getValueAsBit("Optional")) in createArgument()
1224 if (Ptr && Arg.getValueAsBit("Fake")) in createArgument()
1508 bool LateParsed = Attr->getValueAsBit("LateParsed"); in emitClangAttrLateParsedList()
1557 if (!Attr.getValueAsBit("ParseArgumentsAsUnevaluated")) in emitClangAttrArgContextList()
1627 if (!R.getValueAsBit("ASTNode")) in EmitClangAttrClass()
1730 << ( R.getValueAsBit("LateParsed") ? "true" : "false" ) << ", " in EmitClangAttrClass()
1731 << ( R.getValueAsBit("DuplicatesAllowedWhileMerging") ? "true" : "false" ) << ")\n"; in EmitClangAttrClass()
1816 if (!R.getValueAsBit("ASTNode")) in EmitClangAttrImpl()
[all …]
DClangASTNodesEmitter.cpp83 if (Base->getValue("Abstract") && !Base->getValueAsBit("Abstract")) in EmitNode()
88 bool Abstract = R->getValueAsBit("Abstract"); in EmitNode()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenInstruction.cpp304 isReturn = R->getValueAsBit("isReturn"); in CodeGenInstruction()
305 isBranch = R->getValueAsBit("isBranch"); in CodeGenInstruction()
306 isIndirectBranch = R->getValueAsBit("isIndirectBranch"); in CodeGenInstruction()
307 isCompare = R->getValueAsBit("isCompare"); in CodeGenInstruction()
308 isMoveImm = R->getValueAsBit("isMoveImm"); in CodeGenInstruction()
309 isMoveReg = R->getValueAsBit("isMoveReg"); in CodeGenInstruction()
310 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
311 isSelect = R->getValueAsBit("isSelect"); in CodeGenInstruction()
312 isBarrier = R->getValueAsBit("isBarrier"); in CodeGenInstruction()
313 isCall = R->getValueAsBit("isCall"); in CodeGenInstruction()
[all …]
DX86FoldTablesEmitter.cpp331 RegRec->getValueAsBit("hasVEX_4V") != in operator ()()
332 MemRec->getValueAsBit("hasVEX_4V") || in operator ()()
333 RegRec->getValueAsBit("hasEVEX_K") != in operator ()()
334 MemRec->getValueAsBit("hasEVEX_K") || in operator ()()
335 RegRec->getValueAsBit("hasEVEX_Z") != in operator ()()
336 MemRec->getValueAsBit("hasEVEX_Z") || in operator ()()
338 RegRec->getValueAsBit("hasEVEX_B") != 0 || in operator ()()
339 MemRec->getValueAsBit("hasEVEX_B") != 0 || in operator ()()
340 RegRec->getValueAsBit("hasEVEX_RC") != in operator ()()
341 MemRec->getValueAsBit("hasEVEX_RC") || in operator ()()
[all …]
DX86EVEX2VEXTablesEmitter.cpp121 RecV->getValueAsBit("hasVEX_4V") != RecE->getValueAsBit("hasVEX_4V") || in operator ()()
130 RecV->getValueAsBit("isAsmParserOnly") != in operator ()()
131 RecE->getValueAsBit("isAsmParserOnly")) in operator ()()
208 !Inst->TheDef->getValueAsBit("hasEVEX_K") && in run()
209 !Inst->TheDef->getValueAsBit("hasEVEX_B") && in run()
212 !Inst->TheDef->getValueAsBit("notEVEX2VEXConvertible")) in run()
DX86RecognizableInstr.cpp85 HasREX_WPrefix = Rec->getValueAsBit("hasREX_WPrefix"); in RecognizableInstr()
86 HasVEX_4V = Rec->getValueAsBit("hasVEX_4V"); in RecognizableInstr()
88 IgnoresVEX_L = Rec->getValueAsBit("ignoresVEX_L"); in RecognizableInstr()
89 HasEVEX_L2Prefix = Rec->getValueAsBit("hasEVEX_L2"); in RecognizableInstr()
90 HasEVEX_K = Rec->getValueAsBit("hasEVEX_K"); in RecognizableInstr()
91 HasEVEX_KZ = Rec->getValueAsBit("hasEVEX_Z"); in RecognizableInstr()
92 HasEVEX_B = Rec->getValueAsBit("hasEVEX_B"); in RecognizableInstr()
93 IsCodeGenOnly = Rec->getValueAsBit("isCodeGenOnly"); in RecognizableInstr()
94 ForceDisassemble = Rec->getValueAsBit("ForceDisassemble"); in RecognizableInstr()
101 HasVEX_LPrefix = Rec->getValueAsBit("hasVEX_L"); in RecognizableInstr()
[all …]
DCodeGenTarget.cpp379 if (CGI->TheDef->getValueAsBit("isPseudo")) in ComputeInstrsByEnum()
392 return std::make_tuple(!D1.getValueAsBit("isPseudo"), D1.getName()) < in ComputeInstrsByEnum()
393 std::make_tuple(!D2.getValueAsBit("isPseudo"), D2.getName()); in ComputeInstrsByEnum()
402 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding"); in isLittleEndianEncoding()
414 R->getValueAsBit("isPseudo")) in reverseBitsForLittleEndianEncoding()
449 return getInstructionSet()->getValueAsBit("guessInstructionProperties"); in guessInstructionProperties()
512 bool isTarget = Defs[I]->getValueAsBit("isTarget"); in CodeGenIntrinsicTable()
DCodeEmitterGen.cpp197 getValueAsBit("noNamedPositionallyEncodedOperands")) { in getInstructionCase()
254 R->getValueAsBit("isPseudo")) { in run()
279 R->getValueAsBit("isPseudo")) in run()
DSubtargetFeatureInfo.h50 return TheDef->getValueAsBit("RecomputePerFunction"); in mustRecomputePerFunction()
DCallingConvEmitter.cpp43 if (!CC->getValueAsBit("Custom")) { in run()
55 if (!CC->getValueAsBit("Custom")) in run()
DSubtargetEmitter.cpp1097 if (WriteRes->getValueAsBit("Unsupported")) { in GenSchedClassTables()
1103 SCDesc.BeginGroup |= WriteRes->getValueAsBit("BeginGroup"); in GenSchedClassTables()
1104 SCDesc.EndGroup |= WriteRes->getValueAsBit("EndGroup"); in GenSchedClassTables()
1105 SCDesc.BeginGroup |= WriteRes->getValueAsBit("SingleIssue"); in GenSchedClassTables()
1106 SCDesc.EndGroup |= WriteRes->getValueAsBit("SingleIssue"); in GenSchedClassTables()
1164 if (ReadAdvance->getValueAsBit("Unsupported")) { in GenSchedClassTables()
1368 (PM.ModelDef ? PM.ModelDef->getValueAsBit("PostRAScheduler") : false); in EmitProcessorModels()
1374 (PM.ModelDef ? PM.ModelDef->getValueAsBit("CompleteModel") : false); in EmitProcessorModels()
DOptParserEmitter.cpp51 bool ASent = A->getValueAsDef("Kind")->getValueAsBit("Sentinel"); in CompareOptionRecords()
52 bool BSent = B->getValueAsDef("Kind")->getValueAsBit("Sentinel"); in CompareOptionRecords()
DSearchableTableEmitter.cpp238 bool LHSpseudo = LHSr->getValueAsBit("isPseudo"); in compareBy()
239 bool RHSpseudo = RHSr->getValueAsBit("isPseudo"); in compareBy()
685 TableRec->getValueAsBit("PrimaryKeyEarlyOut")); in run()
707 IndexRec->getValueAsBit("EarlyOut"))); in run()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.cpp294 isReturn = R->getValueAsBit("isReturn"); in CodeGenInstruction()
295 isBranch = R->getValueAsBit("isBranch"); in CodeGenInstruction()
296 isIndirectBranch = R->getValueAsBit("isIndirectBranch"); in CodeGenInstruction()
297 isCompare = R->getValueAsBit("isCompare"); in CodeGenInstruction()
298 isMoveImm = R->getValueAsBit("isMoveImm"); in CodeGenInstruction()
299 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
300 isBarrier = R->getValueAsBit("isBarrier"); in CodeGenInstruction()
301 isCall = R->getValueAsBit("isCall"); in CodeGenInstruction()
302 canFoldAsLoad = R->getValueAsBit("canFoldAsLoad"); in CodeGenInstruction()
303 mayLoad = R->getValueAsBit("mayLoad"); in CodeGenInstruction()
[all …]
DX86RecognizableInstr.cpp215 HasOpSizePrefix = Rec->getValueAsBit("hasOpSizePrefix"); in RecognizableInstr()
216 HasREX_WPrefix = Rec->getValueAsBit("hasREX_WPrefix"); in RecognizableInstr()
217 HasVEXPrefix = Rec->getValueAsBit("hasVEXPrefix"); in RecognizableInstr()
218 HasVEX_4VPrefix = Rec->getValueAsBit("hasVEX_4VPrefix"); in RecognizableInstr()
219 HasVEX_WPrefix = Rec->getValueAsBit("hasVEX_WPrefix"); in RecognizableInstr()
220 IgnoresVEX_L = Rec->getValueAsBit("ignoresVEX_L"); in RecognizableInstr()
221 HasLockPrefix = Rec->getValueAsBit("hasLockPrefix"); in RecognizableInstr()
222 IsCodeGenOnly = Rec->getValueAsBit("isCodeGenOnly"); in RecognizableInstr()
232 HasVEX_LPrefix = has256BitOperands() || Rec->getValueAsBit("hasVEX_L"); in RecognizableInstr()
273 if (insn.TheDef->getValueAsBit("isAsmParserOnly")) in processInstr()
DCodeEmitterGen.cpp38 R->getValueAsBit("isPseudo")) in reverseBits()
240 R->getValueAsBit("isPseudo")) { in run()
265 R->getValueAsBit("isPseudo")) in run()
/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp303 isReturn = R->getValueAsBit("isReturn"); in CodeGenInstruction()
304 isBranch = R->getValueAsBit("isBranch"); in CodeGenInstruction()
305 isIndirectBranch = R->getValueAsBit("isIndirectBranch"); in CodeGenInstruction()
306 isCompare = R->getValueAsBit("isCompare"); in CodeGenInstruction()
307 isMoveImm = R->getValueAsBit("isMoveImm"); in CodeGenInstruction()
308 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
309 isSelect = R->getValueAsBit("isSelect"); in CodeGenInstruction()
310 isBarrier = R->getValueAsBit("isBarrier"); in CodeGenInstruction()
311 isCall = R->getValueAsBit("isCall"); in CodeGenInstruction()
312 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.cpp189 getValueAsBit("noNamedPositionallyEncodedOperands")) { in getInstructionCase()
244 R->getValueAsBit("isPseudo")) { in run()
269 R->getValueAsBit("isPseudo")) in run()
DCodeGenTarget.cpp337 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding"); in isLittleEndianEncoding()
349 R->getValueAsBit("isPseudo")) in reverseBitsForLittleEndianEncoding()
384 return getInstructionSet()->getValueAsBit("guessInstructionProperties"); in guessInstructionProperties()
437 bool isTarget = Defs[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()
DSubtargetEmitter.cpp917 if (WriteRes->getValueAsBit("Unsupported")) { in GenSchedClassTables()
923 SCDesc.BeginGroup |= WriteRes->getValueAsBit("BeginGroup"); in GenSchedClassTables()
924 SCDesc.EndGroup |= WriteRes->getValueAsBit("EndGroup"); in GenSchedClassTables()
967 if (ReadAdvance->getValueAsBit("Unsupported")) { in GenSchedClassTables()
1170 (PM.ModelDef ? PM.ModelDef->getValueAsBit("PostRAScheduler") : false); in EmitProcessorModels()
1176 (PM.ModelDef ? PM.ModelDef->getValueAsBit("CompleteModel") : false); in EmitProcessorModels()

123