Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DRecord.cpp757 Key TheKey(std::make_pair(std::make_pair(opc, lhs), Type)); in get() local
759 UnOpInit *&I = ThePool[TheKey]; in get()
896 Key TheKey(std::make_pair(std::make_pair(std::make_pair(opc, lhs), rhs), in get() local
899 BinOpInit *&I = ThePool[TheKey]; in get()
1034 Key TheKey(std::make_pair(std::make_pair(std::make_pair(std::make_pair(opc, in get() local
1040 TernOpInit *&I = ThePool[TheKey]; in get()
1331 Key TheKey(std::make_pair(T, VN)); in get() local
1333 VarInit *&I = ThePool[TheKey]; in get()
1418 Key TheKey(std::make_pair(T, B)); in get() local
1420 VarBitInit *&I = ThePool[TheKey]; in get()
[all …]