Searched refs:DecoderString (Results 1 – 3 of 3) sorted by relevance
1834 RecordVal *DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction() local1835 StringInit *String = DecoderString ? in populateInstruction()1836 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr; in populateInstruction()1863 DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction()1864 String = DecoderString ? in populateInstruction()1865 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr; in populateInstruction()1942 RecordVal *DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction() local1943 StringInit *String = DecoderString ? in populateInstruction()1944 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr; in populateInstruction()
1724 RecordVal *DecoderString = Record->getValue("DecoderMethod"); in findOperandDecoderMethod() local1725 StringInit *String = DecoderString ? in findOperandDecoderMethod()1726 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr; in findOperandDecoderMethod()1887 RecordVal *DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction() local1888 StringInit *String = DecoderString ? in populateInstruction()1889 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr; in populateInstruction()1914 DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction()1915 String = DecoderString ? in populateInstruction()1916 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr; in populateInstruction()
1313 RecordVal *DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction() local1314 StringInit *String = DecoderString ? in populateInstruction()1315 dynamic_cast<StringInit*>(DecoderString->getValue()) : 0; in populateInstruction()