Lines Matching refs:getValueAsString
86 PrintMethod = std::string(Rec->getValueAsString("PrintMethod")); in CGIOperandList()
87 OperandType = std::string(Rec->getValueAsString("OperandType")); in CGIOperandList()
88 OperandNamespace = std::string(Rec->getValueAsString("OperandNamespace")); in CGIOperandList()
89 EncoderMethod = std::string(Rec->getValueAsString("EncoderMethod")); in CGIOperandList()
91 PrintMethod = std::string(Rec->getValueAsString("PrintMethod")); in CGIOperandList()
92 OperandType = std::string(Rec->getValueAsString("OperandType")); in CGIOperandList()
93 OperandNamespace = std::string(Rec->getValueAsString("OperandNamespace")); in CGIOperandList()
95 EncoderMethod = std::string(Rec->getValueAsString("EncoderMethod")); in CGIOperandList()
433 Namespace = R->getValueAsString("Namespace"); in CodeGenInstruction()
434 AsmString = std::string(R->getValueAsString("AsmString")); in CodeGenInstruction()
494 ParseConstraints(R->getValueAsString("Constraints"), Operands, R); in CodeGenInstruction()
497 Operands.ProcessDisableEncoding(R->getValueAsString("DisableEncoding")); in CodeGenInstruction()
503 std::string(R->getValueAsString("ComplexDeprecationPredicate")); in CodeGenInstruction()