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

/external/llvm/lib/Target/PTX/
H A DPTXISelLowering.h46 virtual SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DPTXISelLowering.cpp114 return LowerSETCC(Op, DAG);
147 SDValue PTXTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:PTXTargetLowering
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h90 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DMSP430ISelLowering.cpp188 case ISD::SETCC: return LowerSETCC(Op, DAG);
764 SDValue MSP430TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:MSP430TargetLowering
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h392 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DPPCISelLowering.cpp1230 SDValue PPCTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:PPCTargetLowering
4516 case ISD::SETCC: return LowerSETCC(Op, DAG);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h817 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DX86ISelLowering.cpp8368 SDValue X86TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:X86TargetLowering
8633 SDValue NewCond = LowerSETCC(Cond, DAG);
8782 SDValue NewCond = LowerSETCC(Cond, DAG);
10416 case ISD::SETCC: return LowerSETCC(Op, DAG);
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp2522 static SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG, function
2526 assert(CC != 0 && "LowerSETCC: CondCodeSDNode should not be null here!\n");
2531 assert(lhsVT == MVT::f64 && "LowerSETCC: type other than MVT::64\n");
2868 return LowerSETCC(Op, DAG, *this);

Completed in 383 milliseconds