Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXSimdCFConformance.cpp303 ExtractValueInst *getCondEV() const;
959 ExtractValueInst *CondEV = GotoJoinData.getCondEV(); in updateBadCondEVUsers()
1015 IGC_ASSERT_MESSAGE(!GotoJoinData.getCondEV(), "Unexpected CondEV!"); in handleNoCondEVCase()
1102 ExtractValueInst *CondEV = GotoJoinData.getCondEV(); in handleOptimizedBranchCase()
1137 ExtractValueInst *CondEV = GotoJoinData.getCondEV(); in handleExistingBranchCase()
1173 ExtractValueInst *CondEV = GotoJoinData.getCondEV(); in handleCondValue()
1284 ExtractValueInst *CondEV = GotoJoinEVsMap[Goto].getCondEV(); in hoistGotoUser()
4283 ExtractValueInst *GenXSimdCFConformance::GotoJoinEVs::getCondEV() const { in getCondEV() function in GenXSimdCFConformance::GotoJoinEVs
4320 IGC_ASSERT_MESSAGE(!getCondEV(), "CondEV is already set!"); in setCondEV()