Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2488 void eraseInstruction(Instruction *Inst, Value *NewVal = nullptr);
2515 void TypePromotionTransaction::eraseInstruction(Instruction *Inst, in eraseInstruction() function in __anon65f3f0830211::TypePromotionTransaction
2975 TPT.eraseInstruction(SExt); in promoteOperandForTruncAndAnyExt()
2986 TPT.eraseInstruction(SExtOpnd); in promoteOperandForTruncAndAnyExt()
3002 TPT.eraseInstruction(ExtInst, NextVal); in promoteOperandForTruncAndAnyExt()
3104 TPT.eraseInstruction(Ext); in promoteOperandForOther()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2440 void eraseInstruction(Instruction *Inst, Value *NewVal = nullptr);
2478 void TypePromotionTransaction::eraseInstruction(Instruction *Inst, in eraseInstruction() function in TypePromotionTransaction
3575 TPT.eraseInstruction(SExt); in promoteOperandForTruncAndAnyExt()
3586 TPT.eraseInstruction(SExtOpnd); in promoteOperandForTruncAndAnyExt()
3602 TPT.eraseInstruction(ExtInst, NextVal); in promoteOperandForTruncAndAnyExt()
3702 TPT.eraseInstruction(Ext); in promoteOperandForOther()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp541 void eraseInstruction(Instruction *I) { in eraseInstruction() function in llvm::slpvectorizer::BoUpSLP
2708 eraseInstruction(cast<Instruction>(Scalar)); in vectorizeTree()
2787 eraseInstruction(In); in optimizeGatherSequence()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp800 void eraseInstruction(Instruction *I) { in eraseInstruction() function in llvm::slpvectorizer::BoUpSLP
3716 eraseInstruction(cast<Instruction>(Scalar)); in vectorizeTree()
3793 eraseInstruction(In); in optimizeGatherSequence()