Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp276 SetOfInstrs InsertedInsts; member in __anone2ed542f0111::CodeGenPrepare
428 InsertedInsts.clear(); in runOnFunction()
1531 SetOfInstrs &InsertedInsts) { in sinkAndCmp0Expression() argument
1534 assert(!InsertedInsts.count(AndI) && in sinkAndCmp0Expression()
1536 (void) InsertedInsts; in sinkAndCmp0Expression()
1986 InsertedInsts.insert(ExtVal); in optimizeCallInst()
2868 const SetOfInstrs &InsertedInsts; member in __anone2ed542f0711::AddressingModeMatcher
2892 ExtAddrMode &AM, const SetOfInstrs &InsertedInsts, in AddressingModeMatcher() argument
2898 MemoryInst(MI), AddrMode(AM), InsertedInsts(InsertedInsts), in AddressingModeMatcher()
2916 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in Match() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLocal.h512 SmallVectorImpl<Instruction *> &InsertedInsts);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp2836 SmallVectorImpl<Instruction *> &InsertedInsts) { in recognizeBSwapOrBitReverseIdiom() argument
2888 InsertedInsts.push_back(Trunc); in recognizeBSwapOrBitReverseIdiom()
2892 InsertedInsts.push_back(CI); in recognizeBSwapOrBitReverseIdiom()
2894 InsertedInsts.push_back(ExtInst); in recognizeBSwapOrBitReverseIdiom()
2899 InsertedInsts.push_back(CallInst::Create(F, Res->Provider, "rev", I)); in recognizeBSwapOrBitReverseIdiom()