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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 707 /// SETGE,SETULT,SETULE,SETUGT, and SETUGE opcodes are used.
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 167 case FCmpInst::FCMP_ULE: return ISD::SETULE;
179 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE;
194 case ICmpInst::ICMP_ULE: return ISD::SETULE;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 297 case ISD::SETULE: return "setule";
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp 261 case ISD::SETULE:
310 case ISD::SETUEQ: Result = ISD::SETEQ ; break; // SETUGE & SETULE
    [all...]
LegalizeFloatTypes.cpp 669 case ISD::SETULE:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 557 case ISD::SETULE:
591 case ISD::SETULE:
592 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE
721 // We already got the bit for the first part of the comparison (e.g. SETULE).
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 654 case ISD::SETULE: return SPCC::ICC_LEU;
678 case ISD::SETULE: return SPCC::FCC_ULE;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 683 case ISD::SETULE:
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 522 case ISD::SETULE: return Mips::FCOND_ULE;
    [all...]

Completed in 55 milliseconds