Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h512 SETCCCARRY, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp274 case ISD::SETCCCARRY: return "setcccarry"; in getOperationName()
DLegalizeIntegerTypes.cpp3767 case ISD::SETCCCARRY: Res = ExpandIntOp_SETCCCARRY(N); break; in ExpandIntegerOperand()
3907 bool HasSETCCCARRY = TLI.isOperationLegalOrCustom(ISD::SETCCCARRY, ExpandVT); in IntegerExpandSetCCOperands()
3932 SDValue Res = DAG.getNode(ISD::SETCCCARRY, dl, getSetCCResultType(HiVT), in IntegerExpandSetCCOperands()
4016 return DAG.getNode(ISD::SETCCCARRY, dl, N->getValueType(0), LHSHi, RHSHi, in ExpandIntOp_SETCCCARRY()
DDAGCombiner.cpp1558 case ISD::SETCCCARRY: return visitSETCCCARRY(N); in visit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp675 setOperationAction(ISD::SETCCCARRY, VT, Expand); in initActions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp1312 setOperationAction(ISD::SETCCCARRY, MVT::i32, Custom); in ARMTargetLowering()
9331 case ISD::SETCCCARRY: return LowerSETCCCARRY(Op, DAG); in LowerOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp1937 setOperationAction(ISD::SETCCCARRY, VT, Custom); in X86TargetLowering()
28595 case ISD::SETCCCARRY: return LowerSETCCCARRY(Op, DAG); in LowerOperation()