Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DRecord.cpp1282 Key TheKey(std::make_pair(T, VN)); in get() local
1284 std::unique_ptr<VarInit> &I = ThePool[TheKey]; in get()
1357 Key TheKey(std::make_pair(T, B)); in get() local
1359 std::unique_ptr<VarBitInit> &I = ThePool[TheKey]; in get()
1388 Key TheKey(std::make_pair(T, E)); in get() local
1390 std::unique_ptr<VarListElementInit> &I = ThePool[TheKey]; in get()
1459 Key TheKey(std::make_pair(R, FN)); in get() local
1461 std::unique_ptr<FieldInit> &I = ThePool[TheKey]; in get()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp1511 Key TheKey(std::make_pair(T, VN)); in get() local
1513 VarInit *&I = ThePool[TheKey]; in get()
1540 Key TheKey(std::make_pair(T, B)); in get() local
1542 VarBitInit *&I = ThePool[TheKey]; in get()
1565 Key TheKey(std::make_pair(T, E)); in get() local
1567 VarListElementInit *&I = ThePool[TheKey]; in get()
1747 Key TheKey(std::make_pair(R, FN)); in get() local
1749 FieldInit *&I = ThePool[TheKey]; in get()
/external/llvm-project/llvm/lib/TableGen/
DRecord.cpp1591 Key TheKey(std::make_pair(T, VN)); in get() local
1593 VarInit *&I = ThePool[TheKey]; in get()
1620 Key TheKey(std::make_pair(T, B)); in get() local
1622 VarBitInit *&I = ThePool[TheKey]; in get()
1645 Key TheKey(std::make_pair(T, E)); in get() local
1647 VarListElementInit *&I = ThePool[TheKey]; in get()
1825 Key TheKey(std::make_pair(R, FN)); in get() local
1827 FieldInit *&I = ThePool[TheKey]; in get()