Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp787 std::pair<unsigned, unsigned> getVOPDComponents(unsigned VOPDOpcode) { in getVOPDComponents() argument
788 const VOPDInfo *Info = getVOPDOpcodeHelper(VOPDOpcode); in getVOPDComponents()
956 VOPD::InstInfo getVOPDInstInfo(unsigned VOPDOpcode, in getVOPDInstInfo() argument
958 auto [OpX, OpY] = getVOPDComponents(VOPDOpcode); in getVOPDInstInfo()
961 bool VOPD3 = InstrInfo->get(VOPDOpcode).TSFlags & SIInstrFlags::VOPD3; in getVOPDInstInfo()
H A DAMDGPUBaseInfo.h948 std::pair<unsigned, unsigned> getVOPDComponents(unsigned VOPDOpcode);
957 VOPD::InstInfo getVOPDInstInfo(unsigned VOPDOpcode,