Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2609 class TypePromotionAction { class in __anon7f6d13e30a11::TypePromotionTransaction
2617 TypePromotionAction(Instruction *Inst) : Inst(Inst) {} in TypePromotionAction() function in __anon7f6d13e30a11::TypePromotionTransaction::TypePromotionAction
2619 virtual ~TypePromotionAction() = default;
2678 class InstructionMoveBefore : public TypePromotionAction {
2685 : TypePromotionAction(Inst), Position(Inst) { in InstructionMoveBefore()
2699 class OperandSetter : public TypePromotionAction {
2709 : TypePromotionAction(Inst), Idx(Idx) { in OperandSetter()
2728 class OperandsHider : public TypePromotionAction {
2734 OperandsHider(Instruction *Inst) : TypePromotionAction(Inst) { in OperandsHider()
2758 class TruncBuilder : public TypePromotionAction {
[all …]