Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h270 SDValue lowerShiftRightParts(SDValue Op, SelectionDAG &DAG, bool IsSRA) const;
H A DLoongArchISelLowering.cpp394 return lowerShiftRightParts(Op, DAG, true); in LowerOperation()
396 return lowerShiftRightParts(Op, DAG, false); in LowerOperation()
1587 SDValue LoongArchTargetLowering::lowerShiftRightParts(SDValue Op, in lowerShiftRightParts() function in LoongArchTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h554 SDValue lowerShiftRightParts(SDValue Op, SelectionDAG& DAG,
H A DMipsISelLowering.cpp1243 case ISD::SRA_PARTS: return lowerShiftRightParts(Op, DAG, true); in LowerOperation()
1244 case ISD::SRL_PARTS: return lowerShiftRightParts(Op, DAG, false); in LowerOperation()
2618 SDValue MipsTargetLowering::lowerShiftRightParts(SDValue Op, SelectionDAG &DAG, in lowerShiftRightParts() function in MipsTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h871 SDValue lowerShiftRightParts(SDValue Op, SelectionDAG &DAG, bool IsSRA) const;
H A DRISCVISelLowering.cpp5867 return lowerShiftRightParts(Op, DAG, true); in LowerOperation()
5869 return lowerShiftRightParts(Op, DAG, false); in LowerOperation()
7466 SDValue RISCVTargetLowering::lowerShiftRightParts(SDValue Op, SelectionDAG &DAG, in lowerShiftRightParts() function in RISCVTargetLowering