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