Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h774 std::pair<unsigned, unsigned> getVOPDComponents(unsigned VOPDOpcode);
784 getVOPDInstInfo(unsigned VOPDOpcode, const MCInstrInfo *InstrInfo);
H A DAMDGPUBaseInfo.cpp593 std::pair<unsigned, unsigned> getVOPDComponents(unsigned VOPDOpcode) { in getVOPDComponents() argument
594 const VOPDInfo *Info = getVOPDOpcodeHelper(VOPDOpcode); in getVOPDComponents()
693 VOPD::InstInfo getVOPDInstInfo(unsigned VOPDOpcode, in getVOPDInstInfo() argument
695 auto [OpX, OpY] = getVOPDComponents(VOPDOpcode); in getVOPDInstInfo()