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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 716 SETOGE, // 0 0 1 1 True if ordered and greater than or equal
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 157 case FCmpInst::FCMP_OGE: return ISD::SETOGE;
181 case ISD::SETOGE: case ISD::SETUGE: return ISD::SETGE;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 286 case ISD::SETOGE: return "setoge";
TargetLowering.cpp     [all...]
LegalizeFloatTypes.cpp 632 case ISD::SETOGE:
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 548 case ISD::SETOGE:
597 case ISD::SETOGE:
    [all...]
PPCISelLowering.cpp 267 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand);
268 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 676 case ISD::SETOGE: return SPCC::FCC_GE;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 520 case ISD::SETOGE: return Mips::FCOND_OGE;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 107 milliseconds