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()
81 PrintMethod = Rec->getValueAsString("PrintMethod"); in CGIOperandList()
82 OperandType = Rec->getValueAsString("OperandType"); in CGIOperandList()
83 OperandNamespace = Rec->getValueAsString("OperandNamespace"); in CGIOperandList()
85 EncoderMethod = Rec->getValueAsString("EncoderMethod"); in CGIOperandList()
300 Namespace = R->getValueAsString("Namespace"); in CodeGenInstruction()
301 AsmString = R->getValueAsString("AsmString"); in CodeGenInstruction()
346 ParseConstraints(R->getValueAsString("Constraints"), Operands); in CodeGenInstruction()
349 Operands.ProcessDisableEncoding(R->getValueAsString("DisableEncoding")); in CodeGenInstruction()
354 DeprecatedReason = R->getValueAsString("ComplexDeprecationPredicate"); in CodeGenInstruction()
582 AsmString = R->getValueAsString("AsmString"); in CodeGenInstAlias()
636 ->getValueAsString("Name") != "Imm")) { in CodeGenInstAlias()