Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1951 TLI.getTypeToExpandTo(*DAG.getContext(), NVT)); in ExpandIntRes_ADDSUB()
1974 TLI.getTypeToExpandTo(*DAG.getContext(), NVT)); in ExpandIntRes_ADDSUB()
1993 TLI.getTypeToExpandTo(*DAG.getContext(), NVT)); in ExpandIntRes_ADDSUB()
2120 TLI.getTypeToExpandTo(*DAG.getContext(), LHS.getValueType())); in ExpandIntRes_UADDSUBO()
3317 EVT ExpandVT = TLI.getTypeToExpandTo(*DAG.getContext(), HiVT); in IntegerExpandSetCCOperands()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h704 EVT getTypeToExpandTo(LLVMContext &Context, EVT VT) const { in getTypeToExpandTo() function