Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h496 static bool isGather4(const MachineInstr &MI) { in isGather4() function
500 bool isGather4(uint16_t Opcode) const { in isGather4() function
DSILoadStoreOptimizer.cpp348 TII.isGather4(Opc)) in getInstClass()
DSIISelLowering.cpp11156 !TII->isGather4(Opcode) && in PostISelFolding()
11266 unsigned ActiveLanes = TII->isGather4(MI) ? 4 : countPopulation(dmask); in AddIMGInit()
DSIInstrInfo.cpp3988 isGather4(MI.getOpcode()) ? 4 : countPopulation(DMaskImm); in verifyInstruction()