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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 718 SETOLT, // 0 1 0 0 True if ordered and less than
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 158 case FCmpInst::FCMP_OLT: FOC = ISD::SETLT; FPC = ISD::SETOLT; break;
  /external/llvm/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 313 case ISD::SETLT: case ISD::SETOLT: case ISD::SETULT:
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 556 case ISD::SETOLT:
583 case ISD::SETOLT:
584 case ISD::SETLT: return 0; // Bit #0 = SETOLT
722 // Otherwise, we have to turn an operation like SETONE -> SETOLT | SETOGT.
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 676 case ISD::SETOLT:
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 671 case ISD::SETOLT: return SPCC::FCC_L;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 636 case ISD::SETOLT:
657 // SETONE = SETOLT | SETOGT
    [all...]
SelectionDAG.cpp 302 case ISD::SETOLT: Result = ISD::SETULT ; break; // SETULT & SETNE
    [all...]
TargetLowering.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 459 case ISD::SETOLT: return Mips::FCOND_OLT;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 161 milliseconds