Home
last modified time | relevance | path

Searched refs:Tys_alloc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp277 Type *Tys_alloc[1] = {SizetTy}; in lowerPrintfForGpu() local
280 FunctionType *FTy_alloc = FunctionType::get(I8Ptr, Tys_alloc, false); in lowerPrintfForGpu()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp299 Type *Tys_alloc[1] = {Builder.getInt32Ty()}; in callBufferedPrintfStart() local
302 FunctionType *FTy_alloc = FunctionType::get(PtrTy, Tys_alloc, false); in callBufferedPrintfStart()