Searched refs:LowerSDIV (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUISelLowering.h89 SDValue LowerSDIV(SDValue Op, SelectionDAG &DAG) const;
H A DAMDGPUISelLowering.cpp89 case ISD::SDIV: return LowerSDIV(Op, DAG);
H A DAMDILISelLowering.cpp317 AMDGPUTargetLowering::LowerSDIV(SDValue Op, SelectionDAG &DAG) const function in class:AMDGPUTargetLowering
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6780 static SDValue LowerSDIV(SDValue Op, SelectionDAG &DAG) { function
7201 return LowerSDIV(Op, DAG);
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.cpp4761 static SDValue LowerSDIV(SDValue Op, SelectionDAG &DAG) { function
4980 case ISD::SDIV: return LowerSDIV(Op, DAG);

Completed in 276 milliseconds