Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h461 bool getVOP3IsSingle(unsigned Opc);
H A DAMDGPUBaseInfo.cpp398 bool getVOP3IsSingle(unsigned Opc) { in getVOP3IsSingle() function
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp373 if (!getVOP3IsSingle(Opcode)) in printVOPDst()