Home
last modified time | relevance | path

Searched refs:combineCarryThroughADD (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp3538 static SDValue combineCarryThroughADD(SDValue CCR) { in combineCarryThroughADD() function
3567 if (SDValue Flags = combineCarryThroughADD(CCR)) in combineSetCCCCR()
3605 if (SDValue Flags = combineCarryThroughADD(N->getOperand(2))) { in combineSUBX()
3618 if (SDValue Flags = combineCarryThroughADD(N->getOperand(2))) { in combineADDX()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46758 static SDValue combineCarryThroughADD(SDValue EFLAGS, SelectionDAG &DAG) { in combineCarryThroughADD() function
47220 if (SDValue Flags = combineCarryThroughADD(EFLAGS, DAG)) in combineSetCCEFLAGS()
55343 if (SDValue Flags = combineCarryThroughADD(BorrowIn, DAG)) { in combineSBB()
55402 if (SDValue Flags = combineCarryThroughADD(CarryIn, DAG)) { in combineADC()