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()
342 ParseConstraints(R->getValueAsString("Constraints"), Operands); in CodeGenInstruction()
345 Operands.ProcessDisableEncoding(R->getValueAsString("DisableEncoding")); in CodeGenInstruction()
350 DeprecatedReason = R->getValueAsString("ComplexDeprecationPredicate"); in CodeGenInstruction()
578 AsmString = R->getValueAsString("AsmString"); in CodeGenInstAlias()
632 ->getValueAsString("Name") != "Imm")) { in CodeGenInstAlias()