Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Action

1112     /// \brief Constructor of the action.
1113 /// The constructor performs the related action on the IR.
1118 /// \brief Undo the modification done by this action.
1120 /// before this action was applied.
1121 /// \pre Undoing the action works if and only if the IR is in the exact same
1122 /// state as it was directly after this action was applied.
1125 /// \brief Advocate every change made by this action.
1126 /// When the results on the IR of the action are to be kept, it is important
1129 // Nothing to be done, this action is not doing anything.
1388 /// new value was provided when build this action.
1400 /// The restoration point is a pointer to an action instead of an iterator
1517 /// The ongoing transaction where every action should be registered.
1544 /// \p The ongoing transaction where every action should be registered.
1708 typedef Value *(*Action)(Instruction *SExt, TypePromotionTransaction &TPT,
1712 /// action to promote the operand of \p SExt instead of using SExt.
1713 /// \return NULL if no promotable action is possible with the current
1720 static Action getAction(Instruction *SExt, const SetOfInstrs &InsertedTruncs,
1778 TypePromotionHelper::Action TypePromotionHelper::getAction(
2136 TypePromotionHelper::Action TPH = TypePromotionHelper::getAction(