Searched refs:SETCC_CARRY (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.h | 95 SETCC_CARRY, // R = carry_bit ? ~0 : 0 enumerator
|
D | X86ISelLowering.cpp | 8660 DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(), in LowerSELECT() 8675 Cond.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY) { in LowerSELECT() 8684 Cond.getOpcode() == X86ISD::SETCC_CARRY) { in LowerSELECT() 8734 SDValue Res = DAG.getNode(X86ISD::SETCC_CARRY, DL, Op.getValueType(), in LowerSELECT() 8799 Cond.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY) { in LowerBRCOND() 8808 Cond.getOpcode() == X86ISD::SETCC_CARRY) { in LowerBRCOND() 10643 case X86ISD::SETCC_CARRY: return "X86ISD::SETCC_CARRY"; in getTargetNodeName() 12366 if (Op.getOpcode() == X86ISD::SETCC_CARRY) in ComputeNumSignBitsForTargetNode() 13076 if (N00.getOpcode() == X86ISD::SETCC_CARRY || in PerformSHLCombine() 13079 N00.getOperand(0).getOpcode() == X86ISD::SETCC_CARRY)) { in PerformSHLCombine() [all …]
|
D | X86InstrCompiler.td | 253 // (sub OP, SETCC_CARRY) -> (adc OP, 0)
|
D | X86InstrInfo.td | 133 def X86setcc_c : SDNode<"X86ISD::SETCC_CARRY", SDTX86SetCC_C>;
|
D | X86GenDAGISel.inc | 29237 /*60153*/ OPC_CheckOpcode, TARGET_VAL(X86ISD::SETCC_CARRY), 29276 /*60236*/ OPC_CheckOpcode, TARGET_VAL(X86ISD::SETCC_CARRY), 29972 /*61770*/ OPC_CheckOpcode, TARGET_VAL(X86ISD::SETCC_CARRY), 30033 /*61908*/ OPC_CheckOpcode, TARGET_VAL(X86ISD::SETCC_CARRY), 31647 /*65348*/ OPC_CheckOpcode, TARGET_VAL(X86ISD::SETCC_CARRY), 34373 /*SwitchOpcode*/ 68, TARGET_VAL(X86ISD::SETCC_CARRY),// ->71753 35006 /*72764*/ OPC_CheckOpcode, TARGET_VAL(X86ISD::SETCC_CARRY), 35899 /*SwitchOpcode*/ 60, TARGET_VAL(X86ISD::SETCC_CARRY),// ->74519
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 102 SETCC_CARRY, // R = carry_bit ? ~0 : 0 enumerator
|
D | X86ISelLowering.cpp | 15853 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 …]
|
D | X86InstrCompiler.td | 370 // (sub OP, SETCC_CARRY) -> (adc OP, 0)
|
D | X86InstrInfo.td | 143 def X86setcc_c : SDNode<"X86ISD::SETCC_CARRY", SDTX86SetCC_C>;
|