Searched refs:InsertedInsts (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 266 SetOfInstrs InsertedInsts; member in __anond0867ddb0111::CodeGenPrepare 383 InsertedInsts.clear(); in runOnFunction() 1261 SetOfInstrs &InsertedInsts) { in sinkAndCmp0Expression() argument 1264 assert(!InsertedInsts.count(AndI) && in sinkAndCmp0Expression() 1266 (void) InsertedInsts; in sinkAndCmp0Expression() 1712 InsertedInsts.insert(ExtVal); in optimizeCallInst() 2569 const SetOfInstrs &InsertedInsts; member in __anond0867ddb0611::AddressingModeMatcher 2587 ExtAddrMode &AM, const SetOfInstrs &InsertedInsts, in AddressingModeMatcher() argument 2592 MemoryInst(MI), AddrMode(AM), InsertedInsts(InsertedInsts), in AddressingModeMatcher() 2609 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in Match() argument [all …]
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 144 SetOfInstrs InsertedInsts; member in __anon65f3f0830111::CodeGenPrepare 222 InsertedInsts.clear(); in runOnFunction() 1888 InsertedInsts.insert(ExtVal); in optimizeCallInst() 2600 const SetOfInstrs &InsertedInsts; member in __anon65f3f0830211::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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 449 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 2638 SmallVectorImpl<Instruction *> &InsertedInsts) { in recognizeBSwapOrBitReverseIdiom() argument 2690 InsertedInsts.push_back(Trunc); in recognizeBSwapOrBitReverseIdiom() 2694 InsertedInsts.push_back(CI); in recognizeBSwapOrBitReverseIdiom() 2696 InsertedInsts.push_back(ExtInst); in recognizeBSwapOrBitReverseIdiom() 2701 InsertedInsts.push_back(CallInst::Create(F, Res->Provider, "rev", I)); in recognizeBSwapOrBitReverseIdiom()
|