Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp338 uint64_t DMaskImm = in getOpcodeWidth() local
340 return llvm::popcount(DMaskImm); in getOpcodeWidth()
H A DSIInstrInfo.cpp5062 uint64_t DMaskImm = DMask->getImm(); in verifyInstruction() local
5063 uint32_t RegCount = isGather4(Opcode) ? 4 : llvm::popcount(DMaskImm); in verifyInstruction()