Searched refs:InsertAt (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp484 MachineBasicBlock::iterator InsertAt = MBB->end(); local
500 InsertAt = I;
505 assert((InsertAt != MBB->end()) && "Cannot locate any store from the group");
509 // InsertAt points at the first instruction that will be removed. We need
513 if (InsertAt != MBB->begin())
514 --InsertAt;
522 ++InsertAt;
524 InsertAt = MBB->begin();
527 MBB->insert(InsertAt, I);
H A DHexagonCommonGEP.cpp1196 BasicBlock::iterator InsertAt = LastB->getTerminator()->getIterator(); local
1202 InsertAt = FirstUse;
1206 Value *NewInst = fabricateGEP(NA, InsertAt, LastB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1450 MachineInstr *InsertAt = nullptr; local
1452 InsertAt = &*I;
1457 MachineInstrBuilder MIB = BuildMI(*InsertAt->getParent(), InsertAt,
1458 InsertAt->getDebugLoc(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h716 void CreateNonTerminatorUnreachable(Instruction *InsertAt) { argument
717 auto &Ctx = InsertAt->getContext();
720 InsertAt);

Completed in 118 milliseconds