Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3208 TLI.getTypeToExpandTo(*DAG.getContext(), NVT)); in ExpandIntRes_ADDSUB()
3235 TLI.getTypeToExpandTo(*DAG.getContext(), NVT)); in ExpandIntRes_ADDSUB()
3254 TLI.getTypeToExpandTo(*DAG.getContext(), NVT)); in ExpandIntRes_ADDSUB()
3408 CarryOp, TLI.getTypeToExpandTo(*DAG.getContext(), LHS.getValueType())); in ExpandIntRes_UADDSUBO()
3621 ISD::USUBO_CARRY, TLI.getTypeToExpandTo(*DAG.getContext(), NVT)); in ExpandIntRes_ABS()
4331 CarryOp, TLI.getTypeToExpandTo(*DAG.getContext(), LHS.getValueType())); in ExpandIntRes_SADDSUBO()
5252 EVT ExpandVT = TLI.getTypeToExpandTo(*DAG.getContext(), HiVT); in IntegerExpandSetCCOperands()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1102 EVT getTypeToExpandTo(LLVMContext &Context, EVT VT) const { in getTypeToExpandTo() function