Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp291 uint64_t DMaskImm = in getOpcodeWidth() local
293 return countPopulation(DMaskImm); in getOpcodeWidth()
H A DSIInstrInfo.cpp3933 uint64_t DMaskImm = DMask->getImm(); in verifyInstruction() local
3935 isGather4(MI.getOpcode()) ? 4 : countPopulation(DMaskImm); in verifyInstruction()