Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp671 Builder.SetInsertPointPastAllocas(CBF); in expandCall()
735 Builder.SetInsertPointPastAllocas(CBF); in expandCall()
761 Builder.SetInsertPointPastAllocas(CBF); in expandCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp357 AtEntry.SetInsertPointPastAllocas(&F); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp396 B.SetInsertPointPastAllocas(OpA->getParent()); in buildSpvPtrcast()
1260 IsPhi ? B.SetInsertPointPastAllocas(I->getParent()->getParent()) in preprocessCompositeConstants()
2080 IsPhi ? B.SetInsertPointPastAllocas(I->getParent()->getParent()) in processInstrAfterVisit()
2175 B.SetInsertPointPastAllocas(F); in processParamTypesByFunHeader()
2223 B.SetInsertPointPastAllocas(F); in processParamTypes()
2336 B.SetInsertPointPastAllocas(Arg->getParent()); in applyDemangledPtrArgTypes()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILDataScalarization.cpp195 Builder.SetInsertPointPastAllocas(Builder.GetInsertBlock()->getParent()); in createArrayFromVector()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1318 B.SetInsertPointPastAllocas(F); in insertSinCos()
H A DAMDGPULowerBufferFatPointers.cpp1415 IRB.SetInsertPointPastAllocas(A->getParent()); in getPtrParts()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h241 void SetInsertPointPastAllocas(Function *F) { in SetInsertPointPastAllocas() function