Searched refs:ReadLane (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAtomicOptimizer.cpp | 441 Function *ReadLane = in buildReduction() local 443 Value *Lane0 = B.CreateCall(ReadLane, {V, B.getInt32(0)}); in buildReduction() 444 Value *Lane32 = B.CreateCall(ReadLane, {V, B.getInt32(32)}); in buildReduction() 522 Function *ReadLane = in buildShiftRight() local 535 V = B.CreateCall(WriteLane, {B.CreateCall(ReadLane, {Old, B.getInt32(15)}), in buildShiftRight() 542 {B.CreateCall(ReadLane, {Old, B.getInt32(31)}), B.getInt32(32), V}); in buildShiftRight() 547 {B.CreateCall(ReadLane, {Old, B.getInt32(47)}), B.getInt32(48), V}); in buildShiftRight()
|