Searched defs:LowerSETCC (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600ISelLowering.cpp252 case ISD::SETCC: return LowerSETCC(Op, DAG);
499 SDValue R600TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const function in class:R600TargetLowering
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600ISelLowering.cpp252 case ISD::SETCC: return LowerSETCC(Op, DAG);
499 SDValue R600TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const function in class:R600TargetLowering
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp193 case ISD::SETCC: return LowerSETCC(Op, DAG);
909 SDValue MSP430TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:MSP430TargetLowering
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1527 return LowerSETCC(Op, DAG);
3076 SDValue AArch64TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:AArch64TargetLowering
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1718 SDValue PPCTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:PPCTargetLowering
6131 case ISD::SETCC: return LowerSETCC(Op, DAG);

Completed in 296 milliseconds