Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp241 Init *CurInstrVal = RecVal->getValue(); in buildRowInstrMap() local
242 KeyValue.push_back(CurInstrVal); in buildRowInstrMap()
268 std::string CurInstrVal = ColFieldName->getValue()->getAsUnquotedString(); in isKeyColInstr() local
270 MatchFound = (CurInstrVal == KeyColValue); in isKeyColInstr()
328 std::string CurInstrVal = CurInstrInit->getAsUnquotedString(); in getInstrForColumn() local
330 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString()); in getInstrForColumn()