Home | History | Annotate | Download | only in TableGen

Lines Matching refs:getValueAsBit

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");
240 HasEVEX_L2Prefix = Rec->getValueAsBit("hasEVEX_L2");
241 HasEVEX_K = Rec->getValueAsBit("hasEVEX_K");
242 HasEVEX_B = Rec->getValueAsBit("hasEVEX_B");
243 HasLockPrefix = Rec->getValueAsBit("hasLockPrefix");
244 IsCodeGenOnly = Rec->getValueAsBit("isCodeGenOnly");
254 HasVEX_LPrefix = Rec->getValueAsBit("hasVEX_L");
291 if (insn.TheDef->getValueAsBit("isAsmParserOnly"))