Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h704 class ComponentInfo : public ComponentLayout, public ComponentProps {
707 ComponentInfo(const MCInstrDesc &OpDesc,
712 ComponentInfo(const MCInstrDesc &OpDesc, const ComponentProps &OpXProps) in ComponentInfo() function
723 const ComponentInfo CompInfo[COMPONENTS_NUM];
731 InstInfo(const ComponentInfo &OprInfoX, const ComponentInfo &OprInfoY) in InstInfo()
734 const ComponentInfo &operator[](size_t ComponentIdx) const {
H A DAMDGPUBaseInfo.cpp549 unsigned ComponentInfo::getIndexInParsedOperands(unsigned CompOprIdx) const { in getIndexInParsedOperands()
618 VOPD::ComponentInfo OpXInfo(OpXDesc, VOPD::ComponentKind::COMPONENT_X); in getVOPDInstInfo()
619 VOPD::ComponentInfo OpYInfo(OpYDesc, OpXInfo); in getVOPDInstInfo()