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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 706 /// floating point. For integer, only the SETEQ,SETNE,SETLT,SETLE,SETGT,
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 177 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE;
192 case ICmpInst::ICMP_NE: return ISD::SETNE;
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 505 CCs[RTLIB::UNE_F32] = ISD::SETNE;
506 CCs[RTLIB::UNE_F64] = ISD::SETNE;
515 CCs[RTLIB::UO_F32] = ISD::SETNE;
516 CCs[RTLIB::UO_F64] = ISD::SETNE;
    [all...]
LegalizeIntegerTypes.cpp 467 Ofl = DAG.getSetCC(dl, N->getValueType(1), Ofl, Res, ISD::SETNE);
633 Ofl = DAG.getSetCC(dl, N->getValueType(1), Ofl, Res, ISD::SETNE);
670 DAG.getConstant(0, Hi.getValueType()), ISD::SETNE);
675 Overflow = DAG.getSetCC(DL, N->getValueType(1), SExt, Mul, ISD::SETNE);
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeFloatTypes.cpp 627 case ISD::SETNE:
721 CCCode = ISD::SETNE;
    [all...]
SelectionDAGDumper.cpp 305 case ISD::SETNE: return "setne";
SelectionDAG.cpp 250 /// if the operation does not depend on the sign of the input (setne and seteq).
255 case ISD::SETNE: return 0;
286 Op = ISD::SETNE;
311 case ISD::SETOLT: Result = ISD::SETULT ; break; // SETULT & SETNE
312 case ISD::SETOGT: Result = ISD::SETUGT ; break; // SETUGT & SETNE
    [all...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 452 if (CC == ISD::SETEQ || CC == ISD::SETNE) {
454 // SETEQ/SETNE comparison with 16-bit immediate, fold it.
493 if (CC == ISD::SETEQ || CC == ISD::SETNE) {
495 // SETEQ/SETNE comparison with 16-bit immediate, fold it.
554 case ISD::SETNE: return PPC::PRED_NE;
594 case ISD::SETNE: Invert = true; return 2; // !Bit #2 = SETUNE
627 case ISD::SETNE: {
660 case ISD::SETNE: {
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 205 setCmpLibcallCC(RTLIB::OEQ_F32, ISD::SETNE);
206 setCmpLibcallCC(RTLIB::UNE_F32, ISD::SETNE);
207 setCmpLibcallCC(RTLIB::OLT_F32, ISD::SETNE);
208 setCmpLibcallCC(RTLIB::OLE_F32, ISD::SETNE);
209 setCmpLibcallCC(RTLIB::OGE_F32, ISD::SETNE);
210 setCmpLibcallCC(RTLIB::OGT_F32, ISD::SETNE);
211 setCmpLibcallCC(RTLIB::UO_F32, ISD::SETNE);
224 setCmpLibcallCC(RTLIB::OEQ_F64, ISD::SETNE);
225 setCmpLibcallCC(RTLIB::UNE_F64, ISD::SETNE);
226 setCmpLibcallCC(RTLIB::OLT_F64, ISD::SETNE);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 648 case ISD::SETNE: return SPCC::ICC_NE;
667 case ISD::SETNE:
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 676 case ISD::SETNE:
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 527 case ISD::SETNE:
    [all...]

Completed in 98 milliseconds