Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp332 SetOfInstrs InsertedInsts; member in __anon1d600f580111::CodeGenPrepare
384 InsertedInsts.clear(); in releaseMemory()
2252 SetOfInstrs &InsertedInsts) { in sinkAndCmp0Expression() argument
2255 assert(!InsertedInsts.count(AndI) && in sinkAndCmp0Expression()
2257 (void)InsertedInsts; in sinkAndCmp0Expression()
2740 InsertedInsts.insert(ExtVal); in optimizeCallInst()
3805 const SetOfInstrs &InsertedInsts; member in __anon1d600f580f11::AddressingModeMatcher
3831 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in AddressingModeMatcher() argument
3838 InsertedInsts(InsertedInsts), PromotedInsts(PromotedInsts), TPT(TPT), in AddressingModeMatcher()
3856 const TargetRegisterInfo &TRI, const SetOfInstrs &InsertedInsts, in Match() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h545 SmallVectorImpl<Instruction *> &InsertedInsts);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp4101 SmallVectorImpl<Instruction *> &InsertedInsts) { in recognizeBSwapOrBitReverseIdiom() argument
4176 InsertedInsts.push_back(Trunc); in recognizeBSwapOrBitReverseIdiom()
4181 InsertedInsts.push_back(Result); in recognizeBSwapOrBitReverseIdiom()
4186 InsertedInsts.push_back(Result); in recognizeBSwapOrBitReverseIdiom()
4192 InsertedInsts.push_back(ExtInst); in recognizeBSwapOrBitReverseIdiom()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6053 auto InsertedInsts = InsertedNonLCSSAInsts.takeVector(); in ImplementSolution() local
6054 formLCSSAForInstructions(InsertedInsts, DT, LI, &SE); in ImplementSolution()