Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1052 bool preferToKeepConstantsAttached(const Instruction &Inst,
1980 virtual bool preferToKeepConstantsAttached(const Instruction &Inst,
2570 bool preferToKeepConstantsAttached(const Instruction &Inst, in preferToKeepConstantsAttached() function
2572 return Impl.preferToKeepConstantsAttached(Inst, Fn); in preferToKeepConstantsAttached()
H A DTargetTransformInfoImpl.h459 bool preferToKeepConstantsAttached(const Instruction &Inst, in preferToKeepConstantsAttached() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp720 bool TargetTransformInfo::preferToKeepConstantsAttached( in preferToKeepConstantsAttached() function in TargetTransformInfo
722 return TTIImpl->preferToKeepConstantsAttached(Inst, Fn); in preferToKeepConstantsAttached()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp531 if (!TTI->preferToKeepConstantsAttached(Inst, Fn)) in collectConstantCandidates()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h561 bool preferToKeepConstantsAttached(const Instruction &Inst, in preferToKeepConstantsAttached() function