HomeSort by: relevance | last modified time | path
    Searched refs:SETCCCARRY (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 698 /// (setcccarry lhshi rhshi (subcarry lhslo rhslo) cc).
700 SETCCCARRY,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 278 case ISD::SETCCCARRY: return "setcccarry";
LegalizeIntegerTypes.cpp 4201 case ISD::SETCCCARRY: Res = ExpandIntOp_SETCCCARRY(N); break;
4338 // Lower with SETCCCARRY if the target supports it.
4341 bool HasSETCCCARRY = TLI.isOperationLegalOrCustom(ISD::SETCCCARRY, ExpandVT);
4345 // SETCCCARRY can detect < and >= directly. For > and <=, flip
4360 // SETCCCARRY. The SETCCCARRY operation is essentially looking at the high
4366 SDValue Res = DAG.getNode(ISD::SETCCCARRY, dl, getSetCCResultType(HiVT),
4447 // Expand to a SUBE for the low part and a smaller SETCCCARRY for the high.
4450 return DAG.getNode(ISD::SETCCCARRY, dl, N->getValueType(0), LHSHi, RHSHi,
DAGCombiner.cpp 1668 case ISD::SETCCCARRY: return visitSETCCCARRY(N);
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.cpp 128 setOperationAction(ISD::SETCCCARRY, VT, Custom);
1329 case ISD::SETCCCARRY:
1974 assert(LHS.getSimpleValueType().isInteger() && "SETCCCARRY is integer only.");
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp 784 setOperationAction(ISD::SETCCCARRY, VT, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 1373 setOperationAction(ISD::SETCCCARRY, MVT::i32, Custom);
6614 assert(LHS.getSimpleValueType().isInteger() && "SETCCCARRY is integer only.");
9888 case ISD::SETCCCARRY: return LowerSETCCCARRY(Op, DAG);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 1958 setOperationAction(ISD::SETCCCARRY, VT, Custom);
23513 assert(LHS.getSimpleValueType().isInteger() && "SETCCCARRY is integer only.");
    [all...]

Completed in 100 milliseconds