Searched refs:createHalfInstr (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSplitDouble.cpp | 84 void createHalfInstr(unsigned Opc, MachineInstr *MI, 548 void HexagonSplitDoubleRegs::createHalfInstr(unsigned Opc, MachineInstr *MI, in createHalfInstr() function in HexagonSplitDoubleRegs 967 createHalfInstr(Opc, MI, PairMap, subreg_loreg); in splitInstr() 968 createHalfInstr(Opc, MI, PairMap, subreg_hireg); in splitInstr() 974 createHalfInstr(A2_and, MI, PairMap, subreg_loreg); in splitInstr() 975 createHalfInstr(A2_and, MI, PairMap, subreg_hireg); in splitInstr() 979 createHalfInstr(A2_or, MI, PairMap, subreg_loreg); in splitInstr() 980 createHalfInstr(A2_or, MI, PairMap, subreg_hireg); in splitInstr() 984 createHalfInstr(A2_xor, MI, PairMap, subreg_loreg); in splitInstr() 985 createHalfInstr(A2_xor, MI, PairMap, subreg_hireg); in splitInstr()
|