Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp303 class TypePromotionTransaction;
454 bool tryToPromoteExts(TypePromotionTransaction &TPT,
465 bool HasPromoted, TypePromotionTransaction &TPT,
2944 class TypePromotionTransaction { class
3328 TypePromotionTransaction(SetOfInstrs &RemovedInsts) in TypePromotionTransaction() function in __anon132ce9ad0b11::TypePromotionTransaction
3376 void TypePromotionTransaction::setOperand(Instruction *Inst, unsigned Idx, in setOperand()
3378 Actions.push_back(std::make_unique<TypePromotionTransaction::OperandSetter>( in setOperand()
3382 void TypePromotionTransaction::eraseInstruction(Instruction *Inst, in eraseInstruction()
3385 std::make_unique<TypePromotionTransaction::InstructionRemover>( in eraseInstruction()
3389 void TypePromotionTransaction::replaceAllUsesWith(Instruction *Inst, in replaceAllUsesWith()
[all …]