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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 708 /// SETGE,SETULT,SETULE,SETUGT, and SETUGE opcodes are used.
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 157 case FCmpInst::FCMP_OGE: FOC = ISD::SETGE; FPC = ISD::SETOGE; break;
165 case FCmpInst::FCMP_UGE: FOC = ISD::SETGE; FPC = ISD::SETUGE; break;
190 case ICmpInst::ICMP_SGE: return ISD::SETGE;
  /external/llvm/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 319 case ISD::SETGE: case ISD::SETOGE: case ISD::SETUGE:
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 529 CCs[RTLIB::OGE_F32] = ISD::SETGE;
530 CCs[RTLIB::OGE_F64] = ISD::SETGE;
    [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
LegalizeFloatTypes.cpp 631 case ISD::SETGE:
    [all...]
SelectionDAG.cpp 250 case ISD::SETGE: return 1;
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 563 case ISD::SETGE: return PPC::PRED_GE;
591 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 653 case ISD::SETGE: return SPCC::ICC_GE;
676 case ISD::SETGE:
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 655 case ISD::SETGE:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 718 case ISD::SETGE:
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 580 #define SETGE(a) CHOICE(setge a, setge a, setge a)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 464 case ISD::SETGE:
    [all...]

Completed in 1526 milliseconds