Home
last modified time | relevance | path

Searched refs:preferToKeepConstantsAttached (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1022 bool preferToKeepConstantsAttached(const Instruction &Inst,
1912 virtual bool preferToKeepConstantsAttached(const Instruction &Inst,
2479 bool preferToKeepConstantsAttached(const Instruction &Inst, in preferToKeepConstantsAttached() function
2481 return Impl.preferToKeepConstantsAttached(Inst, Fn); in preferToKeepConstantsAttached()
H A DTargetTransformInfoImpl.h439 bool preferToKeepConstantsAttached(const Instruction &Inst, in preferToKeepConstantsAttached() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp694 bool TargetTransformInfo::preferToKeepConstantsAttached( in preferToKeepConstantsAttached() function in TargetTransformInfo
696 return TTIImpl->preferToKeepConstantsAttached(Inst, Fn); in preferToKeepConstantsAttached()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp526 if (!TTI->preferToKeepConstantsAttached(Inst, Fn)) in collectConstantCandidates()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h548 bool preferToKeepConstantsAttached(const Instruction &Inst, in preferToKeepConstantsAttached() function