Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2733 class TypePromotionAction { class in __anon88ab83af0a11::TypePromotionTransaction
2741 TypePromotionAction(Instruction *Inst) : Inst(Inst) {} in TypePromotionAction() function in __anon88ab83af0a11::TypePromotionTransaction::TypePromotionAction
2743 virtual ~TypePromotionAction() = default;
2802 class InstructionMoveBefore : public TypePromotionAction {
2809 : TypePromotionAction(Inst), Position(Inst) { in InstructionMoveBefore()
2823 class OperandSetter : public TypePromotionAction {
2833 : TypePromotionAction(Inst), Idx(Idx) { in OperandSetter()
2852 class OperandsHider : public TypePromotionAction {
2858 OperandsHider(Instruction *Inst) : TypePromotionAction(Inst) { in OperandsHider()
2882 class TruncBuilder : public TypePromotionAction {
[all …]