Searched refs:createHalfInstr (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSplitDouble.cpp | 85 void createHalfInstr(unsigned Opc, MachineInstr *MI, 561 void HexagonSplitDoubleRegs::createHalfInstr(unsigned Opc, MachineInstr *MI, in createHalfInstr() function in HexagonSplitDoubleRegs 980 createHalfInstr(Opc, MI, PairMap, subreg_loreg); in splitInstr() 981 createHalfInstr(Opc, MI, PairMap, subreg_hireg); in splitInstr() 987 createHalfInstr(A2_and, MI, PairMap, subreg_loreg); in splitInstr() 988 createHalfInstr(A2_and, MI, PairMap, subreg_hireg); in splitInstr() 992 createHalfInstr(A2_or, MI, PairMap, subreg_loreg); in splitInstr() 993 createHalfInstr(A2_or, MI, PairMap, subreg_hireg); in splitInstr() 997 createHalfInstr(A2_xor, MI, PairMap, subreg_loreg); in splitInstr() 998 createHalfInstr(A2_xor, MI, PairMap, subreg_hireg); in splitInstr()
|