HomeSort by relevance Sort by last modified time
    Searched refs:SETLE (Results 1 - 18 of 18) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 706 /// floating point. For integer, only the SETEQ,SETNE,SETLT,SETLE,SETGT,
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 179 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE;
193 case ICmpInst::ICMP_SLE: return ISD::SETLE;
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 511 CCs[RTLIB::OLE_F32] = ISD::SETLE;
512 CCs[RTLIB::OLE_F64] = ISD::SETLE;
    [all...]
SelectionDAGDumper.cpp 304 case ISD::SETLE: return "setle";
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp 257 case ISD::SETLE:
    [all...]
LegalizeFloatTypes.cpp 639 case ISD::SETLE:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 558 case ISD::SETLE: return PPC::PRED_LE;
592 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 651 case ISD::SETLE: return SPCC::ICC_LE;
673 case ISD::SETLE:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 709 case ISD::SETLE:
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 517 case ISD::SETLE:
    [all...]

Completed in 911 milliseconds