Searched refs:DecoderString (Results 1 – 1 of 1) sorted by relevance
1830 RecordVal *DecoderString = Record->getValue("DecoderMethod"); in findOperandDecoderMethod() local1831 StringInit *String = DecoderString ? in findOperandDecoderMethod()1832 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr; in findOperandDecoderMethod()2072 RecordVal *DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction() local2074 DecoderString ? dyn_cast<StringInit>(DecoderString->getValue()) in populateInstruction()2098 DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction()2099 String = DecoderString ? dyn_cast<StringInit>(DecoderString->getValue()) in populateInstruction()