Home
last modified time | relevance | path

Searched refs:isSDWA (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIPeepholeSDWA.cpp734 if (!TII->isSDWA(*Op1Inst)) in matchSDWAOperand()
784 if (!TII->isSDWA(*OtherInst)) in matchSDWAOperand()
861 if (TII->isSDWA(Opc)) in isConvertibleToSDWA()
910 if (TII->isSDWA(Opcode)) { in convertToSDWA()
DSIInstrInfo.h388 static bool isSDWA(const MachineInstr &MI) { in isSDWA() function
392 bool isSDWA(uint16_t Opcode) const { in isSDWA() function
DSIFoldOperands.cpp307 return !UseMO.isUndef() && !TII->isSDWA(MI); in isUseSafeToFold()
DSIInstrInfo.cpp2720 if (isSDWA(MI)) { in verifyInstruction()
2811 && (isVOP1(MI) || isVOP2(MI) || isVOP3(MI) || isVOPC(MI) || isSDWA(MI))) { in verifyInstruction()