Searched refs:getValueAsBit (Results 1 – 17 of 17) sorted by relevance
293 isReturn = R->getValueAsBit("isReturn"); in CodeGenInstruction()294 isBranch = R->getValueAsBit("isBranch"); in CodeGenInstruction()295 isIndirectBranch = R->getValueAsBit("isIndirectBranch"); in CodeGenInstruction()296 isCompare = R->getValueAsBit("isCompare"); in CodeGenInstruction()297 isMoveImm = R->getValueAsBit("isMoveImm"); in CodeGenInstruction()298 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()299 isBarrier = R->getValueAsBit("isBarrier"); in CodeGenInstruction()300 isCall = R->getValueAsBit("isCall"); in CodeGenInstruction()301 canFoldAsLoad = R->getValueAsBit("canFoldAsLoad"); in CodeGenInstruction()302 mayLoad = R->getValueAsBit("mayLoad"); in CodeGenInstruction()[all …]
38 R->getValueAsBit("isPseudo")) in reverseBits()236 R->getValueAsBit("isPseudo")) { in run()261 (R->getValueAsBit("isPseudo") && MCEmitter)) in run()266 if (!R->getValueAsBit("isPseudo")) { in run()
215 HasOpSizePrefix = Rec->getValueAsBit("hasOpSizePrefix"); in RecognizableInstr()216 HasREX_WPrefix = Rec->getValueAsBit("hasREX_WPrefix"); in RecognizableInstr()217 HasVEXPrefix = Rec->getValueAsBit("hasVEXPrefix"); in RecognizableInstr()218 HasVEX_4VPrefix = Rec->getValueAsBit("hasVEX_4VPrefix"); in RecognizableInstr()219 HasVEX_WPrefix = Rec->getValueAsBit("hasVEX_WPrefix"); in RecognizableInstr()220 HasLockPrefix = Rec->getValueAsBit("hasLockPrefix"); in RecognizableInstr()221 IsCodeGenOnly = Rec->getValueAsBit("isCodeGenOnly"); in RecognizableInstr()230 HasVEX_LPrefix = has256BitOperands() || Rec->getValueAsBit("hasVEX_L"); in RecognizableInstr()264 if (insn.TheDef->getValueAsBit("isAsmParserOnly")) in processInstr()
39 bool ASent = A->getValueAsDef("Kind")->getValueAsBit("Sentinel"); in CompareOptionRecords()40 bool BSent = B->getValueAsDef("Kind")->getValueAsBit("Sentinel"); in CompareOptionRecords()
35 if (Base->getValue("Abstract") && !Base->getValueAsBit("Abstract")) in EmitNode()40 bool Abstract = R->getValueAsBit("Abstract"); in EmitNode()
1182 if (Def.getValueAsBit("isAsmParserOnly") || in populateInstruction()1183 Def.getValueAsBit("isCodeGenOnly")) in populateInstruction()1366 Def->getValueAsBit("isPseudo") || in run()1367 Def->getValueAsBit("isAsmParserOnly") || in run()1368 Def->getValueAsBit("isCodeGenOnly")) in run()
170 if (R.getValueAsBit("SFINAE")) in run()176 if (R.getValueAsBit("AccessControl")) in run()
28 if (R.getValueAsBit("Hidden")) in isHidden()142 info.Hidden = R->getValueAsBit("Hidden"); in run()
301 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding"); in isLittleEndianEncoding()353 bool isTarget = I[i]->getValueAsBit("isTarget"); in LoadIntrinsics()
248 bool isMC = AsmWriter->getValueAsBit("isMCAsmWriter"); in EmitPrintInstruction()801 if (!AsmWriter->getValueAsBit("isMCAsmWriter")) in EmitPrintAliasInstruction()821 if (!R->getValueAsBit("EmitAlias")) in EmitPrintAliasInstruction()
1402 if (R->getValueAsBit("isVCVT_N")) { in runHeader()1411 if (R->getValueAsBit("isShift")) { in runHeader()1532 bool isShift = R->getValueAsBit("isShift"); in runTests()
327 Allocatable = R->getValueAsBit("isAllocatable"); in CodeGenRegisterClass()
207 if (Rec->getValueAsBit("FastIselShouldIgnore")) in initialize()
1145 if (!Pred->getValueAsBit("AssemblerMatcherPredicate")) in BuildInfo()1171 if (CGI.TheDef->getValueAsBit("isCodeGenOnly")) in BuildInfo()
1572 if (Def.getValueAsBit("isAsmParserOnly")) in populateInstruction()
1521 bool Record::getValueAsBit(StringRef FieldName) const { in getValueAsBit() function in Record
1425 bool getValueAsBit(StringRef FieldName) const;