Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXOpts/CMTrans/
H A DGenXPrintfResolution.cpp280 PrintfImplTypeStorage FuncTys; in getPrintfImplTypes() local
281 FuncTys[PrintfImplFunc::Init] = in getPrintfImplTypes()
283 FuncTys[PrintfImplFunc::Fmt] = FunctionType::get( in getPrintfImplTypes()
288 FuncTys[PrintfImplFunc::FmtLegacy] = FunctionType::get( in getPrintfImplTypes()
293 FuncTys[PrintfImplFunc::Arg] = FunctionType::get( in getPrintfImplTypes()
296 FuncTys[PrintfImplFunc::ArgStr] = FuncTys[PrintfImplFunc::Fmt]; in getPrintfImplTypes()
297 FuncTys[PrintfImplFunc::ArgStrLegacy] = FuncTys[PrintfImplFunc::FmtLegacy]; in getPrintfImplTypes()
298 FuncTys[PrintfImplFunc::Ret] = in getPrintfImplTypes()
300 return FuncTys; in getPrintfImplTypes()