Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp434 Function *ReadLane = in buildReduction() local
437 Value *Lane0 = B.CreateCall(ReadLane, {V, B.getInt32(0)}); in buildReduction()
438 Value *Lane32 = B.CreateCall(ReadLane, {V, B.getInt32(32)}); in buildReduction()
525 Function *ReadLane = in buildShiftRight() local
540 {B.CreateCall(ReadLane, {B.CreateBitCast(Old, IntNTy), B.getInt32(15)}), in buildShiftRight()
547 {B.CreateCall(ReadLane, {B.CreateBitCast(Old, IntNTy), in buildShiftRight()
554 {B.CreateCall(ReadLane, {Old, B.getInt32(47)}), B.getInt32(48), V}); in buildShiftRight()