Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLocalizer.cpp88 if (!TL.shouldLocalize(MI, TTI)) in localizeInterBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1325 bool shouldLocalize(const MachineInstr &MI,
H A DAArch64ISelLowering.cpp27005 bool AArch64TargetLowering::shouldLocalize( in shouldLocalize() function in AArch64TargetLowering
27081 return TargetLoweringBase::shouldLocalize(MI, TTI); in shouldLocalize()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2303 bool TargetLoweringBase::shouldLocalize(const MachineInstr &MI, in shouldLocalize() function in TargetLoweringBase
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3468 virtual bool shouldLocalize(const MachineInstr &MI, const TargetTransformInfo *TTI) const;