Lines Matching refs:getValueAsString
84 PrintMethod = std::string(Rec->getValueAsString("PrintMethod")); in CGIOperandList()
85 OperandType = std::string(Rec->getValueAsString("OperandType")); in CGIOperandList()
86 OperandNamespace = std::string(Rec->getValueAsString("OperandNamespace")); in CGIOperandList()
87 EncoderMethod = std::string(Rec->getValueAsString("EncoderMethod")); in CGIOperandList()
89 PrintMethod = std::string(Rec->getValueAsString("PrintMethod")); in CGIOperandList()
90 OperandType = std::string(Rec->getValueAsString("OperandType")); in CGIOperandList()
91 OperandNamespace = std::string(Rec->getValueAsString("OperandNamespace")); in CGIOperandList()
93 EncoderMethod = std::string(Rec->getValueAsString("EncoderMethod")); in CGIOperandList()
367 Namespace = R->getValueAsString("Namespace"); in CodeGenInstruction()
368 AsmString = std::string(R->getValueAsString("AsmString")); in CodeGenInstruction()
427 ParseConstraints(R->getValueAsString("Constraints"), Operands, R); in CodeGenInstruction()
431 R->getValueAsString("DisableEncoding")); in CodeGenInstruction()
437 std::string(R->getValueAsString("ComplexDeprecationPredicate")); in CodeGenInstruction()
680 AsmString = std::string(R->getValueAsString("AsmString")); in CodeGenInstAlias()
738 ->getValueAsString("Name") != "Imm")) { in CodeGenInstAlias()