Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3391 TLI.getTypeToExpandTo(*DAG.getContext(), NVT)); in ExpandIntRes_ADDSUB()
3418 TLI.getTypeToExpandTo(*DAG.getContext(), NVT)); in ExpandIntRes_ADDSUB()
3437 TLI.getTypeToExpandTo(*DAG.getContext(), NVT)); in ExpandIntRes_ADDSUB()
3591 CarryOp, TLI.getTypeToExpandTo(*DAG.getContext(), LHS.getValueType())); in ExpandIntRes_UADDSUBO()
3804 ISD::USUBO_CARRY, TLI.getTypeToExpandTo(*DAG.getContext(), NVT)); in ExpandIntRes_ABS()
4493 CarryOp, TLI.getTypeToExpandTo(*DAG.getContext(), LHS.getValueType())); in ExpandIntRes_SADDSUBO()
5419 EVT ExpandVT = TLI.getTypeToExpandTo(*DAG.getContext(), HiVT); in IntegerExpandSetCCOperands()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1148 EVT getTypeToExpandTo(LLVMContext &Context, EVT VT) const { in getTypeToExpandTo() function