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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 720 SETONE, // 0 1 1 0 True if ordered and operands are unequal
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 160 case FCmpInst::FCMP_ONE: FOC = ISD::SETNE; FPC = ISD::SETONE; break;
  /external/llvm/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 321 case ISD::SETNE: case ISD::SETONE: case ISD::SETUNE:
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 547 case ISD::SETONE:
600 case ISD::SETONE:
722 // Otherwise, we have to turn an operation like SETONE -> SETOLT | SETOGT.
    [all...]
PPCISelLowering.cpp 250 setCondCodeAction(ISD::SETONE, MVT::f32, Expand);
251 setCondCodeAction(ISD::SETONE, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 627 case ISD::SETONE:
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 684 case ISD::SETONE: return SPCC::FCC_LG;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeFloatTypes.cpp 656 case ISD::SETONE:
657 // SETONE = SETOLT | SETOGT
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 473 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 115 milliseconds