Searched refs:DecoderString (Results 1 – 1 of 1) sorted by relevance
1818 RecordVal *DecoderString = Record->getValue("DecoderMethod"); in findOperandDecoderMethod() local1819 StringInit *String = DecoderString ? in findOperandDecoderMethod()1820 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr; in findOperandDecoderMethod()2126 RecordVal *DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction() local2128 DecoderString ? dyn_cast<StringInit>(DecoderString->getValue()) in populateInstruction()2152 DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction()2153 String = DecoderString ? dyn_cast<StringInit>(DecoderString->getValue()) in populateInstruction()