Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp103 bool fold_wavefrontsize(CallInst *CI, IRBuilder<> &B);
617 return !EnablePreLink && fold_wavefrontsize(CI, B); in fold()
1319 bool AMDGPULibCalls::fold_wavefrontsize(CallInst *CI, IRBuilder<> &B) { in fold_wavefrontsize() function in AMDGPULibCalls