Home
last modified time | relevance | path

Searched refs:InsertAt (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp483 MachineBasicBlock::iterator InsertAt = MBB->end(); in replaceStores() local
499 InsertAt = I; in replaceStores()
504 assert((InsertAt != MBB->end()) && "Cannot locate any store from the group"); in replaceStores()
512 if (InsertAt != MBB->begin()) in replaceStores()
513 --InsertAt; in replaceStores()
521 ++InsertAt; in replaceStores()
523 InsertAt = MBB->begin(); in replaceStores()
526 MBB->insert(InsertAt, I); in replaceStores()
H A DHexagonCommonGEP.cpp1191 BasicBlock::iterator InsertAt = LastB->getTerminator()->getIterator(); in materialize() local
1197 InsertAt = FirstUse; in materialize()
1201 Value *NewInst = fabricateGEP(NA, InsertAt, LastB); in materialize()
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DScalarEvolutionExpanderTest.cpp520 auto *InsertAt = I.getNextNode(); in TEST_F() local
521 Exp.expandCodeFor(AR, nullptr, InsertAt); in TEST_F()
571 auto *InsertAt = I.getNextNode(); in TEST_F() local
572 Exp.expandCodeFor(AR, nullptr, InsertAt); in TEST_F()
653 auto *InsertAt = I.getNextNode(); in TEST_F() local
654 Exp.expandCodeFor(AR, nullptr, InsertAt); in TEST_F()
763 auto *InsertAt = I.getNextNode(); in TEST_F() local
812 auto *InsertAt = I.getNextNode(); in TEST_F() local
813 Value *V = Exp.expandCodeFor(AR, nullptr, InsertAt); in TEST_F()
867 auto *InsertAt = I.getNextNode(); in TEST_F() local
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DQueryDriverDatabase.cpp250 auto InsertAt = llvm::find(Cmd.CommandLine, "--"); in addSystemIncludes() local
251 Cmd.CommandLine.insert(InsertAt, std::make_move_iterator(ToAppend.begin()), in addSystemIncludes()
266 auto InsertAt = llvm::find(Cmd.CommandLine, "--"); in setTarget() local
267 Cmd.CommandLine.insert(InsertAt, "--target=" + Target); in setTarget()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h440 void CreateNonTerminatorUnreachable(Instruction *InsertAt) { in CreateNonTerminatorUnreachable() argument
441 auto &Ctx = InsertAt->getContext(); in CreateNonTerminatorUnreachable()
444 InsertAt); in CreateNonTerminatorUnreachable()