Lines Matching refs:getValueAsString
77 PrintMethod = Rec->getValueAsString("PrintMethod"); in CGIOperandList()
78 OperandType = Rec->getValueAsString("OperandType"); in CGIOperandList()
79 OperandNamespace = Rec->getValueAsString("OperandNamespace"); in CGIOperandList()
80 EncoderMethod = Rec->getValueAsString("EncoderMethod"); in CGIOperandList()
82 PrintMethod = Rec->getValueAsString("PrintMethod"); in CGIOperandList()
83 OperandType = Rec->getValueAsString("OperandType"); in CGIOperandList()
84 OperandNamespace = Rec->getValueAsString("OperandNamespace"); in CGIOperandList()
86 EncoderMethod = Rec->getValueAsString("EncoderMethod"); in CGIOperandList()
340 Namespace = R->getValueAsString("Namespace"); in CodeGenInstruction()
341 AsmString = R->getValueAsString("AsmString"); in CodeGenInstruction()
396 ParseConstraints(R->getValueAsString("Constraints"), Operands, R); in CodeGenInstruction()
399 Operands.ProcessDisableEncoding(R->getValueAsString("DisableEncoding")); in CodeGenInstruction()
404 DeprecatedReason = R->getValueAsString("ComplexDeprecationPredicate"); in CodeGenInstruction()
642 AsmString = R->getValueAsString("AsmString"); in CodeGenInstAlias()
701 ->getValueAsString("Name") != "Imm")) { in CodeGenInstAlias()