Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h319 static bool isGather4(const MachineInstr &MI) { in isGather4() function
323 bool isGather4(uint16_t Opcode) const { in isGather4() function
DSIISelLowering.cpp3221 !TII->isGather4(Opcode)) in PostISelFolding()