Searched refs:lowerShiftLeftParts (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h228 SDValue lowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp447 return lowerShiftLeftParts(Op, DAG);
777 SDValue RISCVTargetLowering::lowerShiftLeftParts(SDValue Op, function in class:RISCVTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h561 SDValue lowerShiftLeftParts(SDValue Op, SelectionDAG& DAG) const;
H A DMipsISelLowering.cpp1239 case ISD::SHL_PARTS: return lowerShiftLeftParts(Op, DAG);
2578 SDValue MipsTargetLowering::lowerShiftLeftParts(SDValue Op, function in class:MipsTargetLowering

Completed in 84 milliseconds