Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp120 if (SplitVectors.count(ResId)) in PerformExpensiveChecks()
835 std::pair<TableId, TableId> &Entry = SplitVectors[getTableId(Op)]; in GetSplitVector()
855 std::pair<TableId, TableId> &Entry = SplitVectors[getTableId(Op)]; in SetSplitVector()
H A DLegalizeTypes.h125 SmallDenseMap<TableId, std::pair<TableId, TableId>, 8> SplitVectors; variable
199 SplitVectors.erase(OldId); in NoteDeletion()