| /freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/ |
| H A 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() 49 << Tag.getValueAsBit("IsVerbatimLineCommand") << ", " in EmitClangCommentCommandInfo() [all …]
|
| H A D | ClangOpenCLBuiltinEmitter.cpp | 522 << T.first->getValueAsBit("IsPointer") << ", " in EmitTypeTable() 523 << T.first->getValueAsBit("IsConst") << ", " in EmitTypeTable() 524 << T.first->getValueAsBit("IsVolatile") << ", " in EmitTypeTable() 619 if (Rec->getValueAsBit("IsPure") == Rec2->getValueAsBit("IsPure") && in CanReuseSignature() 620 Rec->getValueAsBit("IsConst") == Rec2->getValueAsBit("IsConst") && in CanReuseSignature() 621 Rec->getValueAsBit("IsConv") == Rec2->getValueAsBit("IsConv") && in CanReuseSignature() 851 if (QT->getValueAsBit("IsAbstract") == 1) in EmitQualTypeFinder() 930 if (Type->getValueAsBit("IsConst") || Flags.IsConst) { in getTypeString() 949 } else if (Type->getValueAsBit("IsPointer")) { in getTypeString() 992 Flags.IsPointer = Type->getValueAsBit("IsPointer"); in getTypeLists() [all …]
|
| H A 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() 318 if (R->getValueAsBit("HasCustomEval")) in EmitEval()
|
| H A D | ClangCommentHTMLTagsEmitter.cpp | 46 if (Tag->getValueAsBit("EndTagOptional")) in EmitClangCommentHTMLTagsProperties() 48 if (Tag->getValueAsBit("EndTagForbidden")) in EmitClangCommentHTMLTagsProperties()
|
| H A D | ClangAttrEmitter.cpp | 2297 if (!R.getValueAsBit("ASTNode")) in emitAttributes() 2930 if (!R.getValueAsBit("ASTNode")) in EmitClangAttrPCHRead() 2970 if (!R.getValueAsBit("ASTNode")) in EmitClangAttrPCHWrite() 3239 if (!R.getValueAsBit("ASTNode")) in EmitClangAttrASTVisitor() 3253 if (!R.getValueAsBit("ASTNode")) in EmitClangAttrASTVisitor() 3282 if (!R.getValueAsBit("ASTNode")) in EmitClangAttrASTVisitor() 3302 if (!R.getValueAsBit("ASTNode")) in EmitClangAttrTemplateInstantiateHelper() 3398 if (Arg->getValueAsBit("Fake")) in emitArgInfo() 3861 if (!Attr.getValueAsBit("ASTNode")) in GenerateSpellingIndexToSemanticSpelling() 4140 if (!R.getValueAsBit("ASTNode")) in EmitClangAttrTextNodeDump() [all …]
|
| H A D | ASTTableGen.h | 172 return get()->getValueAsBit(AbstractFieldName); in isAbstract() 271 return get()->getValueAsBit(PassByReferenceFieldName); in shouldPassByReference() 277 return get()->getValueAsBit(ConstWhenWritingFieldName); in isConstWhenWriting()
|
| H A D | ClangSACheckersEmitter.cpp | 131 if (R->getValueAsBit("Hidden")) in isHidden() 172 if (!R.getValueAsBit("Hidden")) in printOption()
|
| H A D | RISCVVEmitter.cpp | 1084 bool HasMask = R->getValueAsBit("HasMask"); in createRVVIntrinsics() 1085 bool HasMaskedOffOperand = R->getValueAsBit("HasMaskedOffOperand"); in createRVVIntrinsics() 1086 bool HasVL = R->getValueAsBit("HasVL"); in createRVVIntrinsics() 1087 bool HasNoMaskedOverloaded = R->getValueAsBit("HasNoMaskedOverloaded"); in createRVVIntrinsics() 1088 bool HasSideEffects = R->getValueAsBit("HasSideEffects"); in createRVVIntrinsics()
|
| H A D | NeonEmitter.cpp | 1467 if (Intr.getRecord()->getValueAsBit("isLaneQ")) in emitDagCall() 1941 bool BigEndianSafe = R->getValueAsBit("BigEndianSafe"); in createIntrinsic() 1943 bool IsUnavailable = OperationRec->getValueAsBit("Unavailable"); in createIntrinsic() 2118 if (R->getValueAsBit("isVXAR")) { in genIntrinsicRangeCheckCode() 2122 } else if (R->getValueAsBit("isVCVT_N")) { in genIntrinsicRangeCheckCode() 2134 } else if (R->getValueAsBit("isScalarShift")) { in genIntrinsicRangeCheckCode() 2142 } else if (R->getValueAsBit("isShift")) { in genIntrinsicRangeCheckCode() 2153 if (R->getValueAsBit("isLaneQ")) in genIntrinsicRangeCheckCode()
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | X86EVEX2VEXTablesEmitter.cpp | 113 bool EVEX_W = RecE->getValueAsBit("HasVEX_W"); in operator ()() 114 bool VEX_W = RecV->getValueAsBit("HasVEX_W"); in operator ()() 115 bool VEX_WIG = RecV->getValueAsBit("IgnoresVEX_W"); in operator ()() 116 bool EVEX_WIG = RecE->getValueAsBit("IgnoresVEX_W"); in operator ()() 120 RecV->getValueAsBit("isCodeGenOnly") != RecE->getValueAsBit("isCodeGenOnly") || in operator ()() 124 RecV->getValueAsBit("hasVEX_4V") != RecE->getValueAsBit("hasVEX_4V") || in operator ()() 125 RecV->getValueAsBit("hasEVEX_L2") != RecE->getValueAsBit("hasEVEX_L2") || in operator ()() 126 RecV->getValueAsBit("hasVEX_L") != RecE->getValueAsBit("hasVEX_L") || in operator ()() 222 !Inst->TheDef->getValueAsBit("hasEVEX_K") && in run() 223 !Inst->TheDef->getValueAsBit("hasEVEX_B") && in run() [all …]
|
| H A D | X86FoldTablesEmitter.cpp | 337 RegRec->getValueAsBit("hasVEX_4V") != in operator ()() 339 RegRec->getValueAsBit("hasEVEX_K") != in operator ()() 341 RegRec->getValueAsBit("hasEVEX_Z") != in operator ()() 346 RegRec->getValueAsBit("hasEVEX_RC") != in operator ()() 354 RegRec->getValueAsBit("hasVEX_L") != in operator ()() 355 MemRec->getValueAsBit("hasVEX_L") || in operator ()() 356 RegRec->getValueAsBit("hasEVEX_L2") != in operator ()() 358 RegRec->getValueAsBit("ignoresVEX_L") != in operator ()() 360 RegRec->getValueAsBit("HasVEX_W") != in operator ()() 361 MemRec->getValueAsBit("HasVEX_W") || in operator ()() [all …]
|
| H A D | CodeGenInstruction.cpp | 371 isReturn = R->getValueAsBit("isReturn"); in CodeGenInstruction() 373 isBranch = R->getValueAsBit("isBranch"); in CodeGenInstruction() 375 isCompare = R->getValueAsBit("isCompare"); in CodeGenInstruction() 376 isMoveImm = R->getValueAsBit("isMoveImm"); in CodeGenInstruction() 377 isMoveReg = R->getValueAsBit("isMoveReg"); in CodeGenInstruction() 378 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction() 379 isSelect = R->getValueAsBit("isSelect"); in CodeGenInstruction() 381 isCall = R->getValueAsBit("isCall"); in CodeGenInstruction() 382 isAdd = R->getValueAsBit("isAdd"); in CodeGenInstruction() 383 isTrap = R->getValueAsBit("isTrap"); in CodeGenInstruction() [all …]
|
| H A D | X86RecognizableInstr.cpp | 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() 101 HasVEX_LPrefix = Rec->getValueAsBit("hasVEX_L"); in RecognizableInstr() [all …]
|
| H A D | OptEmitter.cpp | 47 bool ASent = A->getValueAsDef("Kind")->getValueAsBit("Sentinel"); in CompareOptionRecords() 48 bool BSent = B->getValueAsDef("Kind")->getValueAsBit("Sentinel"); in CompareOptionRecords()
|
| H A 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()
|
| H A 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()
|
| H A D | CodeGenTarget.cpp | 501 if (CGI->TheDef->getValueAsBit("isPseudo")) in ComputeInstrsByEnum() 514 return std::make_tuple(!D1.getValueAsBit("isPseudo"), D1.getName()) < in ComputeInstrsByEnum() 515 std::make_tuple(!D2.getValueAsBit("isPseudo"), D2.getName()); in ComputeInstrsByEnum() 524 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding"); in isLittleEndianEncoding() 537 R->getValueAsBit("isPseudo")) in reverseBitsForLittleEndianEncoding() 572 return getInstructionSet()->getValueAsBit("guessInstructionProperties"); in guessInstructionProperties() 635 if (Rec->getValueAsBit("IsDefault")) in CodeGenIntrinsicTable() 829 if (R->getValueAsBit("DisableDefaultAttributes")) in setDefaultProperties()
|
| H A D | CodeEmitterGen.cpp | 298 getValueAsBit("noNamedPositionallyEncodedOperands")) { in getInstructionCaseForEncoding() 361 R->getValueAsBit("isPseudo")) { in emitInstructionBaseValues() 406 R->getValueAsBit("isPseudo")) in run() 466 R->getValueAsBit("isPseudo")) in run()
|
| H A D | SubtargetFeatureInfo.h | 44 return TheDef->getValueAsBit("RecomputePerFunction"); in mustRecomputePerFunction()
|
| H A D | SubtargetEmitter.cpp | 1089 if (WriteRes->getValueAsBit("Unsupported")) { in GenSchedClassTables() 1095 SCDesc.BeginGroup |= WriteRes->getValueAsBit("BeginGroup"); in GenSchedClassTables() 1096 SCDesc.EndGroup |= WriteRes->getValueAsBit("EndGroup"); in GenSchedClassTables() 1097 SCDesc.BeginGroup |= WriteRes->getValueAsBit("SingleIssue"); in GenSchedClassTables() 1098 SCDesc.EndGroup |= WriteRes->getValueAsBit("SingleIssue"); in GenSchedClassTables() 1099 SCDesc.RetireOOO |= WriteRes->getValueAsBit("RetireOOO"); in GenSchedClassTables() 1157 if (ReadAdvance->getValueAsBit("Unsupported")) { in GenSchedClassTables() 1357 (PM.ModelDef ? PM.ModelDef->getValueAsBit("PostRAScheduler") : false); in EmitProcessorModels() 1363 (PM.ModelDef ? PM.ModelDef->getValueAsBit("CompleteModel") : false); in EmitProcessorModels()
|
| H A D | CodeBeadsGen.cpp | 86 if (R->getValueAsBit("isPseudo")) in run()
|
| H A D | DirectiveEmitter.cpp | 277 Records, [](Record *R) { return R->getValueAsBit("isDefault") == true; }); in GenerateGetKind() 293 if (ImplicitAsUnknown && R->getValueAsBit("isImplicit")) { in GenerateGetKind() 315 return CV->getValueAsBit("isDefault") == true; in GenerateGetKindClauseVal()
|
| H A D | SearchableTableEmitter.cpp | 249 bool LHSpseudo = LHSr->getValueAsBit("isPseudo"); in compareBy() 250 bool RHSpseudo = RHSr->getValueAsBit("isPseudo"); in compareBy() 722 TableRec->getValueAsBit("PrimaryKeyEarlyOut")); in run() 746 IndexRec->getValueAsBit("EarlyOut"))); in run()
|
| H A D | SubtargetFeatureInfo.cpp | 34 if (!Pred->getValueAsBit("AssemblerMatcherPredicate")) in getAll()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | DirectiveEmitter.h | 42 return Def->getValueAsBit("makeEnumAvailableInNamespace"); in hasMakeEnumAvailableInNamespace() 46 return Def->getValueAsBit("enableBitmaskEnumInNamespace"); in hasEnableBitmaskEnumInNamespace() 89 bool isDefault() const { return Def->getValueAsBit("isDefault"); } in isDefault() 168 bool isValueOptional() const { return Def->getValueAsBit("isValueOptional"); } in isValueOptional() 170 bool isValueList() const { return Def->getValueAsBit("isValueList"); } in isValueList() 176 bool isImplicit() const { return Def->getValueAsBit("isImplicit"); } in isImplicit() 202 bool isUserVisible() const { return Def->getValueAsBit("isUserValue"); } in isUserVisible()
|