Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1818 RecordVal *DecoderString = Record->getValue("DecoderMethod"); in findOperandDecoderMethod() local
1819 StringInit *String = DecoderString ? in findOperandDecoderMethod()
1820 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr; in findOperandDecoderMethod()
2126 RecordVal *DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction() local
2128 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()