HomeSort by: relevance | last modified time | path
    Searched refs:isVOP2 (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 419 static bool isVOP2(const MachineInstr &MI) {
423 bool isVOP2(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))) {
5369 if (isVOP2(MI) || isVOPC(MI)) {

Completed in 21 milliseconds