Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DPatternMatchPass.hpp173 bool BitcastSearch(SSource& mod, llvm::Value*& source, bool broadcast);
H A DPatternMatchPass.cpp3060 bool CodeGenPatternMatch::BitcastSearch(SSource& source, llvm::Value*& value, bool broadcast) in BitcastSearch() function in IGC::CodeGenPatternMatch
4913 BitcastSearch(sourceMod, source, true); in GetRegionModifier()
4920 found |= BitcastSearch(sourceMod, source, false); in GetRegionModifier()