Searched refs:isGather4 (Results 1 – 4 of 4) sorted by relevance
623 static bool isGather4(const MachineInstr &MI) { in isGather4() function627 bool isGather4(uint16_t Opcode) const { in isGather4() function
472 TII.isGather4(Opc)) in getInstClass()
16092 !TII->isGather4(Opcode) && in PostISelFolding()16201 unsigned ActiveLanes = TII->isGather4(MI) ? 4 : llvm::popcount(dmask); in AddMemOpInit()
5063 uint32_t RegCount = isGather4(Opcode) ? 4 : llvm::popcount(DMaskImm); in verifyInstruction()