Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1023 TargetLoweringBase::getTypeConversion(LLVMContext &Context, EVT VT) const { in getTypeConversion() function in TargetLoweringBase
1052 LegalizeKind NextStep = getTypeConversion(Context, NVT); in getTypeConversion()
1085 LegalizeKind LK = getTypeConversion(Context, EltVT); in getTypeConversion()
1651 LK = getTypeConversion(Context, PartVT); in getVectorTypeBreakdown()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp124 TLI->getTypeConversion(EltTy->getContext(), EVT::getEVT(EltTy, false)); in shouldReplace()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1148 LegalizeKind getTypeConversion(LLVMContext &Context, EVT VT) const;
1155 return getTypeConversion(Context, VT).first; in getTypeAction()
1168 return getTypeConversion(Context, VT).second; in getTypeToTransformTo()
H A DBasicTTIImpl.h997 TargetLoweringBase::LegalizeKind LK = getTLI()->getTypeConversion(C, MTy); in getTypeLegalizationCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp683 getTLI()->getTypeConversion(C, SubVecVT); in getIntrinsicInstrCost()
685 getTLI()->getTypeConversion(C, VecVT); in getIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp859 auto LK = TLI.getTypeConversion(*DAG.getContext(), VT); in hasUMin()