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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 707 /// floating point. For integer, only the SETEQ,SETNE,SETLT,SETLE,SETGT,
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 159 case FCmpInst::FCMP_OLE: FOC = ISD::SETLE; FPC = ISD::SETOLE; break;
167 case FCmpInst::FCMP_ULE: FOC = ISD::SETLE; FPC = ISD::SETULE; break;
188 case ICmpInst::ICMP_SLE: return ISD::SETLE;
  /external/llvm/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 315 case ISD::SETLE: case ISD::SETOLE: case ISD::SETULE:
AlphaISelLowering.cpp 597 DAG.getConstant(0, MVT::i64), ISD::SETLE);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 533 CCs[RTLIB::OLE_F32] = ISD::SETLE;
534 CCs[RTLIB::OLE_F64] = ISD::SETLE;
    [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeFloatTypes.cpp 639 case ISD::SETLE:
    [all...]
SelectionDAG.cpp 248 case ISD::SETLE:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 559 case ISD::SETLE: return PPC::PRED_LE;
593 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 652 case ISD::SETLE: return SPCC::ICC_LE;
674 case ISD::SETLE:
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 645 case ISD::SETLE:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 716 case ISD::SETLE:
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 582 #define SETLE(a) CHOICE(setle a, setle a, setle a)
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 462 case ISD::SETLE:
    [all...]

Completed in 976 milliseconds