Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp246 Init *CurInstrVal = CurInstr->getValue(RowField)->getValue(); in buildRowInstrMap() local
247 KeyValue.push_back(CurInstrVal); in buildRowInstrMap()
273 std::string CurInstrVal = ColFieldName->getValue()->getAsUnquotedString(); in isKeyColInstr() local
275 MatchFound = (CurInstrVal == KeyColValue); in isKeyColInstr()
334 std::string CurInstrVal = CurInstrInit->getAsUnquotedString(); in getInstrForColumn() local
336 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString()); in getInstrForColumn()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenMapTable.cpp250 Init *CurInstrVal = RecVal->getValue(); in buildRowInstrMap() local
251 KeyValue.push_back(CurInstrVal); in buildRowInstrMap()
277 std::string CurInstrVal = ColFieldName->getValue()->getAsUnquotedString(); in isKeyColInstr() local
279 MatchFound = (CurInstrVal == KeyColValue); in isKeyColInstr()
338 std::string CurInstrVal = CurInstrInit->getAsUnquotedString(); in getInstrForColumn() local
340 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString()); in getInstrForColumn()