Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h289 SDValue lowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
H A DLoongArchISelLowering.cpp397 return lowerShiftLeftParts(Op, DAG); in LowerOperation()
2524 SDValue LoongArchTargetLowering::lowerShiftLeftParts(SDValue Op, in lowerShiftLeftParts() function in LoongArchTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h557 SDValue lowerShiftLeftParts(SDValue Op, SelectionDAG& DAG) const;
H A DMipsISelLowering.cpp1258 case ISD::SHL_PARTS: return lowerShiftLeftParts(Op, DAG); in LowerOperation()
2602 SDValue MipsTargetLowering::lowerShiftLeftParts(SDValue Op, in lowerShiftLeftParts() function in MipsTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h932 SDValue lowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp6278 return lowerShiftLeftParts(Op, DAG); in LowerOperation()
7962 SDValue RISCVTargetLowering::lowerShiftLeftParts(SDValue Op, in lowerShiftLeftParts()
7960 SDValue RISCVTargetLowering::lowerShiftLeftParts(SDValue Op, lowerShiftLeftParts() function in RISCVTargetLowering