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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp563 Instruction *InsPoint = &*Header->getFirstInsertionPt(); local
566 getInstrName(MemI, GEPNodeIncNameSuffix), InsPoint);
577 getInstrName(PtrInc, CastNodeNameSuffix), InsPoint);
590 Instruction *InsPoint = BB->getTerminator(); local
593 getInstrName(MemI, GEPNodeIncNameSuffix), InsPoint);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp546 SmallVector<MachineBasicBlock::iterator, 8> InsPoint(Log2(MaxAlign) + 1,
564 MachineBasicBlock::iterator InsAt = InsPoint[LogAlign];
575 if (InsPoint[a] == InsAt)
576 InsPoint[a] = CPEMI;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp500 SmallVector<MachineBasicBlock::iterator, 8> InsPoint(MaxLogAlign + 1,
517 MachineBasicBlock::iterator InsAt = InsPoint[LogAlign];
526 if (InsPoint[a] == InsAt)
527 InsPoint[a] = CPEMI;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3668 void instrumentAlloca(AllocaInst &I, Instruction *InsPoint = nullptr) {
3669 if (!InsPoint)
3670 InsPoint = &I;
3671 IRBuilder<> IRB(InsPoint->getNextNode());

Completed in 103 milliseconds