Home
last modified time | relevance | path

Searched refs:lowerShiftLeftParts (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h100 SDValue lowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
H A DLoongArchISelLowering.cpp118 return lowerShiftLeftParts(Op, DAG); in LowerOperation()
230 SDValue LoongArchTargetLowering::lowerShiftLeftParts(SDValue Op, in lowerShiftLeftParts() function in LoongArchTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h639 SDValue lowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp3118 return lowerShiftLeftParts(Op, DAG); in LowerOperation()
4039 SDValue RISCVTargetLowering::lowerShiftLeftParts(SDValue Op, in lowerShiftLeftParts() function in RISCVTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.h555 SDValue lowerShiftLeftParts(SDValue Op, SelectionDAG& DAG) const;
H A DMipsISelLowering.cpp1234 case ISD::SHL_PARTS: return lowerShiftLeftParts(Op, DAG); in LowerOperation()
2579 SDValue MipsTargetLowering::lowerShiftLeftParts(SDValue Op, in lowerShiftLeftParts() function in MipsTargetLowering