/external/clang/utils/TableGen/ |
ClangCommentCommandInfoEmitter.cpp | 37 << Tag.getValueAsBit("IsInlineCommand") << ", " 38 << Tag.getValueAsBit("IsBlockCommand") << ", " 39 << Tag.getValueAsBit("IsBriefCommand") << ", " 40 << Tag.getValueAsBit("IsReturnsCommand") << ", " 41 << Tag.getValueAsBit("IsParamCommand") << ", " 42 << Tag.getValueAsBit("IsTParamCommand") << ", " 43 << Tag.getValueAsBit("IsDeprecatedCommand") << ", " 44 << Tag.getValueAsBit("IsHeaderfileCommand") << ", " 45 << Tag.getValueAsBit("IsEmptyParagraphAllowed") << ", " 46 << Tag.getValueAsBit("IsVerbatimBlockCommand") << ", [all...] |
ClangCommentHTMLTagsEmitter.cpp | 51 if (Tag.getValueAsBit("EndTagOptional")) 53 if (Tag.getValueAsBit("EndTagForbidden"))
|
ClangAttrEmitter.cpp | [all...] |
ClangASTNodesEmitter.cpp | 83 if (Base->getValue("Abstract") && !Base->getValueAsBit("Abstract")) 88 bool Abstract = R->getValueAsBit("Abstract");
|
NeonEmitter.cpp | [all...] |
ClangSACheckersEmitter.cpp | 29 if (R.getValueAsBit("Hidden")) 144 info.Hidden = R->getValueAsBit("Hidden");
|
ClangDiagnosticsEmitter.cpp | 549 if (R.getValueAsBit("SFINAE")) 555 if (R.getValueAsBit("AccessControl")) 564 if (R.getValueAsBit("WarningNoWerror")) 570 if (R.getValueAsBit("WarningShowInSystemHeader"))
|
/external/llvm/utils/TableGen/ |
CodeGenInstruction.cpp | 296 isReturn = R->getValueAsBit("isReturn"); 297 isBranch = R->getValueAsBit("isBranch"); 298 isIndirectBranch = R->getValueAsBit("isIndirectBranch"); 299 isCompare = R->getValueAsBit("isCompare"); 300 isMoveImm = R->getValueAsBit("isMoveImm"); 301 isBitcast = R->getValueAsBit("isBitcast"); 302 isSelect = R->getValueAsBit("isSelect"); 303 isBarrier = R->getValueAsBit("isBarrier"); 304 isCall = R->getValueAsBit("isCall"); 305 canFoldAsLoad = R->getValueAsBit("canFoldAsLoad") [all...] |
X86RecognizableInstr.cpp | 230 HasOpSizePrefix = Rec->getValueAsBit("hasOpSizePrefix"); 231 HasAdSizePrefix = Rec->getValueAsBit("hasAdSizePrefix"); 232 HasREX_WPrefix = Rec->getValueAsBit("hasREX_WPrefix"); 233 HasVEXPrefix = Rec->getValueAsBit("hasVEXPrefix"); 234 HasVEX_4VPrefix = Rec->getValueAsBit("hasVEX_4VPrefix"); 235 HasVEX_4VOp3Prefix = Rec->getValueAsBit("hasVEX_4VOp3Prefix"); 236 HasVEX_WPrefix = Rec->getValueAsBit("hasVEX_WPrefix"); 237 HasMemOp4Prefix = Rec->getValueAsBit("hasMemOp4Prefix"); 238 IgnoresVEX_L = Rec->getValueAsBit("ignoresVEX_L"); 239 HasEVEXPrefix = Rec->getValueAsBit("hasEVEXPrefix") [all...] |
CodeEmitterGen.cpp | 61 R->getValueAsBit("isPseudo")) 265 R->getValueAsBit("isPseudo")) { 290 (R->getValueAsBit("isPseudo") && MCEmitter)) 295 if (!R->getValueAsBit("isPseudo")) {
|
OptParserEmitter.cpp | 44 bool ASent = A->getValueAsDef("Kind")->getValueAsBit("Sentinel"); 45 bool BSent = B->getValueAsDef("Kind")->getValueAsBit("Sentinel");
|
CodeGenSchedule.h | 67 IsVariadic = Def->getValueAsBit("Variadic"); 255 assert(ModelDef->getValueAsBit("NoModel")
|
CodeGenTarget.cpp | 350 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding"); 359 return getInstructionSet()->getValueAsBit("guessInstructionProperties"); 411 bool isTarget = I[i]->getValueAsBit("isTarget");
|
AsmWriterEmitter.cpp | 280 bool isMC = AsmWriter->getValueAsBit("isMCAsmWriter"); 774 if (!AsmWriter->getValueAsBit("isMCAsmWriter")) 792 if (!R->getValueAsBit("EmitAlias")) [all...] |
FixedLenDecoderEmitter.cpp | [all...] |
SubtargetEmitter.cpp | [all...] |
AsmMatcherEmitter.cpp | 840 if (!Info.AsmParser->getValueAsBit("MnemonicContainsDot")) { [all...] |
InstrInfoEmitter.cpp | 210 if (!Inst->TheDef->getValueAsBit("UseNamedOperandTable")) {
|
FastISelEmitter.cpp | 212 if (Rec->getValueAsBit("FastIselShouldIgnore"))
|
CodeGenRegisters.cpp | 110 CoveredBySubRegs(R->getValueAsBit("CoveredBySubRegs")), 718 Allocatable = R->getValueAsBit("isAllocatable"); [all...] |
/external/llvm/include/llvm/TableGen/ |
Record.h | [all...] |
/external/llvm/lib/TableGen/ |
Record.cpp | [all...] |