Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2102 class TypePromotionAction { class in __anon6227213d0611::TypePromotionTransaction
2112 virtual ~TypePromotionAction() = default;
2192 class OperandSetter : public TypePromotionAction {
2202 : TypePromotionAction(Inst), Idx(Idx) { in OperandSetter()
2251 class TruncBuilder : public TypePromotionAction {
2276 class SExtBuilder : public TypePromotionAction {
2284 : TypePromotionAction(InsertPt) { in SExtBuilder()
2302 class ZExtBuilder : public TypePromotionAction {
2310 : TypePromotionAction(InsertPt) { in ZExtBuilder()
2328 class TypeMutator : public TypePromotionAction {
[all …]