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 716 SETOGT, // 0 0 1 0 True if ordered and greater than
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 156 case FCmpInst::FCMP_OGT: FOC = ISD::SETGT; FPC = ISD::SETOGT; break;
  /external/llvm/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 317 case ISD::SETGT: case ISD::SETOGT: case ISD::SETUGT:
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 560 case ISD::SETOGT:
585 case ISD::SETOGT:
586 case ISD::SETGT: return 1; // Bit #1 = SETOGT
722 // Otherwise, we have to turn an operation like SETONE -> SETOLT | SETOGT.
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 666 case ISD::SETOGT:
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 673 case ISD::SETOGT: return SPCC::FCC_G;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 644 case ISD::SETOGT:
657 // SETONE = SETOLT | SETOGT
    [all...]
SelectionDAG.cpp 303 case ISD::SETOGT: Result = ISD::SETUGT ; break; // SETUGT & SETNE
    [all...]
TargetLowering.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 461 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 80 milliseconds