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     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 223 case ISD::SETGE:
296 ISD::SETGE);
302 ISD::SETGE);
  /external/llvm/lib/CodeGen/
Analysis.cpp 179 case ISD::SETOGE: case ISD::SETUGE: return ISD::SETGE;
193 case ICmpInst::ICMP_SGE: return ISD::SETGE;
TargetLoweringBase.cpp 599 CCs[RTLIB::OGE_F32] = ISD::SETGE;
600 CCs[RTLIB::OGE_F64] = ISD::SETGE;
601 CCs[RTLIB::OGE_F128] = ISD::SETGE;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 591 case ISD::SETGE: return PPC::PRED_GE;
619 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE
658 case ISD::SETGE:
827 case ISD::SETGE:
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 307 case ISD::SETGE: return "setge";
TargetLowering.cpp 122 case ISD::SETGE:
    [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp 260 case ISD::SETGE: return 1;
    [all...]
LegalizeFloatTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 654 case ISD::SETGE: return SPCC::ICC_GE;
677 case ISD::SETGE:
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 748 case ISD::SETGE:
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 632 case ISD::SETGE:
    [all...]

Completed in 493 milliseconds