/external/clang/utils/TableGen/ |
D | ClangCommentCommandInfoEmitter.cpp | 37 << 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 …]
|
D | ClangCommentHTMLTagsEmitter.cpp | 46 if (Tag->getValueAsBit("EndTagOptional")) in EmitClangCommentHTMLTagsProperties() 48 if (Tag->getValueAsBit("EndTagForbidden")) in EmitClangCommentHTMLTagsProperties()
|
D | ClangAttrEmitter.cpp | 158 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 …]
|
/external/llvm-project/clang/utils/TableGen/ |
D | ClangCommentCommandInfoEmitter.cpp | 37 << 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 …]
|
D | ClangOpenCLBuiltinEmitter.cpp | 463 << T.first->getValueAsBit("IsPointer") << ", " in EmitTypeTable() 464 << T.first->getValueAsBit("IsConst") << ", " in EmitTypeTable() 465 << T.first->getValueAsBit("IsVolatile") << ", " in EmitTypeTable() 510 << (Overload.first->getValueAsBit("IsPure")) << ", " in EmitBuiltinTable() 511 << (Overload.first->getValueAsBit("IsConst")) << ", " in EmitBuiltinTable() 512 << (Overload.first->getValueAsBit("IsConv")) << ", " in EmitBuiltinTable() 535 if (Rec->getValueAsBit("IsPure") == Rec2->getValueAsBit("IsPure") && in CanReuseSignature() 536 Rec->getValueAsBit("IsConst") == Rec2->getValueAsBit("IsConst") && in CanReuseSignature() 537 Rec->getValueAsBit("IsConv") == Rec2->getValueAsBit("IsConv") && in CanReuseSignature() 752 if (QT->getValueAsBit("IsAbstract") == 1) in EmitQualTypeFinder()
|
D | ClangOpcodesEmitter.cpp | 117 bool CanReturn = R->getValueAsBit("CanReturn"); in EmitInterp() 118 bool ChangesPC = R->getValueAsBit("ChangesPC"); in EmitInterp() 174 if (R->getValueAsBit("HasCustomLink")) in EmitEmitter() 215 if (R->getValueAsBit("HasCustomEval") && TypeCount) { in EmitProto() 235 if (!R->getValueAsBit("HasGroup")) in EmitGroup() 272 if (R->getValueAsBit("HasCustomEval")) { in EmitGroup() 317 if (R->getValueAsBit("HasCustomEval")) in EmitEval()
|
D | ClangCommentHTMLTagsEmitter.cpp | 46 if (Tag->getValueAsBit("EndTagOptional")) in EmitClangCommentHTMLTagsProperties() 48 if (Tag->getValueAsBit("EndTagForbidden")) in EmitClangCommentHTMLTagsProperties()
|
D | ClangAttrEmitter.cpp | 85 if (Spelling->getValueAsBit("AllowInC")) in GetFlattenedSpellings() 90 if (Spelling->getValueAsBit("AllowInC")) in GetFlattenedSpellings() 172 if (Attr->getValueAsBit("SemaHandler")) { in getParsedAttrList() 1311 Arg, Attr, "bool", Arg.getValueAsBit("Default")); in createArgument() 1355 if (Ptr && Arg.getValueAsBit("Optional")) in createArgument() 1358 if (Ptr && Arg.getValueAsBit("Fake")) in createArgument() 1703 bool LateParsed = Attr->getValueAsBit("LateParsed"); in emitClangAttrLateParsedList() 1766 return Constraint->getValueAsBit("Negated"); in isNegatedSubRule() 1961 if (Attribute.getValueAsBit("LateParsed")) in isAttributedSupported() 2170 if (!Attr.getValueAsBit("ParseArgumentsAsUnevaluated")) in emitClangAttrArgContextList() [all …]
|
D | ASTTableGen.h | 172 return get()->getValueAsBit(AbstractFieldName); in isAbstract() 271 return get()->getValueAsBit(PassByReferenceFieldName); in shouldPassByReference() 277 return get()->getValueAsBit(ConstWhenWritingFieldName); in isConstWhenWriting()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | X86EVEX2VEXTablesEmitter.cpp | 94 bool EVEX_W = RecE->getValueAsBit("HasVEX_W"); in operator ()() 95 bool VEX_W = RecV->getValueAsBit("HasVEX_W"); in operator ()() 96 bool VEX_WIG = RecV->getValueAsBit("IgnoresVEX_W"); in operator ()() 97 bool EVEX_WIG = RecE->getValueAsBit("IgnoresVEX_W"); in operator ()() 98 bool EVEX_W1_VEX_W0 = RecE->getValueAsBit("EVEX_W1_VEX_W0"); in operator ()() 101 RecV->getValueAsBit("isCodeGenOnly") != RecE->getValueAsBit("isCodeGenOnly") || in operator ()() 105 RecV->getValueAsBit("hasVEX_4V") != RecE->getValueAsBit("hasVEX_4V") || in operator ()() 106 RecV->getValueAsBit("hasEVEX_L2") != RecE->getValueAsBit("hasEVEX_L2") || in operator ()() 107 RecV->getValueAsBit("hasVEX_L") != RecE->getValueAsBit("hasVEX_L") || in operator ()() 191 !Inst->TheDef->getValueAsBit("hasEVEX_K") && in run() [all …]
|
D | X86FoldTablesEmitter.cpp | 132 bool LHSpseudo = RegInst->TheDef->getValueAsBit("isPseudo"); in operator <() 133 bool RHSpseudo = RHS.RegInst->TheDef->getValueAsBit("isPseudo"); in operator <() 337 RegRec->getValueAsBit("hasVEX_4V") != in operator ()() 338 MemRec->getValueAsBit("hasVEX_4V") || in operator ()() 339 RegRec->getValueAsBit("hasEVEX_K") != in operator ()() 340 MemRec->getValueAsBit("hasEVEX_K") || in operator ()() 341 RegRec->getValueAsBit("hasEVEX_Z") != in operator ()() 342 MemRec->getValueAsBit("hasEVEX_Z") || in operator ()() 344 RegRec->getValueAsBit("hasEVEX_B") != 0 || in operator ()() 345 MemRec->getValueAsBit("hasEVEX_B") != 0 || in operator ()() [all …]
|
D | CodeGenInstruction.cpp | 373 isPreISelOpcode = R->getValueAsBit("isPreISelOpcode"); in CodeGenInstruction() 374 isReturn = R->getValueAsBit("isReturn"); in CodeGenInstruction() 375 isEHScopeReturn = R->getValueAsBit("isEHScopeReturn"); in CodeGenInstruction() 376 isBranch = R->getValueAsBit("isBranch"); in CodeGenInstruction() 377 isIndirectBranch = R->getValueAsBit("isIndirectBranch"); in CodeGenInstruction() 378 isCompare = R->getValueAsBit("isCompare"); in CodeGenInstruction() 379 isMoveImm = R->getValueAsBit("isMoveImm"); in CodeGenInstruction() 380 isMoveReg = R->getValueAsBit("isMoveReg"); in CodeGenInstruction() 381 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction() 382 isSelect = R->getValueAsBit("isSelect"); in CodeGenInstruction() [all …]
|
D | OptEmitter.cpp | 47 bool ASent = A->getValueAsDef("Kind")->getValueAsBit("Sentinel"); in CompareOptionRecords() 48 bool BSent = B->getValueAsDef("Kind")->getValueAsBit("Sentinel"); in CompareOptionRecords()
|
D | X86RecognizableInstr.cpp | 84 HasREX_WPrefix = Rec->getValueAsBit("hasREX_WPrefix"); in RecognizableInstr() 85 HasVEX_4V = Rec->getValueAsBit("hasVEX_4V"); in RecognizableInstr() 86 HasVEX_W = Rec->getValueAsBit("HasVEX_W"); in RecognizableInstr() 87 IgnoresVEX_W = Rec->getValueAsBit("IgnoresVEX_W"); 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() [all …]
|
D | CallingConvEmitter.cpp | 43 if (!CC->getValueAsBit("Custom")) { in run() 45 if (CC->getValueAsBit("Entry")) { in run() 62 if (!CC->getValueAsBit("Custom")) in run() 74 if (CC->getValueAsBit("Entry")) { in EmitCallingConv()
|
D | PredicateExpander.cpp | 409 if (Rec->getValueAsBit("UpdatesOpcodeMask")) in expandHeader() 417 if (Rec->getValueAsBit("OverridesBaseClassMember")) in expandHeader() 426 Fn.getDeclaration()->getValueAsBit("UpdatesOpcodeMask"); in expandPrologue() 491 Fn.getDeclaration()->getValueAsBit("UpdatesOpcodeMask"); in expandBody() 538 if (shouldExpandForMC() && !Rec->getValueAsBit("ExpandForMC")) in expandSTIPredicate()
|
D | CodeGenTarget.cpp | 490 if (CGI->TheDef->getValueAsBit("isPseudo")) in ComputeInstrsByEnum() 503 return std::make_tuple(!D1.getValueAsBit("isPseudo"), D1.getName()) < in ComputeInstrsByEnum() 504 std::make_tuple(!D2.getValueAsBit("isPseudo"), D2.getName()); in ComputeInstrsByEnum() 513 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding"); in isLittleEndianEncoding() 526 R->getValueAsBit("isPseudo")) in reverseBitsForLittleEndianEncoding() 561 return getInstructionSet()->getValueAsBit("guessInstructionProperties"); in guessInstructionProperties() 624 if (Rec->getValueAsBit("IsDefault")) in CodeGenIntrinsicTable() 817 if (R->getValueAsBit("DisableDefaultAttributes")) in setDefaultProperties()
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 303 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 …]
|
D | X86RecognizableInstr.cpp | 213 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 …]
|
D | CodeEmitterGen.cpp | 189 getValueAsBit("noNamedPositionallyEncodedOperands")) { in getInstructionCase() 244 R->getValueAsBit("isPseudo")) { in run() 269 R->getValueAsBit("isPseudo")) in run()
|
/external/llvm-project/llvm/include/llvm/TableGen/ |
D | DirectiveEmitter.h | 46 return Def->getValueAsBit("makeEnumAvailableInNamespace"); in hasMakeEnumAvailableInNamespace() 50 return Def->getValueAsBit("enableBitmaskEnumInNamespace"); in hasEnableBitmaskEnumInNamespace() 93 bool isDefault() const { return Def->getValueAsBit("isDefault"); } in isDefault() 177 bool isValueOptional() const { return Def->getValueAsBit("isValueOptional"); } in isValueOptional() 179 bool isValueList() const { return Def->getValueAsBit("isValueList"); } in isValueList() 185 bool isImplict() const { return Def->getValueAsBit("isImplicit"); } in isImplict() 211 bool isUserVisible() const { return Def->getValueAsBit("isUserValue"); } in isUserVisible()
|
/external/llvm-project/mlir/lib/TableGen/ |
D | Dialect.cpp | 65 return def->getValueAsBit("hasConstantMaterializer"); in hasConstantMaterializer() 69 return def->getValueAsBit("hasOperationAttrVerify"); in hasOperationAttrVerify() 73 return def->getValueAsBit("hasRegionArgAttrVerify"); in hasRegionArgAttrVerify() 77 return def->getValueAsBit("hasRegionResultAttrVerify"); in hasRegionResultAttrVerify()
|
D | TypeDef.cpp | 60 return def->getValueAsBit("genStorageClass"); in genStorageClass() 63 return def->getValueAsBit("hasStorageCustomConstructor"); in hasStorageCustomConstructor() 87 return def->getValueAsBit("genAccessors"); in genAccessors() 90 return def->getValueAsBit("genVerifyInvariantsDecl"); in genVerifyInvariantsDecl()
|
/external/capstone/contrib/sysz_update/ |
D | 0006-capstone-generate-MappingInsn.inc.patch | 96 + if (Inst->TheDef->getValueAsBit("isPseudo") || 97 + Inst->TheDef->getValueAsBit("isCodeGenOnly")) { 118 + << Inst->TheDef->getValueAsBit("isBranch") 120 + << Inst->TheDef->getValueAsBit("isIndirectBranch")
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | operator_writer_gen.cc | 148 if (!def->getValueAsBit("hasCustomHLOConverter")) BuildOperator(op, os); in OperatorWritersMain() 184 if (def->getValueAsBit("hasCustomHLOConverter")) os << "mlir::mhlo::"; in OperatorWritersMain()
|