Searched refs:SETCC_CARRY (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.h | 57 SETCC_CARRY, // R = carry_bit ? ~0 : 0 enumerator
|
H A D | M68kISelLowering.cpp | 2100 SDValue Res = DAG.getNode(M68kISD::SETCC_CARRY, DL, Op.getValueType(), in LowerSELECT() 2110 DAG.getNode(M68kISD::SETCC_CARRY, DL, Op.getValueType(), in LowerSELECT() 2124 Cond.getOperand(0).getOpcode() == M68kISD::SETCC_CARRY && in LowerSELECT() 2131 if (CondOpcode == M68kISD::SETCC || CondOpcode == M68kISD::SETCC_CARRY) { in LowerSELECT() 2227 DAG.getNode(M68kISD::SETCC_CARRY, DL, Op.getValueType(), in LowerSELECT() 2309 Cond.getOperand(0).getOpcode() == M68kISD::SETCC_CARRY && in LowerBRCOND() 2316 if (CondOpcode == M68kISD::SETCC || CondOpcode == M68kISD::SETCC_CARRY) { in LowerBRCOND() 3398 Carry.getOpcode() == M68kISD::SETCC_CARRY) { in combineCarryThroughADD() 3536 case M68kISD::SETCC_CARRY: in getTargetNodeName()
|
H A D | M68kInstrControl.td | 351 // (sub OP, SETCC_CARRY) -> (addx OP, (move 0))
|
H A D | M68kInstrInfo.td | 145 def MxSetCC_C : SDNode<"M68kISD::SETCC_CARRY", MxSDT_SetCC_C>;
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 102 SETCC_CARRY, // R = carry_bit ? ~0 : 0 enumerator
|
H A D | X86ISelDAGToDAG.cpp | 466 assert((Opcode == X86ISD::SBB || Opcode == X86ISD::SETCC_CARRY) && in getSBBZero() 3091 case X86ISD::SETCC_CARRY: CCOpNo = 0; break; in hasNoCarryFlagUses() 5882 case X86ISD::SETCC_CARRY: { in Select()
|
H A D | X86ISelLowering.cpp | 25695 CondOpcode == X86ISD::SETCC_CARRY) { in LowerSELECT() 34441 NODE_NAME_CASE(SETCC_CARRY) in getTargetNodeName() 38142 case X86ISD::SETCC_CARRY: in ComputeNumSignBitsForTargetNode() 46438 case X86ISD::SETCC_CARRY: in checkBoolTestSetCCCombine() 46556 Carry.getOpcode() == X86ISD::SETCC_CARRY) { in combineCarryThroughADD() 47804 if (N00.getOpcode() == X86ISD::SETCC_CARRY) { in combineShiftLeft() 53013 N0.getOpcode() == X86ISD::SETCC_CARRY) { in combineSext() 53170 N0.getOpcode() == X86ISD::SETCC_CARRY) { in combineZext() 54129 case X86ISD::SETCC_CARRY: in needCarryOrOverflowFlag() 54162 case X86ISD::SETCC_CARRY: in onlyZeroFlagUsed() [all …]
|
H A D | X86InstrInfo.td | 154 def X86setcc_c : SDNode<"X86ISD::SETCC_CARRY", SDTX86SetCC_C>;
|