Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp766 !isVOPCAsmOnly(Desc.getOpcode()) && in needsImpliedVcc()
783 (Desc.TSFlags & SIInstrFlags::VOPC) && !isVOPCAsmOnly(Desc.getOpcode()) && in printOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h562 bool isVOPCAsmOnly(unsigned Opc);
H A DAMDGPUBaseInfo.cpp516 bool isVOPCAsmOnly(unsigned Opc) { return isVOPCAsmOnlyOpcodeHelper(Opc); } in isVOPCAsmOnly() function