Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLocalizer.cpp86 if (!TL.shouldLocalize(MI, TTI)) in localizeInterBlock()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1092 bool shouldLocalize(const MachineInstr &MI,
H A DAArch64ISelLowering.cpp17763 bool AArch64TargetLowering::shouldLocalize( in shouldLocalize() function in AArch64TargetLowering
17783 return TargetLoweringBase::shouldLocalize(MI, TTI); in shouldLocalize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2289 bool TargetLoweringBase::shouldLocalize(const MachineInstr &MI, in shouldLocalize() function in TargetLoweringBase
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2876 virtual bool shouldLocalize(const MachineInstr &MI, const TargetTransformInfo *TTI) const;