Searched refs:DMaskImm (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp314 uint64_t DMaskImm = local
316 return countPopulation(DMaskImm);
H A DSIInstrInfo.cpp3710 uint64_t DMaskImm = DMask->getImm(); local
3712 isGather4(MI.getOpcode()) ? 4 : countPopulation(DMaskImm);

Completed in 242 milliseconds