Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowLevelTypeUtils.cpp57 EVT llvm::getApproximateEVTForLLT(LLT Ty, const DataLayout &DL, in getApproximateEVTForLLT() function in llvm
60 EVT EltVT = getApproximateEVTForLLT(Ty.getElementType(), DL, Ctx); in getApproximateEVTForLLT()
H A DTargetLoweringBase.cpp1744 EVT VT = getApproximateEVTForLLT(Ty, DL, Context); in allowsMemoryAccess()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLowLevelTypeUtils.h34 EVT getApproximateEVTForLLT(LLT Ty, const DataLayout &DL, LLVMContext &Ctx);
H A DTargetLowering.h2969 return isTruncateFree(getApproximateEVTForLLT(FromTy, DL, Ctx), in isTruncateFree()
2970 getApproximateEVTForLLT(ToTy, DL, Ctx)); in isTruncateFree()
3055 return isZExtFree(getApproximateEVTForLLT(FromTy, DL, Ctx), in isZExtFree()
3056 getApproximateEVTForLLT(ToTy, DL, Ctx)); in isZExtFree()
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp331 getApproximateEVTForLLT(StoreTy, DL, MF->getFunction().getContext()); in mergeStores()
H A DCombinerHelper.cpp5342 if (TLI.isIntDivCheap(getApproximateEVTForLLT(DstTy, DL, Ctx), Attr)) in matchUDivByConst()
5392 if (TLI.isIntDivCheap(getApproximateEVTForLLT(DstTy, DL, Ctx), Attr)) in matchSDivByConst()