Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp303 SetOfInstrs InsertedInsts; member in __anon78e22a880111::CodeGenPrepare
475 InsertedInsts.clear(); in runOnFunction()
1760 assert(!InsertedInsts.count(AndI) && in sinkAndCmp0Expression()
1762 (void) InsertedInsts; in sinkAndCmp0Expression()
2222 InsertedInsts.insert(ExtVal); in optimizeCallInst()
3144 const SetOfInstrs &InsertedInsts; member in __anon78e22a880c11::AddressingModeMatcher
3177 InsertedInsts(InsertedInsts), PromotedInsts(PromotedInsts), TPT(TPT), in AddressingModeMatcher()
6406 InsertedInsts.insert(InsertedTrunc); in optimizeExtUses()
6575 InsertedInsts.insert(NewAnd); in optimizeLoadExt()
6995 InsertedInsts.insert(NI); in tryToSinkFreeOperands()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLocal.h462 SmallVectorImpl<Instruction *> &InsertedInsts);
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp3159 SmallVectorImpl<Instruction *> &InsertedInsts) { in recognizeBSwapOrBitReverseIdiom() argument
3231 InsertedInsts.push_back(Trunc); in recognizeBSwapOrBitReverseIdiom()
3236 InsertedInsts.push_back(Result); in recognizeBSwapOrBitReverseIdiom()
3241 InsertedInsts.push_back(Result); in recognizeBSwapOrBitReverseIdiom()
3247 InsertedInsts.push_back(ExtInst); in recognizeBSwapOrBitReverseIdiom()