Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp127 AllocaInst* insertAlloca(CallInst * UI, IRBuilder<> &B, const char *prefix);
1335 AllocaInst *Alloc = insertAlloca(UI, B, "__sincos_"); in fold_sincos()
1400 AllocaInst* AMDGPULibCalls::insertAlloca(CallInst *UI, IRBuilder<> &B, in insertAlloca() function in AMDGPULibCalls