HomeSort by: relevance | last modified time | path
    Searched refs:isVOP1 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNDPPCombine.cpp 535 if (!(IsShrinkable || TII->isVOP1(OrigOp) || TII->isVOP2(OrigOp))) {
SIInstrInfo.h 411 static bool isVOP1(const MachineInstr &MI) {
415 bool isVOP1(uint16_t Opcode) const {
SIShrinkInstructions.cpp 64 assert(TII->isVOP1(MI) || TII->isVOP2(MI) || TII->isVOPC(MI));
SIInstrInfo.cpp 3965 && (isVOP1(MI) || isVOP2(MI) || isVOP3(MI) || isVOPC(MI) || isSDWA(MI))) {

Completed in 67 milliseconds