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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 117 case ISD::SETNE:
    [all...]
LegalizeIntegerTypes.cpp 467 Ofl = DAG.getSetCC(dl, N->getValueType(1), Ofl, Res, ISD::SETNE);
631 Ofl = DAG.getSetCC(dl, N->getValueType(1), Ofl, Res, ISD::SETNE);
671 DAG.getConstant(0, Hi.getValueType()), ISD::SETNE);
676 Overflow = DAG.getSetCC(DL, N->getValueType(1), SExt, Mul, ISD::SETNE);
    [all...]
LegalizeFloatTypes.cpp 664 CCCode = ISD::SETNE;
    [all...]
SelectionDAGDumper.cpp 310 case ISD::SETNE: return "setne";
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp 251 /// if the operation does not depend on the sign of the input (setne and seteq).
256 case ISD::SETNE: return 0;
287 Op = ISD::SETNE;
312 case ISD::SETOLT: Result = ISD::SETULT ; break; // SETULT & SETNE
313 case ISD::SETOGT: Result = ISD::SETUGT ; break; // SETUGT & SETNE
    [all...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 481 if (CC == ISD::SETEQ || CC == ISD::SETNE) {
483 // SETEQ/SETNE comparison with 16-bit immediate, fold it.
522 if (CC == ISD::SETEQ || CC == ISD::SETNE) {
524 // SETEQ/SETNE comparison with 16-bit immediate, fold it.
583 case ISD::SETNE: return PPC::PRED_NE;
623 case ISD::SETNE: Invert = true; return 2; // !Bit #2 = SETUNE
643 case ISD::SETNE:
738 case ISD::SETNE: {
771 case ISD::SETNE: {
813 case ISD::SETNE
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 175 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE;
190 case ICmpInst::ICMP_NE: return ISD::SETNE;
TargetLoweringBase.cpp 596 CCs[RTLIB::UNE_F32] = ISD::SETNE;
597 CCs[RTLIB::UNE_F64] = ISD::SETNE;
598 CCs[RTLIB::UNE_F128] = ISD::SETNE;
611 CCs[RTLIB::UO_F32] = ISD::SETNE;
612 CCs[RTLIB::UO_F64] = ISD::SETNE;
613 CCs[RTLIB::UO_F128] = ISD::SETNE;
    [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 472 DAG.getCondCode(ISD::SETNE)
594 case ISD::SETNE:
645 DAG.getCondCode(ISD::SETNE));
656 DAG.getCondCode(ISD::SETNE));
    [all...]
SIISelLowering.cpp 286 ISD::SETNE);
401 // i1 setcc (sext(i1), 0, setne) -> i1 setcc(i1, 0, setne)
407 && CCOp == ISD::SETNE) {
AMDGPUISelLowering.cpp 201 case ISD::SETNE:
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 202 setCmpLibcallCC(RTLIB::OEQ_F32, ISD::SETNE);
203 setCmpLibcallCC(RTLIB::UNE_F32, ISD::SETNE);
204 setCmpLibcallCC(RTLIB::OLT_F32, ISD::SETNE);
205 setCmpLibcallCC(RTLIB::OLE_F32, ISD::SETNE);
206 setCmpLibcallCC(RTLIB::OGE_F32, ISD::SETNE);
207 setCmpLibcallCC(RTLIB::OGT_F32, ISD::SETNE);
208 setCmpLibcallCC(RTLIB::UO_F32, ISD::SETNE);
221 setCmpLibcallCC(RTLIB::OEQ_F64, ISD::SETNE);
222 setCmpLibcallCC(RTLIB::UNE_F64, ISD::SETNE);
223 setCmpLibcallCC(RTLIB::OLT_F64, ISD::SETNE);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 650 case ISD::SETNE: return SPCC::ICC_NE;
669 case ISD::SETNE:
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 713 case ISD::SETNE:
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 640 case ISD::SETNE:
    [all...]

Completed in 1000 milliseconds