Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1793 RecordVal *DecoderString = Record->getValue("DecoderMethod"); in findOperandDecoderMethod() local
1794 StringInit *String = DecoderString ? in findOperandDecoderMethod()
1795 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr; in findOperandDecoderMethod()
1960 RecordVal *DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction() local
1961 StringInit *String = DecoderString ? in populateInstruction()
1962 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr; in populateInstruction()
1987 DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction()
1988 String = DecoderString ? in populateInstruction()
1989 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr; in populateInstruction()