Searched refs:isVOP3P (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | VOPInstructions.td | 85 bit VOP3Only = 0, bit isVOP3P = 0, bit isVop3OpSel = 0> : 89 !if(!and(isVOP3P, P.IsPacked), P.InsVOP3P, P.Ins64)), 97 !if(!and(isVOP3P, P.IsPacked), P.AsmVOP3P, P.Asm64)); 127 !if(isVOP3P,
|
D | SIInstrInfo.h | 518 static bool isVOP3P(const MachineInstr &MI) { in isVOP3P() function 522 bool isVOP3P(uint16_t Opcode) const { in isVOP3P() function
|