Home
last modified time | relevance | path

Searched refs:SetInsertPointPastAllocas (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp693 Builder.SetInsertPointPastAllocas(CBF); in expandCall()
757 Builder.SetInsertPointPastAllocas(CBF); in expandCall()
783 Builder.SetInsertPointPastAllocas(CBF); in expandCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp801 B.SetInsertPointPastAllocas(OpA->getParent()); in deduceOperandElementType()
904 IsPhi ? B.SetInsertPointPastAllocas(I->getParent()->getParent()) in preprocessCompositeConstants()
1524 IsPhi ? B.SetInsertPointPastAllocas(I->getParent()->getParent()) in processInstrAfterVisit()
1610 B.SetInsertPointPastAllocas(F); in processParamTypesByFunHeader()
1623 B.SetInsertPointPastAllocas(F); in processParamTypes()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp359 AtEntry.SetInsertPointPastAllocas(&F); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1320 B.SetInsertPointPastAllocas(F); in insertSinCos()
H A DAMDGPULowerBufferFatPointers.cpp805 IRB.SetInsertPointPastAllocas(A->getParent()); in getPtrParts()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h211 void SetInsertPointPastAllocas(Function *F) { in SetInsertPointPastAllocas() function