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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp268 class TypePromotionTransaction;
407 bool tryToPromoteExts(TypePromotionTransaction &TPT,
419 bool HasPromoted, TypePromotionTransaction &TPT,
2456 class TypePromotionTransaction { class in namespace:__anon3447
2459 /// the IR via the TypePromotionTransaction.
2822 TypePromotionTransaction(SetOfInstrs &RemovedInsts) function in class:__anon3447::TypePromotionTransaction
2873 void TypePromotionTransaction::setOperand(Instruction *Inst, unsigned Idx,
2875 Actions.push_back(std::make_unique<TypePromotionTransaction::OperandSetter>(
2879 void TypePromotionTransaction::eraseInstruction(Instruction *Inst,
2882 std::make_unique<TypePromotionTransaction
[all...]

Completed in 113 milliseconds