Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DLowLevelType.cpp54 EVT llvm::getApproximateEVTForLLT(LLT Ty, const DataLayout &DL, in getApproximateEVTForLLT() function in llvm
57 EVT EltVT = getApproximateEVTForLLT(Ty.getElementType(), DL, Ctx); in getApproximateEVTForLLT()
DTargetLoweringBase.cpp1778 EVT VT = getApproximateEVTForLLT(Ty, DL, Context); in allowsMemoryAccess()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DLowLevelType.h34 EVT getApproximateEVTForLLT(LLT Ty, const DataLayout &DL, LLVMContext &Ctx);
DTargetLowering.h2750 return isTruncateFree(getApproximateEVTForLLT(FromTy, DL, Ctx), in isTruncateFree()
2751 getApproximateEVTForLLT(ToTy, DL, Ctx)); in isTruncateFree()
2830 return isZExtFree(getApproximateEVTForLLT(FromTy, DL, Ctx), in isZExtFree()
2831 getApproximateEVTForLLT(ToTy, DL, Ctx)); in isZExtFree()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DLoadStoreOpt.cpp315 getApproximateEVTForLLT(StoreTy, DL, MF->getFunction().getContext()); in mergeStores()
DCombinerHelper.cpp5050 if (TLI.isIntDivCheap(getApproximateEVTForLLT(DstTy, DL, Ctx), Attr)) in matchUDivByConst()
5095 if (TLI.isIntDivCheap(getApproximateEVTForLLT(DstTy, DL, Ctx), Attr)) in matchSDivByConst()