Searched refs:preferToKeepConstantsAttached (Results 1 – 5 of 5) sorted by relevance
1022 bool preferToKeepConstantsAttached(const Instruction &Inst,1912 virtual bool preferToKeepConstantsAttached(const Instruction &Inst,2479 bool preferToKeepConstantsAttached(const Instruction &Inst, in preferToKeepConstantsAttached() function2481 return Impl.preferToKeepConstantsAttached(Inst, Fn); in preferToKeepConstantsAttached()
439 bool preferToKeepConstantsAttached(const Instruction &Inst, in preferToKeepConstantsAttached() function
694 bool TargetTransformInfo::preferToKeepConstantsAttached( in preferToKeepConstantsAttached() function in TargetTransformInfo696 return TTIImpl->preferToKeepConstantsAttached(Inst, Fn); in preferToKeepConstantsAttached()
526 if (!TTI->preferToKeepConstantsAttached(Inst, Fn)) in collectConstantCandidates()
548 bool preferToKeepConstantsAttached(const Instruction &Inst, in preferToKeepConstantsAttached() function