HomeSort by relevance Sort by last modified time
    Searched refs:SETULT (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 166 case FCmpInst::FCMP_ULT: return ISD::SETULT;
178 case ISD::SETOLT: case ISD::SETULT: return ISD::SETLT;
198 case ICmpInst::ICMP_ULT: return ISD::SETULT;
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAGDumper.cpp 296 case ISD::SETULT: return "setult";
SelectionDAG.cpp 260 case ISD::SETULT:
285 if (isInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT
308 case ISD::SETUO : Result = ISD::SETFALSE; break; // SETUGT & SETULT
311 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 566 case ISD::SETULT: return PPC::PRED_LT;
602 case ISD::SETULT: return 0;
    [all...]
PPCISelLowering.cpp 261 setCondCodeAction(ISD::SETULT, MVT::f32, Expand);
262 setCondCodeAction(ISD::SETULT, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 653 case ISD::SETULT: return SPCC::ICC_CS;
677 case ISD::SETULT: return SPCC::FCC_UL;
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 698 case ISD::SETULT:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 521 case ISD::SETULT: return Mips::FCOND_ULT;
    [all...]

Completed in 114 milliseconds