Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp295 SetOfInstrs InsertedInsts; member in __anon7f6d13e30111::CodeGenPrepare
463 InsertedInsts.clear(); in runOnFunction()
1743 SetOfInstrs &InsertedInsts) { in sinkAndCmp0Expression() argument
1746 assert(!InsertedInsts.count(AndI) && in sinkAndCmp0Expression()
1748 (void) InsertedInsts; in sinkAndCmp0Expression()
2199 InsertedInsts.insert(ExtVal); in optimizeCallInst()
3121 const SetOfInstrs &InsertedInsts; member in __anon7f6d13e30c11::AddressingModeMatcher
3147 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in AddressingModeMatcher() argument
3154 InsertedInsts(InsertedInsts), PromotedInsts(PromotedInsts), TPT(TPT), in AddressingModeMatcher()
3172 const TargetRegisterInfo &TRI, const SetOfInstrs &InsertedInsts, in Match() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLocal.h448 SmallVectorImpl<Instruction *> &InsertedInsts);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp3119 SmallVectorImpl<Instruction *> &InsertedInsts) { in recognizeBSwapOrBitReverseIdiom() argument
3195 InsertedInsts.push_back(Trunc); in recognizeBSwapOrBitReverseIdiom()
3200 InsertedInsts.push_back(Result); in recognizeBSwapOrBitReverseIdiom()
3205 InsertedInsts.push_back(Result); in recognizeBSwapOrBitReverseIdiom()
3211 InsertedInsts.push_back(ExtInst); in recognizeBSwapOrBitReverseIdiom()