Home
last modified time | relevance | path

Searched refs:isGenericOpcode (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp393 if (TargetInstrInfo::isGenericOpcode(MI.getOpcode())) { in processBlock()
DSIInstrInfo.cpp1640 if (SIInstrInfo::isGenericOpcode(MI.getOpcode()) || in shouldReadExec()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h67 static bool isGenericOpcode(unsigned Opc) { in isGenericOpcode() function