Searched refs:lowerShiftLeftParts (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.h | 289 SDValue lowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
|
H A D | LoongArchISelLowering.cpp | 397 return lowerShiftLeftParts(Op, DAG); in LowerOperation() 2524 SDValue LoongArchTargetLowering::lowerShiftLeftParts(SDValue Op, in lowerShiftLeftParts() function in LoongArchTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.h | 557 SDValue lowerShiftLeftParts(SDValue Op, SelectionDAG& DAG) const;
|
H A D | MipsISelLowering.cpp | 1258 case ISD::SHL_PARTS: return lowerShiftLeftParts(Op, DAG); in LowerOperation() 2602 SDValue MipsTargetLowering::lowerShiftLeftParts(SDValue Op, in lowerShiftLeftParts() function in MipsTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 932 SDValue lowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
|
H A D | RISCVISelLowering.cpp | 6278 return lowerShiftLeftParts(Op, DAG); in LowerOperation() 7962 SDValue RISCVTargetLowering::lowerShiftLeftParts(SDValue Op, in lowerShiftLeftParts() 7960 SDValue RISCVTargetLowering::lowerShiftLeftParts(SDValue Op, lowerShiftLeftParts() function in RISCVTargetLowering
|