Home
last modified time | relevance | path

Searched refs:SETCC_CARRY (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Target/X86/
DX86ISelLowering.h102 SETCC_CARRY, // R = carry_bit ? ~0 : 0 enumerator
DX86ISelLowering.cpp15853 SDValue Res = DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(), in LowerSELECT()
15864 DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(), in LowerSELECT()
15878 Cond.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY && in LowerSELECT()
15886 CondOpcode == X86ISD::SETCC_CARRY) { in LowerSELECT()
15969 SDValue Res = DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(), in LowerSELECT()
16569 Cond.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY && in LowerBRCOND()
16577 CondOpcode == X86ISD::SETCC_CARRY) { in LowerBRCOND()
22105 case X86ISD::SETCC_CARRY: return "X86ISD::SETCC_CARRY"; in getTargetNodeName()
24648 if (Op.getOpcode() == X86ISD::SETCC_CARRY) in ComputeNumSignBitsForTargetNode()
27071 case X86ISD::SETCC_CARRY: in checkBoolTestSetCCCombine()
[all …]
DX86InstrCompiler.td370 // (sub OP, SETCC_CARRY) -> (adc OP, 0)
DX86InstrInfo.td143 def X86setcc_c : SDNode<"X86ISD::SETCC_CARRY", SDTX86SetCC_C>;
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h97 SETCC_CARRY, // R = carry_bit ? ~0 : 0 enumerator
DX86ISelLowering.cpp23484 Cond.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY && in LowerSELECT()
23492 CondOpcode == X86ISD::SETCC_CARRY) { in LowerSELECT()
23550 DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(), in LowerSELECT()
30770 NODE_NAME_CASE(SETCC_CARRY) in getTargetNodeName()
34325 case X86ISD::SETCC_CARRY: in ComputeNumSignBitsForTargetNode()
41239 case X86ISD::SETCC_CARRY: in checkBoolTestSetCCCombine()
41356 Carry.getOpcode() == X86ISD::SETCC_CARRY) { in combineCarryThroughADD()
42459 if (N00.getOpcode() == X86ISD::SETCC_CARRY) { in combineShiftLeft()
42462 N00.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY) { in combineShiftLeft()
42466 N00.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY) { in combineShiftLeft()
[all …]
DX86ISelDAGToDAG.cpp2955 case X86ISD::SETCC_CARRY: CCOpNo = 0; break; in hasNoCarryFlagUses()
5551 case X86ISD::SETCC_CARRY: { in Select()
DX86InstrInfo.td156 def X86setcc_c : SDNode<"X86ISD::SETCC_CARRY", SDTX86SetCC_C>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h94 SETCC_CARRY, // R = carry_bit ? ~0 : 0 enumerator
DX86ISelLowering.cpp22254 Cond.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY && in LowerSELECT()
22262 CondOpcode == X86ISD::SETCC_CARRY) { in LowerSELECT()
22321 DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(), in LowerSELECT()
22853 Cond.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY && in LowerBRCOND()
22861 CondOpcode == X86ISD::SETCC_CARRY) { in LowerBRCOND()
29625 case X86ISD::SETCC_CARRY: return "X86ISD::SETCC_CARRY"; in getTargetNodeName()
32731 case X86ISD::SETCC_CARRY: in ComputeNumSignBitsForTargetNode()
38497 case X86ISD::SETCC_CARRY: in checkBoolTestSetCCCombine()
38614 Carry.getOpcode() == X86ISD::SETCC_CARRY) { in combineCarryThroughADD()
39369 if (N00.getOpcode() == X86ISD::SETCC_CARRY) { in combineShiftLeft()
[all …]
DX86ISelDAGToDAG.cpp2857 case X86ISD::SETCC_CARRY: CCOpNo = 0; break; in hasNoCarryFlagUses()
DX86InstrInfo.td153 def X86setcc_c : SDNode<"X86ISD::SETCC_CARRY", SDTX86SetCC_C>;