HomeSort by relevance Sort by last modified time
    Searched refs:getValueAsBit (Results 1 - 22 of 22) 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 46 if (Tag->getValueAsBit("EndTagOptional"))
48 if (Tag->getValueAsBit("EndTagForbidden"))
ClangAttrEmitter.cpp 141 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 300 isReturn = R->getValueAsBit("isReturn");
301 isBranch = R->getValueAsBit("isBranch");
302 isIndirectBranch = R->getValueAsBit("isIndirectBranch");
303 isCompare = R->getValueAsBit("isCompare");
304 isMoveImm = R->getValueAsBit("isMoveImm");
305 isBitcast = R->getValueAsBit("isBitcast");
306 isSelect = R->getValueAsBit("isSelect");
307 isBarrier = R->getValueAsBit("isBarrier");
308 isCall = R->getValueAsBit("isCall");
309 canFoldAsLoad = R->getValueAsBit("canFoldAsLoad")
    [all...]
X86RecognizableInstr.cpp 213 HasREX_WPrefix = Rec->getValueAsBit("hasREX_WPrefix");
214 HasVEX_4V = Rec->getValueAsBit("hasVEX_4V");
215 HasVEX_4VOp3 = Rec->getValueAsBit("hasVEX_4VOp3");
216 HasVEX_WPrefix = Rec->getValueAsBit("hasVEX_WPrefix");
217 HasMemOp4Prefix = Rec->getValueAsBit("hasMemOp4Prefix");
218 IgnoresVEX_L = Rec->getValueAsBit("ignoresVEX_L");
219 HasEVEX_L2Prefix = Rec->getValueAsBit("hasEVEX_L2");
220 HasEVEX_K = Rec->getValueAsBit("hasEVEX_K");
221 HasEVEX_KZ = Rec->getValueAsBit("hasEVEX_Z");
222 HasEVEX_B = Rec->getValueAsBit("hasEVEX_B")
    [all...]
CodeEmitterGen.cpp 190 getValueAsBit("noNamedPositionallyEncodedOperands")) {
249 R->getValueAsBit("isPseudo")) {
274 R->getValueAsBit("isPseudo"))
CallingConvEmitter.cpp 43 if (!CCs[i]->getValueAsBit("Custom")) {
55 if (!CCs[i]->getValueAsBit("Custom"))
OptParserEmitter.cpp 49 bool ASent = A->getValueAsDef("Kind")->getValueAsBit("Sentinel");
50 bool BSent = B->getValueAsDef("Kind")->getValueAsBit("Sentinel");
CodeGenTarget.cpp 342 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding");
354 R->getValueAsBit("isPseudo"))
389 return getInstructionSet()->getValueAsBit("guessInstructionProperties");
441 bool isTarget = I[i]->getValueAsBit("isTarget");
CodeGenSchedule.h 67 IsVariadic = Def->getValueAsBit("Variadic");
276 assert(ModelDef->getValueAsBit("NoModel")
FixedLenDecoderEmitter.cpp     [all...]
SubtargetEmitter.cpp     [all...]
AsmMatcherEmitter.cpp 467 TheDef->getValueAsBit("UseInstAsmMatchConverter")) {
    [all...]
InstrInfoEmitter.cpp 208 if (!Inst->TheDef->getValueAsBit("UseNamedOperandTable"))
FastISelEmitter.cpp 214 if (Rec->getValueAsBit("FastIselShouldIgnore"))
CodeGenRegisters.cpp 110 CoveredBySubRegs(R->getValueAsBit("CoveredBySubRegs")),
712 Allocatable = R->getValueAsBit("isAllocatable");
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/llvm/lib/TableGen/
Record.cpp     [all...]

Completed in 342 milliseconds