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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 708 /// SETGE,SETULT,SETULE,SETUGT, and SETUGE opcodes are used.
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 167 case FCmpInst::FCMP_ULE: FOC = ISD::SETLE; FPC = ISD::SETULE; break;
189 case ICmpInst::ICMP_ULE: return ISD::SETULE;
  /external/llvm/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 315 case ISD::SETLE: case ISD::SETOLE: case ISD::SETULE:
336 case ISD::SETUEQ: case ISD::SETULT: case ISD::SETULE:
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 558 case ISD::SETULE:
592 case ISD::SETULE:
593 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE
723 // We already got the bit for the first part of the comparison (e.g. SETULE).
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeFloatTypes.cpp 669 case ISD::SETULE:
    [all...]
SelectionDAG.cpp 252 case ISD::SETULE:
301 case ISD::SETUEQ: Result = ISD::SETEQ ; break; // SETUGE & SETULE
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 655 case ISD::SETULE: return SPCC::ICC_LEU;
679 case ISD::SETULE: return SPCC::FCC_ULE;
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 639 case ISD::SETULE:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 690 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 467 case ISD::SETULE: return Mips::FCOND_ULE;
    [all...]

Completed in 319 milliseconds