Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h510 static bool isGather4(const MachineInstr &MI) { in isGather4() function
514 bool isGather4(uint16_t Opcode) const { in isGather4() function
H A DSILoadStoreOptimizer.cpp423 TII.isGather4(Opc)) in getInstClass()
H A DSIISelLowering.cpp11945 !TII->isGather4(Opcode) && in PostISelFolding()
12055 unsigned ActiveLanes = TII->isGather4(MI) ? 4 : llvm::popcount(dmask); in AddIMGInit()
H A DSIInstrInfo.cpp4348 isGather4(MI.getOpcode()) ? 4 : llvm::popcount(DMaskImm); in verifyInstruction()