Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h101 SDValue lowerShiftRightParts(SDValue Op, SelectionDAG &DAG, bool IsSRA) const;
H A DLoongArchISelLowering.cpp120 return lowerShiftRightParts(Op, DAG, true); in LowerOperation()
122 return lowerShiftRightParts(Op, DAG, false); in LowerOperation()
269 SDValue LoongArchTargetLowering::lowerShiftRightParts(SDValue Op, in lowerShiftRightParts() function in LoongArchTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h640 SDValue lowerShiftRightParts(SDValue Op, SelectionDAG &DAG, bool IsSRA) const;
H A DRISCVISelLowering.cpp3120 return lowerShiftRightParts(Op, DAG, true); in LowerOperation()
3122 return lowerShiftRightParts(Op, DAG, false); in LowerOperation()
4078 SDValue RISCVTargetLowering::lowerShiftRightParts(SDValue Op, SelectionDAG &DAG, in lowerShiftRightParts() function in RISCVTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.h556 SDValue lowerShiftRightParts(SDValue Op, SelectionDAG& DAG,
H A DMipsISelLowering.cpp1235 case ISD::SRA_PARTS: return lowerShiftRightParts(Op, DAG, true); in LowerOperation()
1236 case ISD::SRL_PARTS: return lowerShiftRightParts(Op, DAG, false); in LowerOperation()
2610 SDValue MipsTargetLowering::lowerShiftRightParts(SDValue Op, SelectionDAG &DAG, in lowerShiftRightParts() function in MipsTargetLowering