Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp802 IRB.SetInsertPoint(*I->getInsertionPointAfterDef()); in getPtrParts()
907 IRB.SetInsertPoint(*PHI->getInsertionPointAfterDef()); in processConditionals()
1014 IRB.SetInsertPoint(*I->getInsertionPointAfterDef()); in killAndReplaceSplitInstructions()
1478 IRB.SetInsertPoint(*PHI.getInsertionPointAfterDef()); in visitPHINode()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFCheckAndAdjustIR.cpp452 IB.SetInsertPoint(*InsnPtr->getInsertionPointAfterDef()); in aspaceWrapValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h267 std::optional<InstListType::iterator> getInsertionPointAfterDef();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp2462 Builder.SetInsertPoint(*SVI0A->getInsertionPointAfterDef()); in foldSelectShuffle()
2465 Builder.SetInsertPoint(*SVI0B->getInsertionPointAfterDef()); in foldSelectShuffle()
2468 Builder.SetInsertPoint(*SVI1A->getInsertionPointAfterDef()); in foldSelectShuffle()
2471 Builder.SetInsertPoint(*SVI1B->getInsertionPointAfterDef()); in foldSelectShuffle()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp610 std::optional<BasicBlock::iterator> Res = I->getInsertionPointAfterDef(); in getFreezeInsertPt()
H A DReassociate.cpp845 auto InsertPtOpt = InstInput->getInsertionPointAfterDef(); in NegateValue()
H A DLoopIdiomRecognize.cpp2631 InsertPt = BitPosI->getInsertionPointAfterDef(); in recognizeShiftUntilBitTest()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp225 B.SetInsertPoint(*I->getInsertionPointAfterDef()); in setInsertPointAfterDef()
798 B.SetInsertPoint(*OpI->getInsertionPointAfterDef()); in deduceOperandElementType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp328 std::optional<BasicBlock::iterator> Instruction::getInsertionPointAfterDef() { in getInsertionPointAfterDef() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2977 InsertPt = I->getInsertionPointAfterDef(); in salvageDebugInfo()
3019 InsertPt = I->getInsertionPointAfterDef(); in salvageDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp4347 IC.Builder.SetInsertPoint(*I->getInsertionPointAfterDef()); in freelyInvert()
4385 Builder.SetInsertPoint(*I.getInsertionPointAfterDef()); in sinkNotIntoLogicalOp()
4433 Builder.SetInsertPoint(*I.getInsertionPointAfterDef()); in sinkNotIntoOtherHandOfLogicalOp()
H A DInstructionCombining.cpp4569 auto MoveBeforeOpt = cast<Instruction>(Op)->getInsertionPointAfterDef(); in freezeOtherUses()
H A DInstCombineCalls.cpp4320 auto OptInsertPt = NewCall->getInsertionPointAfterDef(); in transformConstExprCastCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5816 if (auto InsertPoint = Value->getInsertionPointAfterDef()) { in EmitPseudoVariable()