Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1279 Opcode, Ty, OpTy, TTI::getCastContextHint(I), CostKind, I); in getInstructionCost()
H A DTargetTransformInfo.h1352 static CastContextHint getCastContextHint(const Instruction *I);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp944 TargetTransformInfo::getCastContextHint(const Instruction *I) { in getCastContextHint() function in TargetTransformInfo
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2712 getCastContextHint(const TreeEntry &TE) const;
8971 TTI::getCastContextHint(Ext), CostKind, Ext); in adjustExtracts()
9208 TTI::CastContextHint BoUpSLP::getCastContextHint(const TreeEntry &TE) const { in getCastContextHint() function in BoUpSLP
9327 return getCastContextHint(*OpTE); in getEntryCost()
9455 TTI::getCastContextHint(Ext), CostKind, Ext); in getEntryCost()
9619 TTI::getCastContextHint(VI), CostKind, VI); in getEntryCost()
10758 TTI::CastContextHint CCH = getCastContextHint(E); in getTreeCost()
10765 CCH = getCastContextHint(*OpTE); in getTreeCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2301 TTI::getCastContextHint(CI), in chainToBasePointerCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16503 TargetTransformInfo::getCastContextHint(I), in optimizeExtendOrTruncateConversion()