Searched refs:fold_wavefrontsize (Results 1 – 2 of 2) sorted by relevance
18 ; GCN-LABEL: {{^}}fold_wavefrontsize:19 ; OPT-LABEL: define amdgpu_kernel void @fold_wavefrontsize(31 define amdgpu_kernel void @fold_wavefrontsize(i32 addrspace(1)* nocapture %arg) {
102 bool fold_wavefrontsize(CallInst *CI, IRBuilder<> &B);616 return !EnablePreLink && fold_wavefrontsize(CI, B); in fold()1318 bool AMDGPULibCalls::fold_wavefrontsize(CallInst *CI, IRBuilder<> &B) { in fold_wavefrontsize() function in AMDGPULibCalls