Home
last modified time | relevance | path

Searched refs:Carry1 (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2972 SDValue X, SDValue Carry0, SDValue Carry1, in combineADDCARRYDiamond() argument
2974 if (Carry1.getResNo() != 1 || Carry0.getResNo() != 1) in combineADDCARRYDiamond()
2976 if (Carry1.getOpcode() != ISD::UADDO) in combineADDCARRYDiamond()
3014 if (Carry0.getOperand(0) == Carry1.getValue(0)) { in combineADDCARRYDiamond()
3015 return cancelDiamond(Carry1.getOperand(0), Carry1.getOperand(1)); in combineADDCARRYDiamond()
3025 if (Carry1.getOperand(0) == Carry0.getValue(0)) { in combineADDCARRYDiamond()
3026 return cancelDiamond(Carry0.getOperand(0), Carry1.getOperand(1)); in combineADDCARRYDiamond()
3029 if (Carry1.getOperand(1) == Carry0.getValue(0)) { in combineADDCARRYDiamond()
3030 return cancelDiamond(Carry1.getOperand(0), Carry0.getOperand(0)); in combineADDCARRYDiamond()
3064 SDValue Carry1, SDNode *N) { in combineCarryDiamond() argument
[all …]
DLegalizeIntegerTypes.cpp2689 SDValue Carry1 = DAG.getSelect(dl, NVT, Cmp1, in ExpandIntRes_ADDSUB() local
2695 DAG.getConstant(1, dl, NVT), Carry1); in ExpandIntRes_ADDSUB()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp4220 llvm::Value *Carry1; in EmitBuiltinExpr() local
4222 X, Y, Carry1); in EmitBuiltinExpr()
4226 llvm::Value *CarryOut = Builder.CreateZExt(Builder.CreateOr(Carry1, Carry2), in EmitBuiltinExpr()