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.h356 SDValue lowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
H A DLoongArchISelLowering.cpp475 return lowerShiftLeftParts(Op, DAG); in LowerOperation()
3687 SDValue LoongArchTargetLowering::lowerShiftLeftParts(SDValue Op, in lowerShiftLeftParts() function in LoongArchTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h589 SDValue lowerShiftLeftParts(SDValue Op, SelectionDAG& DAG) const;
H A DMipsISelLowering.cpp1351 case ISD::SHL_PARTS: return lowerShiftLeftParts(Op, DAG); in LowerOperation()
2754 SDValue MipsTargetLowering::lowerShiftLeftParts(SDValue Op, in lowerShiftLeftParts() function in MipsTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h505 SDValue lowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp7246 return lowerShiftLeftParts(Op, DAG); in LowerOperation()
9417 SDValue RISCVTargetLowering::lowerShiftLeftParts(SDValue Op, in lowerShiftLeftParts() function in RISCVTargetLowering