Searched refs:SETCCCARRY (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 512 SETCCCARRY, enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 659 SETCCCARRY, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 274 case ISD::SETCCCARRY: return "setcccarry"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 3767 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()
|
D | DAGCombiner.cpp | 1558 case ISD::SETCCCARRY: return visitSETCCCARRY(N); in visit()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 278 case ISD::SETCCCARRY: return "setcccarry"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 4148 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()
|
D | DAGCombiner.cpp | 1678 case ISD::SETCCCARRY: return visitSETCCCARRY(N); in visit()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 675 setOperationAction(ISD::SETCCCARRY, VT, Expand); in initActions()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 789 setOperationAction(ISD::SETCCCARRY, VT, Expand); in initActions()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 1312 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/ |
D | ARMISelLowering.cpp | 1365 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/ |
D | X86ISelLowering.cpp | 1937 setOperationAction(ISD::SETCCCARRY, VT, Custom); in X86TargetLowering() 28595 case ISD::SETCCCARRY: return LowerSETCCCARRY(Op, DAG); in LowerOperation()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 1923 setOperationAction(ISD::SETCCCARRY, VT, Custom); in X86TargetLowering() 29780 case ISD::SETCCCARRY: return LowerSETCCCARRY(Op, DAG); in LowerOperation()
|