Home
last modified time | relevance | path

Searched defs:getRootDeclare (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_IR.hpp2058 const G4_Declare *getRootDeclare() const in getRootDeclare() function in vISA::G4_Declare
2067 G4_Declare *getRootDeclare() { in getRootDeclare() function in vISA::G4_Declare
2072 const G4_Declare* getRootDeclare(uint32_t& offset) const in getRootDeclare() function in vISA::G4_Declare
2083 G4_Declare* getRootDeclare(uint32_t& offset) { in getRootDeclare() function in vISA::G4_Declare
H A DBuildCISAIRImpl.cpp818 auto getRootDeclare = [&](G4_Operand *opnd) in LinkTimeOptimization() local