Searched refs:LowerSDIV32 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUISelLowering.h91 SDValue LowerSDIV32(SDValue Op, SelectionDAG &DAG) const;
H A DAMDILISelLowering.cpp324 DST = LowerSDIV32(Op, DAG);
570 AMDGPUTargetLowering::LowerSDIV32(SDValue Op, SelectionDAG &DAG) const function in class:AMDGPUTargetLowering
576 // The LowerSDIV32 function generates equivalent to the following IL.
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUISelLowering.h91 SDValue LowerSDIV32(SDValue Op, SelectionDAG &DAG) const;
H A DAMDILISelLowering.cpp324 DST = LowerSDIV32(Op, DAG);
570 AMDGPUTargetLowering::LowerSDIV32(SDValue Op, SelectionDAG &DAG) const function in class:AMDGPUTargetLowering
576 // The LowerSDIV32 function generates equivalent to the following IL.
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.h48 SDValue LowerSDIV32(SDValue Op, SelectionDAG &DAG) const;
H A DAMDGPUISelLowering.cpp1360 SDValue AMDGPUTargetLowering::LowerSDIV32(SDValue Op, SelectionDAG &DAG) const { function in class:AMDGPUTargetLowering
1365 // The LowerSDIV32 function generates equivalent to the following IL.
1436 return LowerSDIV32(Op, DAG);

Completed in 504 milliseconds