HomeSort by: relevance | last modified time | path
    Searched refs:LowerSETCC (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiISelLowering.h 88 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
LanaiISelLowering.cpp 193 return LowerSETCC(Op, DAG);
969 SDValue LanaiTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRISelLowering.h 160 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
AVRISelLowering.cpp 754 SDValue AVRTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const {
805 return LowerSETCC(Op, DAG);
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.h 206 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
M68kISelLowering.cpp 1328 return LowerSETCC(Op, DAG);
1900 SDValue M68kTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const {
2027 if (SDValue NewCond = LowerSETCC(Cond, DAG))
2262 if (SDValue NewCond = LowerSETCC(Cond, DAG))
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 98 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
MSP430ISelLowering.cpp 347 case ISD::SETCC: return LowerSETCC(Op, DAG);
1141 SDValue MSP430TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.h 119 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
WebAssemblyISelLowering.cpp 1257 return LowerSETCC(Op, DAG);
1944 SDValue WebAssemblyTargetLowering::LowerSETCC(SDValue Op,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 917 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
AArch64ISelLowering.cpp 4476 return LowerSETCC(Op, DAG);
6876 SDValue AArch64TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 220 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
HexagonISelLowering.cpp 1031 SDValue HexagonTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const {
3168 case ISD::SETCC: return LowerSETCC(Op, DAG);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.h 1197 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
PPCISelLowering.cpp 3440 SDValue PPCTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const {
10789 case ISD::SETCC: return LowerSETCC(Op, DAG);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h 1523 SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
X86ISelLowering.cpp 23446 SDValue X86TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const {
23690 if (SDValue NewCond = LowerSETCC(Cond, DAG)) {
    [all...]

Completed in 66 milliseconds