HomeSort by relevance Sort by last modified time
    Searched refs:SETULT (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 166 case FCmpInst::FCMP_ULT: FOC = ISD::SETLT; FPC = ISD::SETULT; break;
193 case ICmpInst::ICMP_ULT: return ISD::SETULT;
  /external/llvm/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 313 case ISD::SETLT: case ISD::SETOLT: case ISD::SETULT:
336 case ISD::SETUEQ: case ISD::SETULT: case ISD::SETULE:
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp 251 case ISD::SETULT:
276 if (isInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT
299 case ISD::SETUO : Result = ISD::SETFALSE; break; // SETUGT & SETULT
302 case ISD::SETOLT: Result = ISD::SETULT ; break; // SETULT & SETNE
    [all...]
LegalizeFloatTypes.cpp 666 case ISD::SETULT:
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 567 case ISD::SETULT: return PPC::PRED_LT;
603 case ISD::SETULT: return 0;
    [all...]
PPCISelLowering.cpp 240 setCondCodeAction(ISD::SETULT, MVT::f32, Expand);
241 setCondCodeAction(ISD::SETULT, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 654 case ISD::SETULT: return SPCC::ICC_CS;
678 case ISD::SETULT: return SPCC::FCC_UL;
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 669 case ISD::SETULT:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 705 case ISD::SETULT:
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 466 case ISD::SETULT: return Mips::FCOND_ULT;
    [all...]

Completed in 325 milliseconds