Searched refs:CreateTempAllocaWithoutCast (Results 1 – 4 of 4) sorted by relevance
347 Address KernelArgs = CGF.CreateTempAllocaWithoutCast( in prepareKernelArgsLLVMOffload()349 Address KernelLaunchParams = CGF.CreateTempAllocaWithoutCast( in prepareKernelArgsLLVMOffload()
277 RawAddress active = CreateTempAllocaWithoutCast( in createCleanupActiveFlag()
91 CodeGenFunction::CreateTempAllocaWithoutCast(llvm::Type *Ty, CharUnits Align, in CreateTempAllocaWithoutCast() function in CodeGenFunction103 RawAddress Alloca = CreateTempAllocaWithoutCast(Ty, Align, Name, ArraySize); in CreateTempAlloca()192 return CreateTempAllocaWithoutCast(ConvertTypeForMem(Ty), Align, Name); in CreateMemTempWithoutCast()
2859 RawAddress CreateTempAllocaWithoutCast(llvm::Type *Ty, CharUnits align,