Home
last modified time | relevance | path

Searched refs:getTypeConversion (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1006 TargetLoweringBase::getTypeConversion(LLVMContext &Context, EVT VT) const { in getTypeConversion() function in TargetLoweringBase
1035 LegalizeKind NextStep = getTypeConversion(Context, NVT); in getTypeConversion()
1068 LegalizeKind LK = getTypeConversion(Context, EltVT); in getTypeConversion()
1632 LK = getTypeConversion(Context, PartVT); in getVectorTypeBreakdown()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1075 LegalizeKind getTypeConversion(LLVMContext &Context, EVT VT) const;
1082 return getTypeConversion(Context, VT).first; in getTypeAction()
1095 return getTypeConversion(Context, VT).second; in getTypeToTransformTo()
H A DBasicTTIImpl.h857 TargetLoweringBase::LegalizeKind LK = getTLI()->getTypeConversion(C, MTy); in getTypeLegalizationCost()