Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h550 bool getVOP1IsSingle(unsigned Opc);
H A DAMDGPUBaseInfo.cpp497 bool getVOP1IsSingle(unsigned Opc) { in getVOP1IsSingle() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp399 else if (((Flags & SIInstrFlags::VOP1) && !getVOP1IsSingle(Opcode)) || in printVOPDst()