Searched refs:preferToKeepConstantsAttached (Results 1 – 5 of 5) sorted by relevance
1052 bool preferToKeepConstantsAttached(const Instruction &Inst,1980 virtual bool preferToKeepConstantsAttached(const Instruction &Inst,2570 bool preferToKeepConstantsAttached(const Instruction &Inst, in preferToKeepConstantsAttached() function2572 return Impl.preferToKeepConstantsAttached(Inst, Fn); in preferToKeepConstantsAttached()
459 bool preferToKeepConstantsAttached(const Instruction &Inst, in preferToKeepConstantsAttached() function
720 bool TargetTransformInfo::preferToKeepConstantsAttached( in preferToKeepConstantsAttached() function in TargetTransformInfo722 return TTIImpl->preferToKeepConstantsAttached(Inst, Fn); in preferToKeepConstantsAttached()
531 if (!TTI->preferToKeepConstantsAttached(Inst, Fn)) in collectConstantCandidates()
561 bool preferToKeepConstantsAttached(const Instruction &Inst, in preferToKeepConstantsAttached() function