Lines Matching refs:getValueAsString
83 PrintMethod = std::string(Rec->getValueAsString("PrintMethod")); in CGIOperandList()
84 OperandType = std::string(Rec->getValueAsString("OperandType")); in CGIOperandList()
85 OperandNamespace = std::string(Rec->getValueAsString("OperandNamespace")); in CGIOperandList()
86 EncoderMethod = std::string(Rec->getValueAsString("EncoderMethod")); in CGIOperandList()
88 PrintMethod = std::string(Rec->getValueAsString("PrintMethod")); in CGIOperandList()
89 OperandType = std::string(Rec->getValueAsString("OperandType")); in CGIOperandList()
90 OperandNamespace = std::string(Rec->getValueAsString("OperandNamespace")); in CGIOperandList()
92 EncoderMethod = std::string(Rec->getValueAsString("EncoderMethod")); in CGIOperandList()
366 Namespace = R->getValueAsString("Namespace"); in CodeGenInstruction()
367 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()