Searched refs:lowerShiftRightParts (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.h | 357 SDValue lowerShiftRightParts(SDValue Op, SelectionDAG &DAG, bool IsSRA) const;
|
| H A D | LoongArchISelLowering.cpp | 477 return lowerShiftRightParts(Op, DAG, true); in LowerOperation() 479 return lowerShiftRightParts(Op, DAG, false); in LowerOperation() 3727 SDValue LoongArchTargetLowering::lowerShiftRightParts(SDValue Op, in lowerShiftRightParts() function in LoongArchTargetLowering
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 590 SDValue lowerShiftRightParts(SDValue Op, SelectionDAG& DAG,
|
| H A D | MipsISelLowering.cpp | 1352 case ISD::SRA_PARTS: return lowerShiftRightParts(Op, DAG, true); in LowerOperation() 1353 case ISD::SRL_PARTS: return lowerShiftRightParts(Op, DAG, false); in LowerOperation() 2786 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 | 506 SDValue lowerShiftRightParts(SDValue Op, SelectionDAG &DAG, bool IsSRA) const;
|
| H A D | RISCVISelLowering.cpp | 7248 return lowerShiftRightParts(Op, DAG, true); in LowerOperation() 7250 return lowerShiftRightParts(Op, DAG, false); in LowerOperation() 9456 SDValue RISCVTargetLowering::lowerShiftRightParts(SDValue Op, SelectionDAG &DAG, in lowerShiftRightParts() function in RISCVTargetLowering
|