Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowLevelTypeUtils.cpp54 EVT llvm::getApproximateEVTForLLT(LLT Ty, const DataLayout &DL, in getApproximateEVTForLLT() function in llvm
57 EVT EltVT = getApproximateEVTForLLT(Ty.getElementType(), DL, Ctx); in getApproximateEVTForLLT()
H A DTargetLoweringBase.cpp1823 EVT VT = getApproximateEVTForLLT(Ty, DL, Context); in allowsMemoryAccess()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLowLevelTypeUtils.h34 EVT getApproximateEVTForLLT(LLT Ty, const DataLayout &DL, LLVMContext &Ctx);
H A DTargetLowering.h2854 return isTruncateFree(getApproximateEVTForLLT(FromTy, DL, Ctx), in isTruncateFree()
2855 getApproximateEVTForLLT(ToTy, DL, Ctx)); in isTruncateFree()
2940 return isZExtFree(getApproximateEVTForLLT(FromTy, DL, Ctx), in isZExtFree()
2941 getApproximateEVTForLLT(ToTy, DL, Ctx)); in isZExtFree()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp317 getApproximateEVTForLLT(StoreTy, DL, MF->getFunction().getContext()); in mergeStores()
H A DCombinerHelper.cpp5145 if (TLI.isIntDivCheap(getApproximateEVTForLLT(DstTy, DL, Ctx), Attr)) in matchUDivByConst()
5190 if (TLI.isIntDivCheap(getApproximateEVTForLLT(DstTy, DL, Ctx), Attr)) in matchSDivByConst()