Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp422 Function *ReadLane = Intrinsic::getOrInsertDeclaration( in buildReduction() local
424 Value *Lane0 = B.CreateCall(ReadLane, {V, B.getInt32(0)}); in buildReduction()
425 Value *Lane32 = B.CreateCall(ReadLane, {V, B.getInt32(32)}); in buildReduction()
504 Function *ReadLane = Intrinsic::getOrInsertDeclaration( in buildShiftRight() local
517 V = B.CreateCall(WriteLane, {B.CreateCall(ReadLane, {Old, B.getInt32(15)}), in buildShiftRight()
524 {B.CreateCall(ReadLane, {Old, B.getInt32(31)}), B.getInt32(32), V}); in buildShiftRight()
529 {B.CreateCall(ReadLane, {Old, B.getInt32(47)}), B.getInt32(48), V}); in buildShiftRight()