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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MSP430/
H A DMSP430ISelLowering.h90 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DMSP430ISelLowering.cpp189 case ISD::SETCC: return LowerSETCC(Op, DAG);
761 SDValue MSP430TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:MSP430TargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.h192 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp858 case ISD::SETCC: return LowerSETCC(Op, DAG);
1678 SDValue MipsTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:MipsTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.h405 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DPPCISelLowering.cpp1329 SDValue PPCTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:PPCTargetLowering
4743 case ISD::SETCC: return LowerSETCC(Op, DAG);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.h796 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DX86ISelLowering.cpp8783 SDValue X86TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:X86TargetLowering
9057 SDValue NewCond = LowerSETCC(Cond, DAG);
9273 SDValue NewCond = LowerSETCC(Cond, DAG);
11410 case ISD::SETCC: return LowerSETCC(Op, DAG);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUISelLowering.cpp2515 static SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG, function
2519 assert(CC != 0 && "LowerSETCC: CondCodeSDNode should not be null here!\n");
2524 assert(lhsVT == MVT::f64 && "LowerSETCC: type other than MVT::64\n");
2861 return LowerSETCC(Op, DAG, *this);

Completed in 309 milliseconds