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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 718 SETOLE, // 0 1 0 1 True if ordered and less than or equal
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 159 case FCmpInst::FCMP_OLE: return ISD::SETOLE;
179 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 288 case ISD::SETOLE: return "setole";
TargetLowering.cpp     [all...]
LegalizeFloatTypes.cpp 640 case ISD::SETOLE:
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 547 case ISD::SETOLE:
598 case ISD::SETOLE:
    [all...]
PPCISelLowering.cpp 269 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand);
270 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 674 case ISD::SETOLE: return SPCC::FCC_LE;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 518 case ISD::SETOLE: return Mips::FCOND_OLE;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 139 milliseconds