| /freebsd-9-stable/contrib/llvm/tools/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 | ClangAttrEmitter.cpp | 900 if (Ptr && Arg.getValueAsBit("Optional")) in createArgument() 1054 if (!R.getValueAsBit("ASTNode")) in EmitClangAttrClass() 1180 bool LateParsed = R.getValueAsBit("LateParsed"); in EmitClangAttrClass() 1268 if (!R.getValueAsBit("ASTNode")) in EmitClangAttrImpl() 1301 if (!(*i)->getValueAsBit("ASTNode")) in EmitAttrList() 1354 if (!(*i)->getValueAsBit("ASTNode")) in EmitClangAttrList() 1398 if (!R.getValueAsBit("ASTNode")) in EmitClangAttrPCHRead() 1439 if (!R.getValueAsBit("ASTNode")) in EmitClangAttrPCHWrite() 1492 if (!R.getValueAsBit("SemaHandler")) in EmitClangAttrSpellingListIndex() 1497 if (R.getValueAsBit("DistinctSpellings")) { in EmitClangAttrSpellingListIndex() [all …]
|
| D | ClangCommentHTMLTagsEmitter.cpp | 51 if (Tag.getValueAsBit("EndTagOptional")) in EmitClangCommentHTMLTagsProperties() 53 if (Tag.getValueAsBit("EndTagForbidden")) in EmitClangCommentHTMLTagsProperties()
|
| D | NeonEmitter.cpp | 2685 bool isA64 = R->getValueAsBit("isA64"); in run() 2705 bool isA64 = R->getValueAsBit("isA64"); in run() 2710 bool isCrypto = R->getValueAsBit("isCrypto"); in run() 2723 bool isCrypto = R->getValueAsBit("isCrypto"); in run() 2882 bool isA64 = R->getValueAsBit("isA64"); in genIntrinsicRangeCheckCode() 2897 if (R->getValueAsBit("isVCVT_N")) { in genIntrinsicRangeCheckCode() 2909 } else if (R->getValueAsBit("isScalarShift")) { in genIntrinsicRangeCheckCode() 2918 if (R->getValueAsBit("isScalarNarrowShift")) in genIntrinsicRangeCheckCode() 2922 } else if (R->getValueAsBit("isShift")) { in genIntrinsicRangeCheckCode() 3030 bool isA64 = R->getValueAsBit("isA64"); in genOverloadTypeCheckCode() [all …]
|
| D | ClangASTNodesEmitter.cpp | 83 if (Base->getValue("Abstract") && !Base->getValueAsBit("Abstract")) in EmitNode() 88 bool Abstract = R->getValueAsBit("Abstract"); in EmitNode()
|
| D | ClangSACheckersEmitter.cpp | 29 if (R.getValueAsBit("Hidden")) in isHidden() 144 info.Hidden = R->getValueAsBit("Hidden"); in EmitClangSACheckers()
|
| D | ClangDiagnosticsEmitter.cpp | 553 if (R.getValueAsBit("WarningNoWerror")) in EmitClangDiagsDefs() 559 if (R.getValueAsBit("WarningShowInSystemHeader")) in EmitClangDiagsDefs()
|
| /freebsd-9-stable/contrib/llvm/utils/TableGen/ |
| D | CodeGenInstruction.cpp | 297 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 …]
|
| D | X86RecognizableInstr.cpp | 235 HasOpSizePrefix = Rec->getValueAsBit("hasOpSizePrefix"); in RecognizableInstr() 236 HasAdSizePrefix = Rec->getValueAsBit("hasAdSizePrefix"); in RecognizableInstr() 237 HasREX_WPrefix = Rec->getValueAsBit("hasREX_WPrefix"); in RecognizableInstr() 238 HasVEXPrefix = Rec->getValueAsBit("hasVEXPrefix"); in RecognizableInstr() 239 HasVEX_4VPrefix = Rec->getValueAsBit("hasVEX_4VPrefix"); in RecognizableInstr() 240 HasVEX_4VOp3Prefix = Rec->getValueAsBit("hasVEX_4VOp3Prefix"); in RecognizableInstr() 241 HasVEX_WPrefix = Rec->getValueAsBit("hasVEX_WPrefix"); in RecognizableInstr() 242 HasMemOp4Prefix = Rec->getValueAsBit("hasMemOp4Prefix"); in RecognizableInstr() 243 IgnoresVEX_L = Rec->getValueAsBit("ignoresVEX_L"); in RecognizableInstr() 244 HasEVEXPrefix = Rec->getValueAsBit("hasEVEXPrefix"); in RecognizableInstr() [all …]
|
| D | CodeEmitterGen.cpp | 61 R->getValueAsBit("isPseudo")) in reverseBits() 265 R->getValueAsBit("isPseudo")) { in run() 290 R->getValueAsBit("isPseudo")) in run()
|
| D | OptParserEmitter.cpp | 49 bool ASent = A->getValueAsDef("Kind")->getValueAsBit("Sentinel"); in CompareOptionRecords() 50 bool BSent = B->getValueAsDef("Kind")->getValueAsBit("Sentinel"); in CompareOptionRecords()
|
| D | CodeGenSchedule.h | 67 IsVariadic = Def->getValueAsBit("Variadic"); in CodeGenSchedRW() 255 assert(ModelDef->getValueAsBit("NoModel") in getModelOrItinDef()
|
| D | CodeGenTarget.cpp | 357 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding"); in isLittleEndianEncoding() 366 return getInstructionSet()->getValueAsBit("guessInstructionProperties"); in guessInstructionProperties() 418 bool isTarget = I[i]->getValueAsBit("isTarget"); in LoadIntrinsics()
|
| D | SubtargetEmitter.cpp | 950 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() 1203 PI->ModelDef->getValueAsBit("CompleteModel") : 0) in EmitProcessorModels()
|
| D | FixedLenDecoderEmitter.cpp | 1711 if (Def.getValueAsBit("isAsmParserOnly") || in populateInstruction() 1712 Def.getValueAsBit("isCodeGenOnly")) in populateInstruction() 2026 Def->getValueAsBit("isPseudo") || in run() 2027 Def->getValueAsBit("isAsmParserOnly") || in run() 2028 Def->getValueAsBit("isCodeGenOnly")) in run()
|
| D | AsmWriterEmitter.cpp | 283 bool isMC = AsmWriter->getValueAsBit("isMCAsmWriter"); in EmitPrintInstruction() 767 if (!AsmWriter->getValueAsBit("isMCAsmWriter")) in EmitPrintAliasInstruction() 785 if (!R->getValueAsBit("EmitAlias")) in EmitPrintAliasInstruction()
|
| D | AsmMatcherEmitter.cpp | 858 if (!Info.AsmParser->getValueAsBit("MnemonicContainsDot")) { in tokenizeAsmString() 1327 if (!Pred->getValueAsBit("AssemblerMatcherPredicate")) in buildInfo() 1359 if (CGI.TheDef->getValueAsBit("isCodeGenOnly")) in buildInfo() 2736 if (AsmParser->getValueAsBit("ShouldEmitMatchRegisterName")) in run()
|
| D | InstrInfoEmitter.cpp | 211 if (!Inst->TheDef->getValueAsBit("UseNamedOperandTable")) { in initOperandMapData()
|
| D | FastISelEmitter.cpp | 212 if (Rec->getValueAsBit("FastIselShouldIgnore")) in initialize()
|
| D | CodeGenRegisters.cpp | 110 CoveredBySubRegs(R->getValueAsBit("CoveredBySubRegs")), in CodeGenRegister() 718 Allocatable = R->getValueAsBit("isAllocatable"); in CodeGenRegisterClass()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/TableGen/ |
| D | Record.h | 1613 bool getValueAsBit(StringRef FieldName) const;
|
| /freebsd-9-stable/contrib/llvm/lib/TableGen/ |
| D | Record.cpp | 1935 bool Record::getValueAsBit(StringRef FieldName) const { in getValueAsBit() function in Record
|