Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp144 SetOfInstrs InsertedInsts; member in __anon1120a2390111::CodeGenPrepare
222 InsertedInsts.clear(); in runOnFunction()
1888 InsertedInsts.insert(ExtVal); in optimizeCallInst()
2600 const SetOfInstrs &InsertedInsts; member in __anon1120a2390211::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/
DLocal.h356 SmallVectorImpl<Instruction *> &InsertedInsts);
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1885 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()