Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp331 SetOfInstrs InsertedInsts; member in __anon01de4a8e0111::CodeGenPrepare
383 InsertedInsts.clear(); in releaseMemory()
1975 assert(!InsertedInsts.count(AndI) && in sinkAndCmp0Expression()
1977 (void)InsertedInsts; in sinkAndCmp0Expression()
2458 InsertedInsts.insert(ExtVal); in optimizeCallInst()
3374 const SetOfInstrs &InsertedInsts; member in __anon01de4a8e0c11::AddressingModeMatcher
3407 InsertedInsts(InsertedInsts), PromotedInsts(PromotedInsts), TPT(TPT), in AddressingModeMatcher()
6665 InsertedInsts.insert(InsertedTrunc); in optimizeExtUses()
6834 InsertedInsts.insert(NewAnd); in optimizeLoadExt()
7284 InsertedInsts.insert(NI); in tryToSinkFreeOperands()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h491 SmallVectorImpl<Instruction *> &InsertedInsts);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3903 SmallVectorImpl<Instruction *> &InsertedInsts) { in recognizeBSwapOrBitReverseIdiom() argument
3976 InsertedInsts.push_back(Trunc); in recognizeBSwapOrBitReverseIdiom()
3981 InsertedInsts.push_back(Result); in recognizeBSwapOrBitReverseIdiom()
3986 InsertedInsts.push_back(Result); in recognizeBSwapOrBitReverseIdiom()
3992 InsertedInsts.push_back(ExtInst); in recognizeBSwapOrBitReverseIdiom()