Home
last modified time | relevance | path

Searched refs:getVOP3IsSingle (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h556 bool getVOP3IsSingle(unsigned Opc);
H A DAMDGPUBaseInfo.cpp507 bool getVOP3IsSingle(unsigned Opc) { in getVOP3IsSingle() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp393 if (!getVOP3IsSingle(Opcode)) in printVOPDst()