Home
last modified time | relevance | path

Searched refs:VOP3Layout (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h689 ComponentProps(const MCInstrDesc &OpDesc, bool VOP3Layout = false);
872 bool VOP3Layout = false)
873 : ComponentProps(OpDesc, VOP3Layout), in ComponentProps() argument
878 bool VOP3Layout = false)
879 : ComponentProps(OpDesc, VOP3Layout), in ComponentProps() argument
H A DAMDGPUBaseInfo.cpp798 ComponentProps::ComponentProps(const MCInstrDesc &OpDesc, bool VOP3Layout) { in ComponentProps() argument
808 IsVOP3 = VOP3Layout || (OpDesc.TSFlags & SIInstrFlags::VOP3); in ComponentProps()