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

/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp436 Instruction *InsertionPoint = findInsertionPoint(Use); local
439 DEBUG(InsertionPoint->print(dbgs()));
445 InsPtsPerFunc[InsertionPoint->getParent()->getParent()];
446 if (isDominated(InsertionPoint, Use, InsertPts))
450 if (tryAndMerge(InsertionPoint, Use, InsertPts))
456 InsertPts[InsertionPoint].push_back(&Use);
H A DAArch64LoadStoreOptimizer.cpp639 MachineBasicBlock::iterator InsertionPoint = MergeForward ? Paired : I; local
676 NewMemMI = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(),
700 BitExtMI1 = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(),
709 BitExtMI2 = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(),
715 BitExtMI2 = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(),
726 BitExtMI1 = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(),
732 BitExtMI1 = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(),
741 BitExtMI2 = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(),
768 MIB = BuildMI(*I->getParent(), InsertionPoint, I->getDebugLoc(),
778 MIB = BuildMI(*I->getParent(), InsertionPoint,
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp138 MachineBasicBlock::iterator InsertionPoint; member in class:__anon2452::SSAIfConv
267 /// This function sets InsertionPoint and returns true when successful, it
327 InsertionPoint = I;
528 Head->splice(InsertionPoint, TBB, TBB->begin(), TBB->getFirstTerminator());
530 Head->splice(InsertionPoint, FBB, FBB->begin(), FBB->getFirstTerminator());
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3030 OpSplitter(Instruction *InsertionPoint, Value *Ptr)
3031 : IRB(InsertionPoint), GEPIndices(1, IRB.getInt32(0)), Ptr(Ptr) {}
3086 LoadOpSplitter(Instruction *InsertionPoint, Value *Ptr)
3087 : OpSplitter<LoadOpSplitter>(InsertionPoint, Ptr) {}
3118 StoreOpSplitter(Instruction *InsertionPoint, Value *Ptr)
3119 : OpSplitter<StoreOpSplitter>(InsertionPoint, Ptr) {}

Completed in 201 milliseconds