Searched refs:CarryVT (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2700 EVT CarryVT = N->getValueType(1); local
2706 DAG.getUNDEF(CarryVT));
2715 return CombineTo(N, N0, DAG.getConstant(0, DL, CarryVT));
2721 DAG.getConstant(0, DL, CarryVT));
2806 EVT CarryVT = CarryIn.getValueType(); local
2807 SDValue CarryExt = DAG.getBoolExtOrTrunc(CarryIn, DL, VT, CarryVT);
2811 DAG.getConstant(0, DL, CarryVT));
3444 EVT CarryVT = N->getValueType(1); local
3450 DAG.getUNDEF(CarryVT));
3455 DAG.getConstant(0, DL, CarryVT));
4392 EVT CarryVT = N->getValueType(1); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4738 EVT CarryVT = BoolCarry.getValueType(); local
4743 DAG.getVTList(CarryVT, MVT::i32),
4744 BoolCarry, DAG.getConstant(1, DL, CarryVT));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22849 EVT CarryVT = Carry.getValueType();
22850 Carry = DAG.getNode(X86ISD::ADD, DL, DAG.getVTList(CarryVT, MVT::i32),
22851 Carry, DAG.getAllOnesConstant(DL, CarryVT));
[all...]

Completed in 382 milliseconds