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 717 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: FOC = ISD::SETGE; FPC = ISD::SETOGE; break;
  /external/llvm/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 319 case ISD::SETGE: case ISD::SETOGE: case ISD::SETUGE:
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 549 case ISD::SETOGE:
598 case ISD::SETOGE:
    [all...]
PPCISelLowering.cpp 246 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand);
247 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 656 case ISD::SETOGE:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeFloatTypes.cpp 632 case ISD::SETOGE:
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 677 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 465 case ISD::SETOGE: return Mips::FCOND_OGE;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 93 milliseconds