Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h269 SDValue lowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
H A DLoongArchISelLowering.cpp392 return lowerShiftLeftParts(Op, DAG); in LowerOperation()
1548 SDValue LoongArchTargetLowering::lowerShiftLeftParts(SDValue Op, in lowerShiftLeftParts() function in LoongArchTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h553 SDValue lowerShiftLeftParts(SDValue Op, SelectionDAG& DAG) const;
H A DMipsISelLowering.cpp1242 case ISD::SHL_PARTS: return lowerShiftLeftParts(Op, DAG); in LowerOperation()
2586 SDValue MipsTargetLowering::lowerShiftLeftParts(SDValue Op, in lowerShiftLeftParts() function in MipsTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h870 SDValue lowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp5865 return lowerShiftLeftParts(Op, DAG); in LowerOperation()
7427 SDValue RISCVTargetLowering::lowerShiftLeftParts(SDValue Op, in lowerShiftLeftParts() function in RISCVTargetLowering