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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 720 SETO, // 0 1 1 1 True if ordered (no nans
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 161 case FCmpInst::FCMP_ORD: return ISD::SETO;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 291 case ISD::SETO: return "seto";
LegalizeDAG.cpp     [all...]
TargetLowering.cpp     [all...]
LegalizeFloatTypes.cpp 650 case ISD::SETO:
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 563 case ISD::SETO: return PPC::PRED_NU;
595 case ISD::SETO: Invert = true; return 3; // !Bit #3 = SETO
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 682 case ISD::SETO: return SPCC::FCC_O;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 526 case ISD::SETO: return Mips::FCOND_OR;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 582 milliseconds