Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/api/
H A Diga_types_swsb.cpp375 distType = minDist == 0 ? DistType::NO_DIST : DistType::REG_DIST_MATH; in decode()
514 case DistType::REG_DIST_MATH: in encode()
580 case DistType::REG_DIST_MATH: in verify()
H A Diga_types_swsb.hpp46 REG_DIST_MATH, // XeHPC enumerator
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/IR/
H A DSWSBSetter.cpp383 newDepPipe = SWSB::DistType::REG_DIST_MATH; in calculateDependence()
419 … if ((distanceDependency.distType == SWSB::DistType::REG_DIST_MATH) || in calculateDependence()
420 (newDepPipe == SWSB::DistType::REG_DIST_MATH)) { in calculateDependence()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Frontend/
H A DFormatterJSON.cpp890 case SWSB::DistType::REG_DIST_MATH: emitPipeDist("M"); break; in emitRegDist()
H A DFormatter.cpp1260 case SWSB::DistType::REG_DIST_MATH: in formatInstOpts()
H A DKernelParser.cpp3663 tryParsePipe("M", SWSB::DistType::REG_DIST_MATH); in tryParseInstOptDepInfo()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DBinaryEncodingIGA.cpp774 sw.distType = SWSB::DistType::REG_DIST_MATH; in SetSWSB()