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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 707 /// SETGE,SETULT,SETULE,SETUGT, and SETUGE opcodes are used.
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 181 case ISD::SETOGE: case ISD::SETUGE: return ISD::SETGE;
195 case ICmpInst::ICMP_SGE: return ISD::SETGE;
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 507 CCs[RTLIB::OGE_F32] = ISD::SETGE;
508 CCs[RTLIB::OGE_F64] = ISD::SETGE;
    [all...]
SelectionDAGDumper.cpp 302 case ISD::SETGE: return "setge";
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
LegalizeFloatTypes.cpp 631 case ISD::SETGE:
    [all...]
SelectionDAG.cpp 259 case ISD::SETGE: return 1;
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 562 case ISD::SETGE: return PPC::PRED_GE;
590 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 652 case ISD::SETGE: return SPCC::ICC_GE;
675 case ISD::SETGE:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 711 case ISD::SETGE:
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 519 case ISD::SETGE:
    [all...]

Completed in 60 milliseconds