Home | History | Annotate | Download | only in TableGen

Lines Matching refs:getValueAsString

74       PrintMethod = Rec->getValueAsString("PrintMethod");
76 PrintMethod = Rec->getValueAsString("PrintMethod");
77 OperandType = Rec->getValueAsString("OperandType");
79 EncoderMethod = Rec->getValueAsString("EncoderMethod");
293 Namespace = R->getValueAsString("Namespace");
294 AsmString = R->getValueAsString("AsmString");
335 ParseConstraints(R->getValueAsString("Constraints"), Operands);
338 Operands.ProcessDisableEncoding(R->getValueAsString("DisableEncoding"));
518 AsmString = R->getValueAsString("AsmString");
571 ->getValueAsString("Name") != "Imm")) {