Home
last modified time | relevance | path

Searched refs:CreateTempAllocaWithoutCast (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp347 Address KernelArgs = CGF.CreateTempAllocaWithoutCast( in prepareKernelArgsLLVMOffload()
349 Address KernelLaunchParams = CGF.CreateTempAllocaWithoutCast( in prepareKernelArgsLLVMOffload()
H A DCGCleanup.cpp277 RawAddress active = CreateTempAllocaWithoutCast( in createCleanupActiveFlag()
H A DCGExpr.cpp91 CodeGenFunction::CreateTempAllocaWithoutCast(llvm::Type *Ty, CharUnits Align, in CreateTempAllocaWithoutCast() function in CodeGenFunction
103 RawAddress Alloca = CreateTempAllocaWithoutCast(Ty, Align, Name, ArraySize); in CreateTempAlloca()
192 return CreateTempAllocaWithoutCast(ConvertTypeForMem(Ty), Align, Name); in CreateMemTempWithoutCast()
H A DCodeGenFunction.h2859 RawAddress CreateTempAllocaWithoutCast(llvm::Type *Ty, CharUnits align,