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 719 /// floating point. For integer, only the SETEQ,SETNE,SETLT,SETLE,SETGT,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 499 CCs[RTLIB::UNE_F32] = ISD::SETNE;
500 CCs[RTLIB::UNE_F64] = ISD::SETNE;
509 CCs[RTLIB::UO_F32] = ISD::SETNE;
510 CCs[RTLIB::UO_F64] = ISD::SETNE;
    [all...]
LegalizeIntegerTypes.cpp 467 Ofl = DAG.getSetCC(dl, N->getValueType(1), Ofl, Res, ISD::SETNE);
629 Ofl = DAG.getSetCC(dl, N->getValueType(1), Ofl, Res, ISD::SETNE);
666 DAG.getConstant(0, Hi.getValueType()), ISD::SETNE);
671 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 309 case ISD::SETNE: return "setne";
SelectionDAG.cpp 268 /// if the operation does not depend on the sign of the input (setne and seteq).
273 case ISD::SETNE: return 0;
304 Op = ISD::SETNE;
329 case ISD::SETOLT: Result = ISD::SETULT ; break; // SETULT & SETNE
330 case ISD::SETOGT: Result = ISD::SETUGT ; break; // SETUGT & SETNE
    [all...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 469 if (CC == ISD::SETEQ || CC == ISD::SETNE) {
471 // SETEQ/SETNE comparison with 16-bit immediate, fold it.
510 if (CC == ISD::SETEQ || CC == ISD::SETNE) {
512 // SETEQ/SETNE comparison with 16-bit immediate, fold it.
571 case ISD::SETNE: return PPC::PRED_NE;
611 case ISD::SETNE: Invert = true; return 2; // !Bit #2 = SETUNE
644 case ISD::SETNE: {
677 case ISD::SETNE: {
    [all...]
PPCISelLowering.cpp     [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/Target/ARM/
ARMISelLowering.cpp 201 setCmpLibcallCC(RTLIB::OEQ_F32, ISD::SETNE);
202 setCmpLibcallCC(RTLIB::UNE_F32, ISD::SETNE);
203 setCmpLibcallCC(RTLIB::OLT_F32, ISD::SETNE);
204 setCmpLibcallCC(RTLIB::OLE_F32, ISD::SETNE);
205 setCmpLibcallCC(RTLIB::OGE_F32, ISD::SETNE);
206 setCmpLibcallCC(RTLIB::OGT_F32, ISD::SETNE);
207 setCmpLibcallCC(RTLIB::UO_F32, ISD::SETNE);
220 setCmpLibcallCC(RTLIB::OEQ_F64, ISD::SETNE);
221 setCmpLibcallCC(RTLIB::UNE_F64, ISD::SETNE);
222 setCmpLibcallCC(RTLIB::OLT_F64, ISD::SETNE);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 653 case ISD::SETNE: return SPCC::ICC_NE;
672 case ISD::SETNE:
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 680 case ISD::SETNE:
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 555 case ISD::SETNE:
    [all...]

Completed in 555 milliseconds