Searched refs:DecoderString (Results 1 – 1 of 1) sorted by relevance
1793 RecordVal *DecoderString = Record->getValue("DecoderMethod"); in findOperandDecoderMethod() local1794 StringInit *String = DecoderString ? in findOperandDecoderMethod()1795 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr; in findOperandDecoderMethod()1960 RecordVal *DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction() local1961 StringInit *String = DecoderString ? in populateInstruction()1962 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr; in populateInstruction()1987 DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction()1988 String = DecoderString ? in populateInstruction()1989 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr; in populateInstruction()