Home
last modified time | relevance | path

Searched refs:LowerShiftLeftParts (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h574 SDValue LowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
DNVPTXISelLowering.cpp2005 SDValue NVPTXTargetLowering::LowerShiftLeftParts(SDValue Op, in LowerShiftLeftParts() function in NVPTXTargetLowering
2178 return LowerShiftLeftParts(Op, DAG); in LowerOperation()
DNVPTXInstrInfo.td1331 // NVPTXISelLowering (LowerShiftLeftParts and LowerShiftRightParts)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.h818 SDValue LowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
DARMISelLowering.cpp6210 SDValue ARMTargetLowering::LowerShiftLeftParts(SDValue Op, in LowerShiftLeftParts() function in ARMTargetLowering
10158 case ISD::SHL_PARTS: return LowerShiftLeftParts(Op, DAG); in LowerOperation()