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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp34 // of PromotedIntegers, ExpandedIntegers, ..., ReplacedValues.
37 // by exactly one of PromotedIntegers, ExpandedIntegers, ..., ReplacedValues.
111 if (ResId && PromotedIntegers.find(ResId) != PromotedIntegers.end())
158 dbgs() << " PromotedIntegers";
254 // or their promoted/expanded/etc values registered in PromotedIntegers,
656 // PromotedIntegers. Inform maps about the replacement.
712 auto &OpIdEntry = PromotedIntegers[getTableId(Op)];
H A DLegalizeTypes.h98 SmallDenseMap<TableId, TableId, 8> PromotedIntegers; member in class:llvm::DAGTypeLegalizer
193 PromotedIntegers.erase(OldId);
254 TableId &PromotedId = PromotedIntegers[getTableId(Op)];

Completed in 166 milliseconds