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/Target/Alpha/
AlphaISelDAGToDAG.cpp 321 case ISD::SETNE: case ISD::SETONE: case ISD::SETUNE:
337 case ISD::SETUNE: case ISD::SETUGT: case ISD::SETUGE:
  /external/llvm/lib/CodeGen/
Analysis.cpp 168 case FCmpInst::FCMP_UNE: FOC = ISD::SETNE; FPC = ISD::SETUNE; break;
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 554 case ISD::SETUNE:
594 case ISD::SETUNE:
595 case ISD::SETNE: Invert = true; return 2; // !Bit #2 = SETUNE
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 630 case ISD::SETUNE:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 628 case ISD::SETUNE:
    [all...]
TargetLowering.cpp     [all...]
SelectionDAG.cpp 276 if (isInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 669 case ISD::SETUNE: return SPCC::FCC_NE;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 243 // SETOEQ and SETUNE require checking two conditions.
247 setCondCodeAction(ISD::SETUNE, MVT::f32, Expand);
248 setCondCodeAction(ISD::SETUNE, MVT::f64, Expand);
249 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 457 case ISD::SETUNE: return Mips::FCOND_UNE;
    [all...]

Completed in 946 milliseconds