Home
last modified time | relevance | path

Searched refs:ExportType (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_export.h51 enum ExportType { enum
57 ExportInstruction(unsigned loc, const GPRVector& value, ExportType type);
60 ExportType export_type() const {return m_type;} in export_type()
71 ExportType m_type;
Dsfn_instruction_export.cpp62 ExportInstruction::ExportInstruction(unsigned loc, const GPRVector &value, ExportType type): in ExportInstruction()
/external/llvm/lib/Target/AMDGPU/
DR600Instructions.td453 def ExportType : SDTypeProfile<0, 7, [SDTCisFP<0>, SDTCisInt<1>]>;
455 def EXPORT: SDNode<"AMDGPUISD::EXPORT", ExportType,