Lines Matching refs:getValueAsString
75 PrintMethod = Rec->getValueAsString("PrintMethod"); in CGIOperandList()
76 OperandType = Rec->getValueAsString("OperandType"); in CGIOperandList()
77 OperandNamespace = Rec->getValueAsString("OperandNamespace"); in CGIOperandList()
79 PrintMethod = Rec->getValueAsString("PrintMethod"); in CGIOperandList()
80 OperandType = Rec->getValueAsString("OperandType"); in CGIOperandList()
82 EncoderMethod = Rec->getValueAsString("EncoderMethod"); in CGIOperandList()
297 Namespace = R->getValueAsString("Namespace"); in CodeGenInstruction()
298 AsmString = R->getValueAsString("AsmString"); in CodeGenInstruction()
341 ParseConstraints(R->getValueAsString("Constraints"), Operands); in CodeGenInstruction()
344 Operands.ProcessDisableEncoding(R->getValueAsString("DisableEncoding")); in CodeGenInstruction()
349 DeprecatedReason = R->getValueAsString("ComplexDeprecationPredicate"); in CodeGenInstruction()
577 AsmString = R->getValueAsString("AsmString"); in CodeGenInstAlias()
631 ->getValueAsString("Name") != "Imm")) { in CodeGenInstAlias()