Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSIShrinkInstructions.cpp132 assert(TII->isVOP1(MI.getOpcode()) || TII->isVOP2(MI.getOpcode()) || in foldImmediates()
DSIInstrInfo.h170 bool isVOP1(uint16_t Opcode) const { in isVOP1() function
DSIInstrInfo.cpp1329 if (isVOP1(Opcode) || isVOP2(Opcode) || isVOP3(Opcode) || isVOPC(Opcode)) { in verifyInstruction()