Home
last modified time | relevance | path

Searched refs:getInsertionPointAfterDef (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp165 Builder.SetInsertPoint(*CoroBegin->getInsertionPointAfterDef()); in hidePromiseAlloca()
H A DCoroFrame.cpp1943 InsertPt = I->getInsertionPointAfterDef(); in salvageDebugInfo()
1985 InsertPt = I->getInsertionPointAfterDef(); in salvageDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFCheckAndAdjustIR.cpp449 IB.SetInsertPoint(*InsnPtr->getInsertionPointAfterDef()); in aspaceWrapValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h305 LLVM_ABI std::optional<InstListType::iterator> getInsertionPointAfterDef();
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp1412 IRB.SetInsertPoint(*I->getInsertionPointAfterDef()); in getPtrParts()
1517 IRB.SetInsertPoint(*PHI->getInsertionPointAfterDef()); in processConditionals()
1632 IRB.SetInsertPoint(*I->getInsertionPointAfterDef()); in killAndReplaceSplitInstructions()
2141 IRB.SetInsertPoint(*PHI.getInsertionPointAfterDef()); in visitPHINode()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp323 Builder.SetInsertPoint(*StepI->getInsertionPointAfterDef()); in matchStridedRecurrence()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp609 std::optional<BasicBlock::iterator> Res = I->getInsertionPointAfterDef(); in getFreezeInsertPt()
H A DReassociate.cpp836 auto InsertPtOpt = InstInput->getInsertionPointAfterDef(); in NegateValue()
H A DLoopIdiomRecognize.cpp2937 InsertPt = BitPosI->getInsertionPointAfterDef(); in recognizeShiftUntilBitTest()
H A DLowerMatrixIntrinsics.cpp2281 if (auto MaybeIP = IncomingInst->getInsertionPointAfterDef()) in VisitPHI()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp3416 Builder.SetInsertPoint(*SVI0A->getInsertionPointAfterDef()); in foldSelectShuffle()
3419 Builder.SetInsertPoint(*SVI0B->getInsertionPointAfterDef()); in foldSelectShuffle()
3422 Builder.SetInsertPoint(*SVI1A->getInsertionPointAfterDef()); in foldSelectShuffle()
3425 Builder.SetInsertPoint(*SVI1B->getInsertionPointAfterDef()); in foldSelectShuffle()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp343 std::optional<BasicBlock::iterator> Instruction::getInsertionPointAfterDef() { in getInsertionPointAfterDef() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp4607 IC.Builder.SetInsertPoint(*I->getInsertionPointAfterDef()); in freelyInvert()
4651 Builder.SetInsertPoint(*I.getInsertionPointAfterDef()); in sinkNotIntoLogicalOp()
4699 Builder.SetInsertPoint(*I.getInsertionPointAfterDef()); in sinkNotIntoOtherHandOfLogicalOp()
H A DInstCombineCalls.cpp4604 auto OptInsertPt = NewCall->getInsertionPointAfterDef(); in transformConstExprCastCall()
H A DInstructionCombining.cpp5011 auto MoveBeforeOpt = cast<Instruction>(Op)->getInsertionPointAfterDef(); in freezeOtherUses()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp284 B.SetInsertPoint(*I->getInsertionPointAfterDef()); in setInsertPointAfterDef()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp6079 if (auto InsertPoint = Value->getInsertionPointAfterDef()) { in EmitPseudoVariable()