Searched refs:createHalfInstr (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSplitDouble.cpp | 106 void createHalfInstr(unsigned Opc, MachineInstr *MI, 589 void HexagonSplitDoubleRegs::createHalfInstr(unsigned Opc, MachineInstr *MI, in createHalfInstr() function in HexagonSplitDoubleRegs 1003 createHalfInstr(Opc, MI, PairMap, isub_lo); in splitInstr() 1004 createHalfInstr(Opc, MI, PairMap, isub_hi); in splitInstr() 1010 createHalfInstr(A2_and, MI, PairMap, isub_lo); in splitInstr() 1011 createHalfInstr(A2_and, MI, PairMap, isub_hi); in splitInstr() 1015 createHalfInstr(A2_or, MI, PairMap, isub_lo); in splitInstr() 1016 createHalfInstr(A2_or, MI, PairMap, isub_hi); in splitInstr() 1020 createHalfInstr(A2_xor, MI, PairMap, isub_lo); in splitInstr() 1021 createHalfInstr(A2_xor, MI, PairMap, isub_hi); in splitInstr()
|