Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h512 SETCCCARRY, enumerator
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h659 SETCCCARRY, enumerator
/external/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()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp278 case ISD::SETCCCARRY: return "setcccarry"; in getOperationName()
DLegalizeIntegerTypes.cpp4148 case ISD::SETCCCARRY: Res = ExpandIntOp_SETCCCARRY(N); break; in ExpandIntegerOperand()
4288 bool HasSETCCCARRY = TLI.isOperationLegalOrCustom(ISD::SETCCCARRY, ExpandVT); in IntegerExpandSetCCOperands()
4313 SDValue Res = DAG.getNode(ISD::SETCCCARRY, dl, getSetCCResultType(HiVT), in IntegerExpandSetCCOperands()
4397 return DAG.getNode(ISD::SETCCCARRY, dl, N->getValueType(0), LHSHi, RHSHi, in ExpandIntOp_SETCCCARRY()
DDAGCombiner.cpp1678 case ISD::SETCCCARRY: return visitSETCCCARRY(N); in visit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp675 setOperationAction(ISD::SETCCCARRY, VT, Expand); in initActions()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp789 setOperationAction(ISD::SETCCCARRY, VT, Expand); in initActions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp1312 setOperationAction(ISD::SETCCCARRY, MVT::i32, Custom); in ARMTargetLowering()
9333 case ISD::SETCCCARRY: return LowerSETCCCARRY(Op, DAG); in LowerOperation()
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp1365 setOperationAction(ISD::SETCCCARRY, MVT::i32, Custom); in ARMTargetLowering()
9764 case ISD::SETCCCARRY: return LowerSETCCCARRY(Op, DAG); in LowerOperation()
/external/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()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp1923 setOperationAction(ISD::SETCCCARRY, VT, Custom); in X86TargetLowering()
29780 case ISD::SETCCCARRY: return LowerSETCCCARRY(Op, DAG); in LowerOperation()