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

  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 294 isReturn = R->getValueAsBit("isReturn");
295 isBranch = R->getValueAsBit("isBranch");
296 isIndirectBranch = R->getValueAsBit("isIndirectBranch");
297 isCompare = R->getValueAsBit("isCompare");
298 isMoveImm = R->getValueAsBit("isMoveImm");
299 isBitcast = R->getValueAsBit("isBitcast");
300 isBarrier = R->getValueAsBit("isBarrier");
301 isCall = R->getValueAsBit("isCall");
302 canFoldAsLoad = R->getValueAsBit("canFoldAsLoad");
303 mayLoad = R->getValueAsBit("mayLoad")
    [all...]
CodeEmitterGen.cpp 38 R->getValueAsBit("isPseudo"))
240 R->getValueAsBit("isPseudo")) {
265 (R->getValueAsBit("isPseudo") && MCEmitter))
270 if (!R->getValueAsBit("isPseudo")) {
X86RecognizableInstr.cpp 227 HasOpSizePrefix = Rec->getValueAsBit("hasOpSizePrefix");
228 HasAdSizePrefix = Rec->getValueAsBit("hasAdSizePrefix");
229 HasREX_WPrefix = Rec->getValueAsBit("hasREX_WPrefix");
230 HasVEXPrefix = Rec->getValueAsBit("hasVEXPrefix");
231 HasVEX_4VPrefix = Rec->getValueAsBit("hasVEX_4VPrefix");
232 HasVEX_4VOp3Prefix = Rec->getValueAsBit("hasVEX_4VOp3Prefix");
233 HasVEX_WPrefix = Rec->getValueAsBit("hasVEX_WPrefix");
234 HasMemOp4Prefix = Rec->getValueAsBit("hasMemOp4Prefix");
235 IgnoresVEX_L = Rec->getValueAsBit("ignoresVEX_L");
236 HasLockPrefix = Rec->getValueAsBit("hasLockPrefix")
    [all...]
FixedLenDecoderEmitter.cpp     [all...]
CodeGenTarget.cpp 324 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding");
376 bool isTarget = I[i]->getValueAsBit("isTarget");
AsmWriterEmitter.cpp 249 bool isMC = AsmWriter->getValueAsBit("isMCAsmWriter");
714 if (!AsmWriter->getValueAsBit("isMCAsmWriter"))
732 if (!R->getValueAsBit("EmitAlias"))
    [all...]
CodeGenRegisters.cpp 85 CoveredBySubRegs(R->getValueAsBit("CoveredBySubRegs")),
538 Allocatable = R->getValueAsBit("isAllocatable");
    [all...]
FastISelEmitter.cpp 206 if (Rec->getValueAsBit("FastIselShouldIgnore"))
AsmMatcherEmitter.cpp     [all...]
  /external/clang/utils/TableGen/
ClangASTNodesEmitter.cpp 35 if (Base->getValue("Abstract") && !Base->getValueAsBit("Abstract"))
40 bool Abstract = R->getValueAsBit("Abstract");
OptParserEmitter.cpp 39 bool ASent = A->getValueAsDef("Kind")->getValueAsBit("Sentinel");
40 bool BSent = B->getValueAsDef("Kind")->getValueAsBit("Sentinel");
ClangDiagnosticsEmitter.cpp 213 if (R.getValueAsBit("SFINAE"))
219 if (R.getValueAsBit("AccessControl"))
228 if (R.getValueAsBit("WarningNoWerror"))
234 if (R.getValueAsBit("WarningShowInSystemHeader"))
ClangAttrEmitter.cpp 738 bool LateParsed = R.getValueAsBit("LateParsed");
    [all...]
ClangSACheckersEmitter.cpp 28 if (R.getValueAsBit("Hidden"))
142 info.Hidden = R->getValueAsBit("Hidden");
NeonEmitter.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/llvm/lib/TableGen/
Record.cpp     [all...]

Completed in 741 milliseconds