Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h412 bool getVOP2IsSingle(unsigned Opc);
H A DAMDGPUBaseInfo.cpp304 bool getVOP2IsSingle(unsigned Opc) { in getVOP2IsSingle() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp379 ((Flags & SIInstrFlags::VOP2) && !getVOP2IsSingle(Opcode))) { in printVOPDst()