HomeSort by relevance Sort by last modified time
    Searched refs:SETUGE (Results 1 - 16 of 16) 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 165 case FCmpInst::FCMP_UGE: FOC = ISD::SETGE; FPC = ISD::SETUGE; break;
191 case ICmpInst::ICMP_UGE: return ISD::SETUGE;
  /external/llvm/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 319 case ISD::SETGE: case ISD::SETOGE: case ISD::SETUGE:
337 case ISD::SETUNE: case ISD::SETUGT: case ISD::SETUGE:
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 562 case ISD::SETUGE:
590 case ISD::SETUGE:
591 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeFloatTypes.cpp 663 case ISD::SETUGE:
    [all...]
SelectionDAG.cpp 254 case ISD::SETUGE: return 2;
301 case ISD::SETUEQ: Result = ISD::SETEQ ; break; // SETUGE & SETULE
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 657 case ISD::SETUGE: return SPCC::ICC_CC;
681 case ISD::SETUGE: return SPCC::FCC_UGE;
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 649 case ISD::SETUGE:
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 692 case ISD::SETUGE:
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 469 case ISD::SETUGE: return Mips::FCOND_UGE;
    [all...]

Completed in 329 milliseconds