Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp250 class TypePromotionTransaction;
386 bool tryToPromoteExts(TypePromotionTransaction &TPT,
395 bool HasPromoted, TypePromotionTransaction &TPT,
2357 class TypePromotionTransaction { class
2721 TypePromotionTransaction(SetOfInstrs &RemovedInsts) in TypePromotionTransaction() function in __anone6c077230511::TypePromotionTransaction
2771 void TypePromotionTransaction::setOperand(Instruction *Inst, unsigned Idx, in setOperand()
2773 Actions.push_back(std::make_unique<TypePromotionTransaction::OperandSetter>( in setOperand()
2777 void TypePromotionTransaction::eraseInstruction(Instruction *Inst, in eraseInstruction()
2780 std::make_unique<TypePromotionTransaction::InstructionRemover>( in eraseInstruction()
2784 void TypePromotionTransaction::replaceAllUsesWith(Instruction *Inst, in replaceAllUsesWith()
[all …]