Searched defs:DMaskLanes (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPUInstructionSelector.cpp | 1867 DMaskLanes = BaseOpcode->Gather4 ? 4 : llvm::popcount(DMask); in selectImageIntrinsic() local |
H A D | SIISelLowering.cpp | 1219 unsigned DMaskLanes = DMask == 0 ? 1 : llvm::popcount(DMask); getTgtMemIntrinsic() local |
H A D | AMDGPULegalizerInfo.cpp | 6148 int DMaskLanes = 0; legalizeImageIntrinsic() local |