Searched refs:DecoderString (Results 1 – 1 of 1) sorted by relevance
1732 RecordVal *DecoderString = Record->getValue("DecoderMethod"); in findOperandDecoderMethod() local1733 StringInit *String = DecoderString ? in findOperandDecoderMethod()1734 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr; in findOperandDecoderMethod()1895 RecordVal *DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction() local1896 StringInit *String = DecoderString ? in populateInstruction()1897 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr; in populateInstruction()1922 DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction()1923 String = DecoderString ? in populateInstruction()1924 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr; in populateInstruction()