Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNCreateVOPD.cpp96 bool IsVOP3 = SII->isVOP3(*MI[CompIdx]); in doReplace() local
104 InstInfo[CompIdx].getIndexOfSrcInMCOperands(CompSrcIdx, IsVOP3); in doReplace()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h685 bool IsVOP3 = false; variable
726 unsigned isVOP3() const { return IsVOP3; } in isVOP3()
H A DAMDGPUBaseInfo.cpp808 IsVOP3 = VOP3Layout || (OpDesc.TSFlags & SIInstrFlags::VOP3); in ComponentProps()
820 if (IsVOP3) in ComponentProps()