Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dllvm.amdgcn.wavefrontsize.ll18 ; 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) {
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp102 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