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

  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [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);
670 Overflow = DAG.getSetCC(DL, N->getValueType(1), Hi,
676 Overflow = DAG.getSetCC(DL, N->getValueType(1), SExt, Mul, ISD::SETNE);
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeFloatTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDILISelLowering.cpp 464 cv = DAG.getSetCC(DL, INTTY, fr, fb, ISD::SETOGE);
466 cv = DAG.getSetCC(DL, INTTY, fr, fb, ISD::SETOGE);
610 SDValue r10 = DAG.getSetCC(DL, OVT, r0, DAG.getConstant(0, OVT), ISD::SETLT);
613 SDValue r11 = DAG.getSetCC(DL, OVT, r1, DAG.getConstant(0, OVT), ISD::SETLT);
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 608 /// getSetCC - Helper function to make it easier to build SetCC's if you just
611 SDValue getSetCC(DebugLoc DL, EVT VT, SDValue LHS, SDValue RHS,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 719 SetCC = DAG.getSetCC(DL, SetCC.getValueType(), SetCC.getOperand(0),
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 243 milliseconds