Home
last modified time | relevance | path

Searched defs:getWATable (Results 1 – 3 of 3) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DBuildCISAIR.h151 const WA_TABLE *getWATable() const { return m_pWaTable; } in getWATable() function
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/include/vc/Support/
H A DBackendConfig.h251 const WA_TABLE *getWATable() const { in getWATable() function
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DPlatform.hpp62 WA_TABLE const& getWATable() const { return m_WaTable; } in getWATable() function in IGC::CPlatform