Searched refs:ExportType (Results 1 – 3 of 3) sorted by relevance
51 enum ExportType { enum57 ExportInstruction(unsigned loc, const GPRVector& value, ExportType type);60 ExportType export_type() const {return m_type;} in export_type()71 ExportType m_type;
62 ExportInstruction::ExportInstruction(unsigned loc, const GPRVector &value, ExportType type): in ExportInstruction()
453 def ExportType : SDTypeProfile<0, 7, [SDTCisFP<0>, SDTCisInt<1>]>;455 def EXPORT: SDNode<"AMDGPUISD::EXPORT", ExportType,