Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNCreateVOPD.cpp158 llvm::AMDGPU::CanBeVOPD FirstCanBeVOPD = in run()
160 llvm::AMDGPU::CanBeVOPD SecondCanBeVOPD = in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h601 struct CanBeVOPD { struct
611 CanBeVOPD getCanBeVOPD(unsigned Opc, unsigned EncodingFamily, bool VOPD3); argument
H A DAMDGPUBaseInfo.cpp605 CanBeVOPD getCanBeVOPD(unsigned Opc, unsigned EncodingFamily, bool VOPD3) { in getCanBeVOPD()