Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1732 RecordVal *DecoderString = Record->getValue("DecoderMethod"); in findOperandDecoderMethod() local
1733 StringInit *String = DecoderString ? in findOperandDecoderMethod()
1734 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr; in findOperandDecoderMethod()
1895 RecordVal *DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction() local
1896 StringInit *String = DecoderString ? in populateInstruction()
1897 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr; in populateInstruction()
1922 DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction()
1923 String = DecoderString ? in populateInstruction()
1924 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr; in populateInstruction()