Home
last modified time | relevance | path

Searched refs:isGather4 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h623 static bool isGather4(const MachineInstr &MI) { in isGather4() function
627 bool isGather4(uint16_t Opcode) const { in isGather4() function
H A DSILoadStoreOptimizer.cpp472 TII.isGather4(Opc)) in getInstClass()
H A DSIISelLowering.cpp16092 !TII->isGather4(Opcode) && in PostISelFolding()
16201 unsigned ActiveLanes = TII->isGather4(MI) ? 4 : llvm::popcount(dmask); in AddMemOpInit()
H A DSIInstrInfo.cpp5063 uint32_t RegCount = isGather4(Opcode) ? 4 : llvm::popcount(DMaskImm); in verifyInstruction()