Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A Dhelper.h96 bool SupportsCondModifier(llvm::Instruction* inst);
H A Dhelper.cpp1476 bool SupportsCondModifier(llvm::Instruction* inst) in SupportsCondModifier() function
H A DPatternMatchPass.cpp3753 if (alu && alu->hasOneUse() && SupportsCondModifier(alu)) in MatchCondModifier()