Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp318 uint64_t DMaskImm = in getOpcodeWidth() local
320 return countPopulation(DMaskImm); in getOpcodeWidth()
H A DSIInstrInfo.cpp4227 uint64_t DMaskImm = DMask->getImm(); in verifyInstruction() local
4229 isGather4(MI.getOpcode()) ? 4 : countPopulation(DMaskImm); in verifyInstruction()