Searched defs:ShiftLeftHi (Results 1 – 4 of 4) sorted by relevance
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/M68k/ |
| HD | M68kISelLowering.cpp | 3458 SDValue ShiftLeftHi = DAG.getNode(ISD::SHL, DL, VT, Hi, Shamt); in LowerShiftLeftParts() local 3508 SDValue ShiftLeftHi = in LowerShiftRightParts() local
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsISelLowering.cpp | 2621 SDValue ShiftLeftHi = DAG.getNode(ISD::SHL, DL, VT, Hi, Shamt); in lowerShiftLeftParts() local 2659 SDValue ShiftLeftHi = DAG.getNode(ISD::SHL, DL, VT, ShiftLeft1Hi, Not); in lowerShiftRightParts() local
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| HD | LoongArchISelLowering.cpp | 2550 SDValue ShiftLeftHi = DAG.getNode(ISD::SHL, DL, VT, Hi, Shamt); in lowerShiftLeftParts() local 2599 SDValue ShiftLeftHi = in lowerShiftRightParts() local
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| HD | RISCVISelLowering.cpp | 7988 SDValue ShiftLeftHi = DAG.getNode(ISD::SHL, DL, VT, Hi, Shamt); in lowerShiftLeftParts() local 8036 SDValue ShiftLeftHi = in lowerShiftRightParts() local
|