Searched refs:NewDstMod (Results 1 – 1 of 1) sorted by relevance
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/ |
H A D | CISABuilder.cpp | 1739 …SModifier NewDstMod = SplitVariable(FromExecSize, ToExecSize, ThePart, Lo, m_encoderState.m_dstOpe… in AddPair() local 1747 VISA_VectorOpnd* L = GetDestinationOperand(Lo, NewDstMod); in AddPair() 1748 VISA_VectorOpnd* H = GetDestinationOperand(Hi, NewDstMod); in AddPair() 1749 VISA_VectorOpnd* HIn = GetSourceOperand(Hi, NewDstMod); in AddPair() 1769 H = GetDestinationOperand(Hi, NewDstMod); in AddPair() 1779 H = GetDestinationOperand(Hi, NewDstMod); in AddPair() 1905 VISA_VectorOpnd* L = GetDestinationOperand(Lo, NewDstMod); in SubPair() 1906 VISA_VectorOpnd* H = GetDestinationOperand(Hi, NewDstMod); in SubPair() 1907 VISA_VectorOpnd* HIn = GetSourceOperand(Hi, NewDstMod); in SubPair() 1925 H = GetDestinationOperand(Hi, NewDstMod); in SubPair() [all …]
|