Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp118 class TypePromotionTransaction;
184 bool ExtLdPromotion(TypePromotionTransaction &TPT, LoadInst *&LI,
1607 class TypePromotionTransaction { class
1971 void TypePromotionTransaction::setOperand(Instruction *Inst, unsigned Idx, in setOperand()
1974 make_unique<TypePromotionTransaction::OperandSetter>(Inst, Idx, NewVal)); in setOperand()
1977 void TypePromotionTransaction::eraseInstruction(Instruction *Inst, in eraseInstruction()
1980 make_unique<TypePromotionTransaction::InstructionRemover>(Inst, NewVal)); in eraseInstruction()
1983 void TypePromotionTransaction::replaceAllUsesWith(Instruction *Inst, in replaceAllUsesWith()
1985 Actions.push_back(make_unique<TypePromotionTransaction::UsesReplacer>(Inst, New)); in replaceAllUsesWith()
1988 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) { in mutateType()
[all …]