Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1834 RecordVal *DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction() local
1835 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() local
1943 StringInit *String = DecoderString ? in populateInstruction()
1944 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr; in populateInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1724 RecordVal *DecoderString = Record->getValue("DecoderMethod"); in findOperandDecoderMethod() local
1725 StringInit *String = DecoderString ? in findOperandDecoderMethod()
1726 dyn_cast<StringInit>(DecoderString->getValue()) : nullptr; in findOperandDecoderMethod()
1887 RecordVal *DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction() local
1888 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()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DFixedLenDecoderEmitter.cpp1313 RecordVal *DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction() local
1314 StringInit *String = DecoderString ? in populateInstruction()
1315 dynamic_cast<StringInit*>(DecoderString->getValue()) : 0; in populateInstruction()