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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2608 EVT CarryVT = N->getValueType(1); local
2614 DAG.getUNDEF(CarryVT));
2623 return CombineTo(N, N0, DAG.getConstant(0, DL, CarryVT));
2629 DAG.getConstant(0, DL, CarryVT));
2714 EVT CarryVT = CarryIn.getValueType(); local
2715 SDValue CarryExt = DAG.getBoolExtOrTrunc(CarryIn, DL, VT, CarryVT);
2719 DAG.getConstant(0, DL, CarryVT));
3352 EVT CarryVT = N->getValueType(1); local
3358 DAG.getUNDEF(CarryVT));
3363 DAG.getConstant(0, DL, CarryVT));
4301 EVT CarryVT = N->getValueType(1); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21948 EVT CarryVT = Carry.getValueType();
21949 APInt NegOne = APInt::getAllOnesValue(CarryVT.getScalarSizeInBits());
21950 Carry = DAG.getNode(X86ISD::ADD, DL, DAG.getVTList(CarryVT, MVT::i32),
21951 Carry, DAG.getConstant(NegOne, DL, CarryVT));
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4492 EVT CarryVT = BoolCarry.getValueType(); local
4497 DAG.getVTList(CarryVT, MVT::i32),
4498 BoolCarry, DAG.getConstant(1, DL, CarryVT));

Completed in 237 milliseconds