Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp304 class TypePromotionTransaction;
455 bool tryToPromoteExts(TypePromotionTransaction &TPT,
466 bool HasPromoted, TypePromotionTransaction &TPT,
3282 class TypePromotionTransaction { class
3665 TypePromotionTransaction(SetOfInstrs &RemovedInsts) in TypePromotionTransaction() function in __anon1d600f580d11::TypePromotionTransaction
3713 void TypePromotionTransaction::setOperand(Instruction *Inst, unsigned Idx, in setOperand()
3715 Actions.push_back(std::make_unique<TypePromotionTransaction::OperandSetter>( in setOperand()
3719 void TypePromotionTransaction::eraseInstruction(Instruction *Inst, in eraseInstruction()
3722 std::make_unique<TypePromotionTransaction::InstructionRemover>( in eraseInstruction()
3726 void TypePromotionTransaction::replaceAllUsesWith(Instruction *Inst, in replaceAllUsesWith()
[all …]