Home
last modified time | relevance | path

Searched refs:getVarTypeStr (Results 1 – 4 of 4) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCVariable.cpp175 OS << "\tKind: " << CVariable::getVarTypeStr(m_varType) << "\n"; in print()
H A DCVariable.hpp286 static constexpr const char* getVarTypeStr(e_varType varTy) in getVarTypeStr() function in IGC::CVariable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/TableGen/
H A DPattern.cpp233 std::string SymbolInfoMap::SymbolInfo::getVarTypeStr(StringRef name) const { in getVarTypeStr() function in SymbolInfoMap::SymbolInfo
268 formatv("{0} {1}{2};\n", getVarTypeStr(name), getVarName(name), varInit)); in getVarDecl()
274 formatv("{0} &{1}", getVarTypeStr(name), getVarName(name))); in getArgDecl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/TableGen/
H A DPattern.h248 std::string getVarTypeStr(StringRef name) const;