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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 168 case FCmpInst::FCMP_UNE: return ISD::SETUNE;
177 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 298 case ISD::SETUNE: return "setune";
LegalizeFloatTypes.cpp 628 case ISD::SETUNE:
    [all...]
TargetLowering.cpp     [all...]
SelectionDAG.cpp 285 if (isInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 553 case ISD::SETUNE:
593 case ISD::SETUNE:
594 case ISD::SETNE: Invert = true; return 2; // !Bit #2 = SETUNE
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 668 case ISD::SETUNE: return SPCC::FCC_NE;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 235 // SETOEQ and SETUNE require checking two conditions.
239 setCondCodeAction(ISD::SETUNE, MVT::f32, Expand);
240 setCondCodeAction(ISD::SETUNE, MVT::f64, Expand);
241 setCondCodeAction(ISD::SETUNE, MVT::f80, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 512 case ISD::SETUNE: return Mips::FCOND_UNE;
    [all...]

Completed in 40 milliseconds