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     [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 292 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/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 564 case ISD::SETOLE:
615 case ISD::SETOLE:
    [all...]
PPCISelLowering.cpp 273 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand);
274 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 679 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/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 546 case ISD::SETOLE: return Mips::FCOND_OLE;
    [all...]

Completed in 496 milliseconds