Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLocalizer.cpp87 if (!TL.shouldLocalize(MI, TTI)) in localizeInterBlock()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1135 bool shouldLocalize(const MachineInstr &MI,
H A DAArch64ISelLowering.cpp20834 bool AArch64TargetLowering::shouldLocalize( in shouldLocalize() function in AArch64TargetLowering
20854 return TargetLoweringBase::shouldLocalize(MI, TTI); in shouldLocalize()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2315 bool TargetLoweringBase::shouldLocalize(const MachineInstr &MI, in shouldLocalize() function in TargetLoweringBase
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3119 virtual bool shouldLocalize(const MachineInstr &MI, const TargetTransformInfo *TTI) const;