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 720 /// SETGE,SETULT,SETULE,SETUGT, and SETUGE opcodes are used.
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 165 case FCmpInst::FCMP_UGE: return ISD::SETUGE;
181 case ISD::SETOGE: case ISD::SETUGE: return ISD::SETGE;
196 case ICmpInst::ICMP_UGE: return ISD::SETUGE;
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGDumper.cpp 299 case ISD::SETUGE: return "setuge";
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp 281 case ISD::SETUGE: return 2;
328 case ISD::SETUEQ: Result = ISD::SETEQ ; break; // SETUGE & SETULE
    [all...]
LegalizeFloatTypes.cpp 663 case ISD::SETUGE:
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 578 case ISD::SETUGE:
606 case ISD::SETUGE:
607 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 661 case ISD::SETUGE: return SPCC::ICC_CC;
685 case ISD::SETUGE: return SPCC::FCC_UGE;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 689 case ISD::SETUGE:
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 552 case ISD::SETUGE: return Mips::FCOND_UGE;
    [all...]

Completed in 300 milliseconds