Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDExpandVariadics.cpp693 Builder.SetInsertPointPastAllocas(CBF); in expandCall()
757 Builder.SetInsertPointPastAllocas(CBF); in expandCall()
783 Builder.SetInsertPointPastAllocas(CBF); in expandCall()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVEmitIntrinsics.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-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDShadowStackGCLowering.cpp359 AtEntry.SetInsertPointPastAllocas(&F); in runOnFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPULibCalls.cpp1320 B.SetInsertPointPastAllocas(F); in insertSinCos()
HDAMDGPULowerBufferFatPointers.cpp805 IRB.SetInsertPointPastAllocas(A->getParent()); in getPtrParts()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIRBuilder.h211 void SetInsertPointPastAllocas(Function *F) { in SetInsertPointPastAllocas() function