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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 715 SETOGT, // 0 0 1 0 True if ordered and greater than
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 156 case FCmpInst::FCMP_OGT: return ISD::SETOGT;
180 case ISD::SETOGT: case ISD::SETUGT: return ISD::SETGT;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 285 case ISD::SETOGT: return "setogt";
SelectionDAG.cpp 312 case ISD::SETOGT: Result = ISD::SETUGT ; break; // SETUGT & SETNE
    [all...]
LegalizeFloatTypes.cpp 644 case ISD::SETOGT:
657 // SETONE = SETOLT | SETOGT
    [all...]
TargetLowering.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 559 case ISD::SETOGT:
584 case ISD::SETOGT:
585 case ISD::SETGT: return 1; // Bit #1 = SETOGT
720 // Otherwise, we have to turn an operation like SETONE -> SETOLT | SETOGT.
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 672 case ISD::SETOGT: return SPCC::FCC_G;
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 516 case ISD::SETOGT: return Mips::FCOND_OGT;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 116 milliseconds