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 719 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: FOC = ISD::SETLE; FPC = ISD::SETOLE; break;
  /external/llvm/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 315 case ISD::SETLE: case ISD::SETOLE: case ISD::SETULE:
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 548 case ISD::SETOLE:
599 case ISD::SETOLE:
    [all...]
PPCISelLowering.cpp 248 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand);
249 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 646 case ISD::SETOLE:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeFloatTypes.cpp 640 case ISD::SETOLE:
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 675 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 463 case ISD::SETOLE: return Mips::FCOND_OLE;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 326 milliseconds