Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchISelLowering.h290 SDValue lowerShiftRightParts(SDValue Op, SelectionDAG &DAG, bool IsSRA) const;
HDLoongArchISelLowering.cpp399 return lowerShiftRightParts(Op, DAG, true); in LowerOperation()
401 return lowerShiftRightParts(Op, DAG, false); in LowerOperation()
2563 SDValue LoongArchTargetLowering::lowerShiftRightParts(SDValue Op, in lowerShiftRightParts() function in LoongArchTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsISelLowering.h558 SDValue lowerShiftRightParts(SDValue Op, SelectionDAG& DAG,
HDMipsISelLowering.cpp1259 case ISD::SRA_PARTS: return lowerShiftRightParts(Op, DAG, true); in LowerOperation()
1260 case ISD::SRL_PARTS: return lowerShiftRightParts(Op, DAG, false); in LowerOperation()
2634 SDValue MipsTargetLowering::lowerShiftRightParts(SDValue Op, SelectionDAG &DAG, in lowerShiftRightParts() function in MipsTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.h933 SDValue lowerShiftRightParts(SDValue Op, SelectionDAG &DAG, bool IsSRA) const;
HDRISCVISelLowering.cpp6280 return lowerShiftRightParts(Op, DAG, true); in LowerOperation()
6282 return lowerShiftRightParts(Op, DAG, false); in LowerOperation()
8001 SDValue RISCVTargetLowering::lowerShiftRightParts(SDValue Op, SelectionDAG &DAG, in lowerShiftRightParts() function in RISCVTargetLowering