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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 177 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE;
191 case ICmpInst::ICMP_SLE: return ISD::SETLE;
TargetLoweringBase.cpp 605 CCs[RTLIB::OLE_F32] = ISD::SETLE;
606 CCs[RTLIB::OLE_F64] = ISD::SETLE;
607 CCs[RTLIB::OLE_F128] = ISD::SETLE;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 587 case ISD::SETLE: return PPC::PRED_LE;
621 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE
657 case ISD::SETLE:
842 case ISD::SETLE:
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 309 case ISD::SETLE: return "setle";
TargetLowering.cpp 132 case ISD::SETLE:
    [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp 258 case ISD::SETLE:
    [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 215 case ISD::SETLE:
R600ISelLowering.cpp 599 case ISD::SETLE:
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 653 case ISD::SETLE: return SPCC::ICC_LE;
675 case ISD::SETLE:
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 746 case ISD::SETLE:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 630 case ISD::SETLE:
    [all...]

Completed in 631 milliseconds