Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_IR.hpp964 …bool canPropagateTo(G4_INST* useInst, Gen4_Operand_Number opndNum, MovType MT, bool inSimdFlow, bo…
H A DOptimizer.cpp3474 if (!inst3->canPropagateTo(useInst, opndNum, MT3, !bb->isAllLaneActive(), in removePartialMovs()
3557 if (!inst->canPropagateTo(useInst, opndNum, MT, !bb->isAllLaneActive())) in localCopyPropagation()
H A DG4_IR.cpp2150 bool G4_INST::canPropagateTo( in canPropagateTo() function in G4_INST