Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h678 class ComponentProps {
688 ComponentProps() = default;
689 ComponentProps(const MCInstrDesc &OpDesc, bool VOP3Layout = false);
806 const ComponentProps PrevComp;
818 ComponentLayout(const ComponentProps &OpXProps, unsigned VOPD3ModsNum, in ComponentLayout()
867 class ComponentInfo : public ComponentProps, public ComponentLayout {
873 : ComponentProps(OpDesc, VOP3Layout), in ComponentProps() function
877 ComponentInfo(const MCInstrDesc &OpDesc, const ComponentProps &OpXProps,
879 : ComponentProps(OpDesc, VOP3Layout), in ComponentProps() function
H A DAMDGPUBaseInfo.cpp798 ComponentProps::ComponentProps(const MCInstrDesc &OpDesc, bool VOP3Layout) { in ComponentProps() function in llvm::AMDGPU::VOPD::ComponentProps
844 int ComponentProps::getBitOp3OperandIdx() const { in getBitOp3OperandIdx()