Home
last modified time | relevance | path

Searched refs:SETCCCARRY (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h809 SETCCCARRY, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp334 case ISD::SETCCCARRY: return "setcccarry"; in getOperationName()
H A DLegalizeIntegerTypes.cpp5510 case ISD::SETCCCARRY: Res = ExpandIntOp_SETCCCARRY(N); break; in ExpandIntegerOperand()
5659 bool HasSETCCCARRY = TLI.isOperationLegalOrCustom(ISD::SETCCCARRY, ExpandVT); in IntegerExpandSetCCOperands()
5684 SDValue Res = DAG.getNode(ISD::SETCCCARRY, dl, getSetCCResultType(HiVT), in IntegerExpandSetCCOperands()
5769 return DAG.getNode(ISD::SETCCCARRY, dl, N->getValueType(0), LHSHi, RHSHi, in ExpandIntOp_SETCCCARRY()
H A DLegalizeDAG.cpp1071 case ISD::SETCCCARRY: in LegalizeOp()
1078 : Opc == ISD::SETCCCARRY ? 3 in LegalizeOp()
H A DSelectionDAG.cpp3815 case ISD::SETCCCARRY: in computeKnownBits()
5004 case ISD::SETCCCARRY: in ComputeNumSignBits()
H A DDAGCombiner.cpp1964 case ISD::SETCCCARRY: return visitSETCCCARRY(N); in visit()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp132 setOperationAction(ISD::SETCCCARRY, VT, Custom); in M68kTargetLowering()
1393 case ISD::SETCCCARRY: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp828 setOperationAction({ISD::UADDO_CARRY, ISD::USUBO_CARRY, ISD::SETCCCARRY, in initActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1404 setOperationAction(ISD::SETCCCARRY, MVT::i32, Custom); in ARMTargetLowering()
10675 case ISD::SETCCCARRY: return LowerSETCCCARRY(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp525 setOperationAction(ISD::SETCCCARRY, MVT::i64, Custom); in AArch64TargetLowering()
7237 case ISD::SETCCCARRY: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2570 setOperationAction(ISD::SETCCCARRY, VT, Custom); in X86TargetLowering()
33650 case ISD::SETCCCARRY: return LowerSETCCCARRY(Op, DAG); in LowerOperation()