HomeSort by relevance Sort by last modified time
    Searched refs:getValueAsBit (Results 1 - 21 of 21) sorted by null

  /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("IsThrowsCommand") << ", "
44 << Tag.getValueAsBit("IsDeprecatedCommand") << ", "
45 << Tag.getValueAsBit("IsHeaderfileCommand") << ", "
46 << Tag.getValueAsBit("IsEmptyParagraphAllowed") << ",
    [all...]
ClangCommentHTMLTagsEmitter.cpp 47 if (Tag->getValueAsBit("EndTagOptional"))
49 if (Tag->getValueAsBit("EndTagForbidden"))
ClangAttrEmitter.cpp 140 if (Attr->getValueAsBit("SemaHandler")) {
    [all...]
ClangASTNodesEmitter.cpp 83 if (Base->getValue("Abstract") && !Base->getValueAsBit("Abstract"))
88 bool Abstract = R->getValueAsBit("Abstract");
ClangSACheckersEmitter.cpp 29 if (R.getValueAsBit("Hidden"))
144 info.Hidden = R->getValueAsBit("Hidden");
NeonEmitter.cpp     [all...]
ClangDiagnosticsEmitter.cpp 569 if (R.getValueAsBit("WarningNoWerror"))
574 if (R.getValueAsBit("ShowInSystemHeader"))
    [all...]
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 297 isReturn = R->getValueAsBit("isReturn");
298 isBranch = R->getValueAsBit("isBranch");
299 isIndirectBranch = R->getValueAsBit("isIndirectBranch");
300 isCompare = R->getValueAsBit("isCompare");
301 isMoveImm = R->getValueAsBit("isMoveImm");
302 isBitcast = R->getValueAsBit("isBitcast");
303 isSelect = R->getValueAsBit("isSelect");
304 isBarrier = R->getValueAsBit("isBarrier");
305 isCall = R->getValueAsBit("isCall");
306 canFoldAsLoad = R->getValueAsBit("canFoldAsLoad")
    [all...]
X86RecognizableInstr.cpp 195 HasAdSizePrefix = Rec->getValueAsBit("hasAdSizePrefix");
196 HasREX_WPrefix = Rec->getValueAsBit("hasREX_WPrefix");
197 HasVEX_4V = Rec->getValueAsBit("hasVEX_4V");
198 HasVEX_4VOp3 = Rec->getValueAsBit("hasVEX_4VOp3");
199 HasVEX_WPrefix = Rec->getValueAsBit("hasVEX_WPrefix");
200 HasMemOp4Prefix = Rec->getValueAsBit("hasMemOp4Prefix");
201 IgnoresVEX_L = Rec->getValueAsBit("ignoresVEX_L");
202 HasEVEX_L2Prefix = Rec->getValueAsBit("hasEVEX_L2");
203 HasEVEX_K = Rec->getValueAsBit("hasEVEX_K");
204 HasEVEX_KZ = Rec->getValueAsBit("hasEVEX_Z")
    [all...]
CodeEmitterGen.cpp 200 getValueAsBit("noNamedPositionallyEncodedOperands")) {
263 R->getValueAsBit("isPseudo")) {
288 R->getValueAsBit("isPseudo"))
OptParserEmitter.cpp 49 bool ASent = A->getValueAsDef("Kind")->getValueAsBit("Sentinel");
50 bool BSent = B->getValueAsDef("Kind")->getValueAsBit("Sentinel");
CodeGenTarget.cpp 336 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding");
350 R->getValueAsBit("isPseudo"))
385 return getInstructionSet()->getValueAsBit("guessInstructionProperties");
437 bool isTarget = I[i]->getValueAsBit("isTarget");
CodeGenSchedule.h 67 IsVariadic = Def->getValueAsBit("Variadic");
277 assert(ModelDef->getValueAsBit("NoModel")
FixedLenDecoderEmitter.cpp     [all...]
SubtargetEmitter.cpp     [all...]
AsmMatcherEmitter.cpp 855 if (!Info.AsmParser->getValueAsBit("MnemonicContainsDot")) {
    [all...]
InstrInfoEmitter.cpp 209 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...]

Completed in 543 milliseconds