Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp269 class TypePromotionTransaction;
412 bool tryToPromoteExts(TypePromotionTransaction &TPT,
424 bool HasPromoted, TypePromotionTransaction &TPT,
2605 class TypePromotionTransaction { class
2970 TypePromotionTransaction(SetOfInstrs &RemovedInsts) in TypePromotionTransaction() function in __anon7f6d13e30a11::TypePromotionTransaction
3021 void TypePromotionTransaction::setOperand(Instruction *Inst, unsigned Idx, in setOperand()
3023 Actions.push_back(std::make_unique<TypePromotionTransaction::OperandSetter>( in setOperand()
3027 void TypePromotionTransaction::eraseInstruction(Instruction *Inst, in eraseInstruction()
3030 std::make_unique<TypePromotionTransaction::InstructionRemover>( in eraseInstruction()
3034 void TypePromotionTransaction::replaceAllUsesWith(Instruction *Inst, in replaceAllUsesWith()
[all …]