Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h423 SETCCCARRY, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp255 case ISD::SETCCCARRY: return "setcccarry"; in getOperationName()
DLegalizeIntegerTypes.cpp2916 case ISD::SETCCCARRY: Res = ExpandIntOp_SETCCCARRY(N); break; in ExpandIntegerOperand()
3054 bool HasSETCCCARRY = TLI.isOperationLegalOrCustom(ISD::SETCCCARRY, ExpandVT); in IntegerExpandSetCCOperands()
3079 SDValue Res = DAG.getNode(ISD::SETCCCARRY, dl, getSetCCResultType(HiVT), in IntegerExpandSetCCOperands()
3163 return DAG.getNode(ISD::SETCCCARRY, dl, N->getValueType(0), LHSHi, RHSHi, in ExpandIntOp_SETCCCARRY()
DDAGCombiner.cpp1547 case ISD::SETCCCARRY: return visitSETCCCARRY(N); in visit()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DReleaseNotes.rst292 * The ``SETCCE`` opcode has now been removed in favor of ``SETCCCARRY``.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp622 setOperationAction(ISD::SETCCCARRY, VT, Expand); in initActions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp1055 setOperationAction(ISD::SETCCCARRY, MVT::i32, Custom); in ARMTargetLowering()
8103 case ISD::SETCCCARRY: return LowerSETCCCARRY(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp1664 setOperationAction(ISD::SETCCCARRY, VT, Custom); in X86TargetLowering()
25330 case ISD::SETCCCARRY: return LowerSETCCCARRY(Op, DAG); in LowerOperation()