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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 707 /// floating point. For integer, only the SETEQ,SETNE,SETLT,SETLE,SETGT,
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 156 case FCmpInst::FCMP_OGT: FOC = ISD::SETGT; FPC = ISD::SETOGT; break;
164 case FCmpInst::FCMP_UGT: FOC = ISD::SETGT; FPC = ISD::SETUGT; break;
194 case ICmpInst::ICMP_SGT: return ISD::SETGT;
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 561 case ISD::SETGT: return PPC::PRED_GT;
586 case ISD::SETGT: return 1; // Bit #1 = SETOGT
641 case ISD::SETGT: {
678 case ISD::SETGT: {
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 535 CCs[RTLIB::OGT_F32] = ISD::SETGT;
536 CCs[RTLIB::OGT_F64] = ISD::SETGT;
    [all...]
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
LegalizeFloatTypes.cpp 643 case ISD::SETGT:
    [all...]
SelectionDAG.cpp 249 case ISD::SETGT:
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 317 case ISD::SETGT: case ISD::SETOGT: case ISD::SETUGT:
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 651 case ISD::SETGT: return SPCC::ICC_G;
672 case ISD::SETGT:
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 665 case ISD::SETGT:
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 729 case ISD::SETGT:
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 460 case ISD::SETGT:
    [all...]

Completed in 1852 milliseconds