Searched refs:SETCCCARRY (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 809 SETCCCARRY, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 334 case ISD::SETCCCARRY: return "setcccarry"; in getOperationName()
|
| H A D | LegalizeIntegerTypes.cpp | 5510 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 D | LegalizeDAG.cpp | 1071 case ISD::SETCCCARRY: in LegalizeOp() 1078 : Opc == ISD::SETCCCARRY ? 3 in LegalizeOp()
|
| H A D | SelectionDAG.cpp | 3815 case ISD::SETCCCARRY: in computeKnownBits() 5004 case ISD::SETCCCARRY: in ComputeNumSignBits()
|
| H A D | DAGCombiner.cpp | 1964 case ISD::SETCCCARRY: return visitSETCCCARRY(N); in visit()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 132 setOperationAction(ISD::SETCCCARRY, VT, Custom); in M68kTargetLowering() 1393 case ISD::SETCCCARRY: in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 828 setOperationAction({ISD::UADDO_CARRY, ISD::USUBO_CARRY, ISD::SETCCCARRY, in initActions()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 1404 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 D | AArch64ISelLowering.cpp | 525 setOperationAction(ISD::SETCCCARRY, MVT::i64, Custom); in AArch64TargetLowering() 7237 case ISD::SETCCCARRY: in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 2570 setOperationAction(ISD::SETCCCARRY, VT, Custom); in X86TargetLowering() 33650 case ISD::SETCCCARRY: return LowerSETCCCARRY(Op, DAG); in LowerOperation()
|