HomeSort by relevance Sort by last modified time
    Searched refs:isVOPC (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/AMDGPU/
SIShrinkInstructions.cpp 144 assert(TII->isVOP1(MI) || TII->isVOP2(MI) || TII->isVOPC(MI));
250 if (TII->isVOPC(Op32)) {
SIInstrInfo.h 234 static bool isVOPC(const MachineInstr &MI) {
238 bool isVOPC(uint16_t Opcode) const {
SIInstrInfo.cpp     [all...]

Completed in 73 milliseconds