Searched refs:LetRecord (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/TableGen/
H A DTGParser.h34 struct LetRecord { struct in namespace:llvm
39 LetRecord(const std::string &N, const std::vector<unsigned> &B, Init *V, function in struct:llvm::LetRecord
57 std::vector<std::vector<LetRecord> > LetStack;
157 std::vector<LetRecord> ParseLetList();
H A DTGParser.cpp2150 std::vector<LetRecord> TGParser::ParseLetList() {
2151 std::vector<LetRecord> Result;
2156 return std::vector<LetRecord>();
2165 return std::vector<LetRecord>();
2170 return std::vector<LetRecord>();
2175 if (!Val) return std::vector<LetRecord>();
2178 Result.push_back(LetRecord(Name, Bits, Val, NameLoc));
2197 std::vector<LetRecord> LetInfo = ParseLetList();

Completed in 170 milliseconds