Home
last modified time | relevance | path

Searched defs:ShiftLeftHi (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp3458 SDValue HiTrue = DAG.getNode(ISD::OR, DL, VT, ShiftLeftHi, ShiftRightLo); in LowerShiftLeftParts() local
3508 SDValue ShiftLeftHi = LowerShiftRightParts() local
/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp1639 SDValue ShiftLeftHi = DAG.getNode(ISD::SHL, DL, VT, Hi, Shamt); lowerShiftLeftParts() local
1688 SDValue ShiftLeftHi = lowerShiftRightParts() local
/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2631 SDValue ShiftLeftHi = DAG.getNode(ISD::SHL, DL, VT, Hi, Shamt); lowerShiftLeftParts() local
2669 SDValue ShiftLeftHi = DAG.getNode(ISD::SHL, DL, VT, ShiftLeft1Hi, Not); lowerShiftRightParts() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7978 SDValue ShiftLeftHi = DAG.getNode(ISD::SHL, DL, VT, Hi, Shamt); lowerShiftLeftParts() local
8026 SDValue ShiftLeftHi = lowerShiftRightParts() local