Home
last modified time | relevance | path

Searched refs:DecoderString (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1830 RecordVal *DecoderString = Record->getValue("DecoderMethod"); in findOperandDecoderMethod() local
1831 StringInit *String = DecoderString ? in findOperandDecoderMethod()
1832 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr; in findOperandDecoderMethod()
2072 RecordVal *DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction() local
2074 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()