Searched refs:lowerShiftRightParts (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.h | 101 SDValue lowerShiftRightParts(SDValue Op, SelectionDAG &DAG, bool IsSRA) const;
|
| H A D | LoongArchISelLowering.cpp | 120 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 D | RISCVISelLowering.h | 640 SDValue lowerShiftRightParts(SDValue Op, SelectionDAG &DAG, bool IsSRA) const;
|
| H A D | RISCVISelLowering.cpp | 3120 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 D | MipsISelLowering.h | 556 SDValue lowerShiftRightParts(SDValue Op, SelectionDAG& DAG,
|
| H A D | MipsISelLowering.cpp | 1235 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
|