Searched refs:lowerShiftRightParts (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.h | 290 SDValue lowerShiftRightParts(SDValue Op, SelectionDAG &DAG, bool IsSRA) const;
|
H A D | LoongArchISelLowering.cpp | 399 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/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.h | 558 SDValue lowerShiftRightParts(SDValue Op, SelectionDAG& DAG,
|
H A D | MipsISelLowering.cpp | 1259 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/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 933 SDValue lowerShiftRightParts(SDValue Op, SelectionDAG &DAG, bool IsSRA) const;
|
H A D | RISCVISelLowering.cpp | 6280 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() 7999 SDValue RISCVTargetLowering::lowerShiftRightParts(SDValue Op, SelectionDAG &DAG, lowerShiftRightParts() function in RISCVTargetLowering
|