Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2613 class TypePromotionAction { class in __anon1b21b1700a11::TypePromotionTransaction
2621 TypePromotionAction(Instruction *Inst) : Inst(Inst) {} in TypePromotionAction() function in __anon1b21b1700a11::TypePromotionTransaction::TypePromotionAction
2623 virtual ~TypePromotionAction() = default;
2682 class InstructionMoveBefore : public TypePromotionAction {
2689 : TypePromotionAction(Inst), Position(Inst) { in InstructionMoveBefore()
2703 class OperandSetter : public TypePromotionAction {
2713 : TypePromotionAction(Inst), Idx(Idx) { in OperandSetter()
2732 class OperandsHider : public TypePromotionAction {
2738 OperandsHider(Instruction *Inst) : TypePromotionAction(Inst) { in OperandsHider()
2762 class TruncBuilder : public TypePromotionAction {
[all …]