Searched refs:InsertedInsts (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 144 SetOfInstrs InsertedInsts; member in __anonebd7bfba0111::CodeGenPrepare 222 InsertedInsts.clear(); in runOnFunction() 1888 InsertedInsts.insert(ExtVal); in optimizeCallInst() 2600 const SetOfInstrs &InsertedInsts; member in __anonebd7bfba0211::AddressingModeMatcher 2613 const SetOfInstrs &InsertedInsts, in AddressingModeMatcher() argument 2620 MemoryInst(MI), AddrMode(AM), InsertedInsts(InsertedInsts), in AddressingModeMatcher() 2637 const SetOfInstrs &InsertedInsts, in Match() argument 2643 MemoryInst, Result, InsertedInsts, in Match() 2856 static Action getAction(Instruction *Ext, const SetOfInstrs &InsertedInsts, 2926 Instruction *Ext, const SetOfInstrs &InsertedInsts, in getAction() argument [all …]
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 356 SmallVectorImpl<Instruction *> &InsertedInsts);
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1885 SmallVectorImpl<Instruction *> &InsertedInsts) { in recognizeBSwapOrBitReverseIdiom() argument 1937 InsertedInsts.push_back(Trunc); in recognizeBSwapOrBitReverseIdiom() 1941 InsertedInsts.push_back(CI); in recognizeBSwapOrBitReverseIdiom() 1943 InsertedInsts.push_back(ExtInst); in recognizeBSwapOrBitReverseIdiom() 1948 InsertedInsts.push_back(CallInst::Create(F, Res->Provider, "rev", I)); in recognizeBSwapOrBitReverseIdiom()
|