Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp295 SetOfInstrs InsertedInsts; member in __anon1b21b1700111::CodeGenPrepare
463 InsertedInsts.clear(); in runOnFunction()
1743 SetOfInstrs &InsertedInsts) { in sinkAndCmp0Expression() argument
1746 assert(!InsertedInsts.count(AndI) && in sinkAndCmp0Expression()
1748 (void) InsertedInsts; in sinkAndCmp0Expression()
2203 InsertedInsts.insert(ExtVal); in optimizeCallInst()
3125 const SetOfInstrs &InsertedInsts; member in __anon1b21b1700c11::AddressingModeMatcher
3151 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in AddressingModeMatcher() argument
3158 InsertedInsts(InsertedInsts), PromotedInsts(PromotedInsts), TPT(TPT), in AddressingModeMatcher()
3176 const TargetRegisterInfo &TRI, const SetOfInstrs &InsertedInsts, in Match() argument
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
DLocal.h447 SmallVectorImpl<Instruction *> &InsertedInsts);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp3128 SmallVectorImpl<Instruction *> &InsertedInsts) { in recognizeBSwapOrBitReverseIdiom() argument
3204 InsertedInsts.push_back(Trunc); in recognizeBSwapOrBitReverseIdiom()
3209 InsertedInsts.push_back(Result); in recognizeBSwapOrBitReverseIdiom()
3214 InsertedInsts.push_back(Result); in recognizeBSwapOrBitReverseIdiom()
3220 InsertedInsts.push_back(ExtInst); in recognizeBSwapOrBitReverseIdiom()