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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIPeepholeSDWA.cpp 734 if (!TII->isSDWA(*Op1Inst))
784 if (!TII->isSDWA(*OtherInst))
861 if (TII->isSDWA(Opc))
910 if (TII->isSDWA(Opcode)) {
    [all...]
SIInstrInfo.h 388 static bool isSDWA(const MachineInstr &MI) {
392 bool isSDWA(uint16_t Opcode) const {
    [all...]
SIFoldOperands.cpp 307 return !UseMO.isUndef() && !TII->isSDWA(MI);
    [all...]
SIInstrInfo.cpp     [all...]

Completed in 334 milliseconds