Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp326 uint64_t DMaskImm = in getOpcodeWidth() local
328 return llvm::popcount(DMaskImm); in getOpcodeWidth()
H A DSIInstrInfo.cpp4750 uint64_t DMaskImm = DMask->getImm(); in verifyInstruction() local
4752 isGather4(MI.getOpcode()) ? 4 : llvm::popcount(DMaskImm); in verifyInstruction()