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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 704 /// floating point. For integer, only the SETEQ,SETNE,SETLT,SETLE,SETGT,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 586 case ISD::SETGT: return PPC::PRED_GT;
607 case ISD::SETGT: return 1; // Bit #1 = SETOGT
649 case ISD::SETGT:
743 case ISD::SETGT: {
780 case ISD::SETGT: {
816 case ISD::SETGT:
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 178 case ISD::SETOGT: case ISD::SETUGT: return ISD::SETGT;
197 case ICmpInst::ICMP_SGT: return ISD::SETGT;
TargetLoweringBase.cpp 608 CCs[RTLIB::OGT_F32] = ISD::SETGT;
609 CCs[RTLIB::OGT_F64] = ISD::SETGT;
610 CCs[RTLIB::OGT_F128] = ISD::SETGT;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 137 case ISD::SETGT:
    [all...]
SelectionDAGDumper.cpp 302 case ISD::SETGT: return "setgt";
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 258 case ISD::SETGT:
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 321 case ISD::SETGT:
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 452 case ISD::SETGT:
MipsISelLowering.cpp 465 case ISD::SETGT:
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 762 case ISD::SETGT:
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]

Completed in 67 milliseconds