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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 719 SETONE, // 0 1 1 0 True if ordered and operands are unequal
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 160 case FCmpInst::FCMP_ONE: return ISD::SETONE;
177 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 289 case ISD::SETONE: return "setone";
TargetLowering.cpp     [all...]
LegalizeFloatTypes.cpp 656 case ISD::SETONE:
657 // SETONE = SETOLT | SETOGT
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 546 case ISD::SETONE:
599 case ISD::SETONE:
720 // Otherwise, we have to turn an operation like SETONE -> SETOLT | SETOGT.
    [all...]
PPCISelLowering.cpp 271 setCondCodeAction(ISD::SETONE, MVT::f32, Expand);
272 setCondCodeAction(ISD::SETONE, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 683 case ISD::SETONE: return SPCC::FCC_LG;
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 528 case ISD::SETONE: return Mips::FCOND_ONE;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 40 milliseconds