Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h455 bool getVOP1IsSingle(unsigned Opc);
H A DAMDGPUBaseInfo.cpp388 bool getVOP1IsSingle(unsigned Opc) { in getVOP1IsSingle() function
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp379 else if (((Flags & SIInstrFlags::VOP1) && !getVOP1IsSingle(Opcode)) || in printVOPDst()