Searched refs:SETCCCARRY (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h512 SETCCCARRY, enumerator in enum:llvm::ISD::NodeType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp274 case ISD::SETCCCARRY: return "setcccarry";
H A DLegalizeIntegerTypes.cpp3779 case ISD::SETCCCARRY: Res = ExpandIntOp_SETCCCARRY(N); break;
3916 // Lower with SETCCCARRY if the target supports it.
3919 bool HasSETCCCARRY = TLI.isOperationLegalOrCustom(ISD::SETCCCARRY, ExpandVT);
3923 // SETCCCARRY can detect < and >= directly. For > and <=, flip
3938 // SETCCCARRY. The SETCCCARRY operation is essentially looking at the high
3944 SDValue Res = DAG.getNode(ISD::SETCCCARRY, dl, getSetCCResultType(HiVT),
4025 // Expand to a SUBE for the low part and a smaller SETCCCARRY for the high.
4028 return DAG.getNode(ISD::SETCCCARRY, dl, N->getValueType(0), LHSHi, RHSHi,
H A DDAGCombiner.cpp1565 case ISD::SETCCCARRY: return visitSETCCCARRY(N);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp675 setOperationAction(ISD::SETCCCARRY, VT, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1313 setOperationAction(ISD::SETCCCARRY, MVT::i32, Custom);
6400 assert(LHS.getSimpleValueType().isInteger() && "SETCCCARRY is integer only.");
9334 case ISD::SETCCCARRY: return LowerSETCCCARRY(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1937 setOperationAction(ISD::SETCCCARRY, VT, Custom);
21944 assert(LHS.getSimpleValueType().isInteger() && "SETCCCARRY is integer only.");
[all...]

Completed in 519 milliseconds