Searched refs:LowerSETCC (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h90 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DMSP430ISelLowering.cpp196 case ISD::SETCC: return LowerSETCC(Op, DAG);
913 SDValue MSP430TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:MSP430TargetLowering
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h319 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DAArch64ISelLowering.cpp2722 AArch64TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:AArch64TargetLowering
2887 case ISD::SETCC: return LowerSETCC(Op, DAG);
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h499 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DPPCISelLowering.cpp1533 SDValue PPCTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:PPCTargetLowering
5775 case ISD::SETCC: return LowerSETCC(Op, DAG);
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h882 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DX86ISelLowering.cpp10079 SDValue X86TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:X86TargetLowering
10208 SDValue NewCond = LowerSETCC(Cond, DAG);
10521 SDValue NewCond = LowerSETCC(Cond, DAG);
13437 case ISD::SETCC: return LowerSETCC(Op, DAG);

Completed in 295 milliseconds