Searched refs:VHi (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 20136 SDValue VHi = DAG.getAnyExtOrTrunc( in createGPRPairNode() local 20140 std::swap (VLo, VHi); in createGPRPairNode() 20145 const SDValue Ops[] = { RegClass, VLo, SubReg0, VHi, SubReg1 }; in createGPRPairNode()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 10240 SDValue VHi = DAG.getAnyExtOrTrunc( in createGPRPairNode() local 10245 std::swap (VLo, VHi); in createGPRPairNode() 10250 const SDValue Ops[] = { RegClass, VLo, SubReg0, VHi, SubReg1 }; in createGPRPairNode()
|