HomeSort by: relevance | last modified time | path
    Searched refs:LowerShiftLeftParts (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 574 SDValue LowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
NVPTXISelLowering.cpp 2000 /// LowerShiftLeftParts - Lower SHL_PARTS, which
2005 SDValue NVPTXTargetLowering::LowerShiftLeftParts(SDValue Op,
2178 return LowerShiftLeftParts(Op, DAG);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.h 802 SDValue LowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
ARMISelLowering.cpp 6056 /// LowerShiftLeftParts - Lower SHL_PARTS, which returns two
6058 SDValue ARMTargetLowering::LowerShiftLeftParts(SDValue Op,
9881 case ISD::SHL_PARTS: return LowerShiftLeftParts(Op, DAG);

Completed in 82 milliseconds