Searched refs:parseVocabSection (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | IR2Vec.cpp | 351 Error IR2VecVocabAnalysis::parseVocabSection( in parseVocabSection() function in IR2VecVocabAnalysis 403 parseVocabSection("Opcodes", *ParsedVocabValue, OpcVocab, OpcodeDim)) in readVocabulary() 407 parseVocabSection("Types", *ParsedVocabValue, TypeVocab, TypeDim)) in readVocabulary() 411 parseVocabSection("Arguments", *ParsedVocabValue, ArgVocab, ArgDim)) in readVocabulary()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IR2Vec.h | 312 Error parseVocabSection(StringRef Key, const json::Value &ParsedVocabValue,
|