Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLocalizer.cpp87 if (!TL.shouldLocalize(MI, TTI)) in localizeInterBlock()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1186 bool shouldLocalize(const MachineInstr &MI,
H A DAArch64ISelLowering.cpp22757 bool AArch64TargetLowering::shouldLocalize( in shouldLocalize() function in AArch64TargetLowering
22807 return TargetLoweringBase::shouldLocalize(MI, TTI); in shouldLocalize()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2330 bool TargetLoweringBase::shouldLocalize(const MachineInstr &MI, in shouldLocalize() function in TargetLoweringBase
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3208 virtual bool shouldLocalize(const MachineInstr &MI, const TargetTransformInfo *TTI) const;