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     [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 293 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 563 case ISD::SETONE:
616 case ISD::SETONE:
737 // Otherwise, we have to turn an operation like SETONE -> SETOLT | SETOGT.
    [all...]
PPCISelLowering.cpp 275 setCondCodeAction(ISD::SETONE, MVT::f32, Expand);
276 setCondCodeAction(ISD::SETONE, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 688 case ISD::SETONE: return SPCC::FCC_LG;
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 556 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 317 milliseconds