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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 157 case FCmpInst::FCMP_OLE: return ISD::SETOLE;
177 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE;
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 576 case ISD::SETOLE:
627 case ISD::SETOLE:
685 case ISD::SETOLE:
843 case ISD::SETOLE:
    [all...]
PPCISelLowering.cpp 278 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand);
279 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 293 case ISD::SETOLE: return "setole";
TargetLowering.cpp 133 case ISD::SETOLE:
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 213 case ISD::SETOLE:
AMDILISelLowering.cpp 124 setOperationAction(ISD::SETOLE, VT, Expand);
R600ISelLowering.cpp 597 case ISD::SETOLE:
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 676 case ISD::SETOLE: return SPCC::FCC_LE;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 631 case ISD::SETOLE: return Mips::FCOND_OLE;
    [all...]

Completed in 289 milliseconds