Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DLocalDataflow.cpp200 if (DefRel == G4_CmpRelation::Rel_eq || DefRel == G4_CmpRelation::Rel_gt) in addDefinition()
596 if (rel == Rel_eq || rel == Rel_gt) in analyzeBB()
H A DG4_Opcode.h394 Rel_gt, // region A is a super set of region B enumerator
H A DInstSplit.cpp450 return srcBitSet.isEmpty() ? Rel_gt : Rel_interfere; in compareSrcDstRegRegion()
H A DG4_IR.cpp5133 return Rel_gt; in compareRegRegionToOperand()
5168 return otherBitSet.isEmpty() ? Rel_gt : Rel_interfere; in compareRegRegionToOperand()
5932 return Rel_gt; in compareBound()
H A DOptimizer.cpp2699 if (rel == Rel_gt || srcElSize != defDstElSize || in buildNewDstOperand()
2705 if (rel == Rel_gt) in buildNewDstOperand()
4365 if (rel != Rel_eq && !(rel == Rel_gt && next_inst->getMaskOffset() == 0)) in createSmov()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/LocalScheduler/
H A DG4_Sched.cpp2141 DepRel.second == G4_CmpRelation::Rel_gt; in processReadWrite()
2157 DepRel.second == G4_CmpRelation::Rel_gt; in processReadWrite()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/Passes/
H A DLVN.cpp258 if (!(relation == Rel_eq || relation == Rel_gt)) in canReplaceUses()