Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLocalizer.cpp43 bool Localizer::shouldLocalize(const MachineInstr &MI) { in shouldLocalize() function in Localizer
124 if (!shouldLocalize(MI)) in localizeInterBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLocalizer.h56 bool shouldLocalize(const MachineInstr &MI);
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLocalizer.cpp72 if (!TL.shouldLocalize(MI, TTI)) in localizeInterBlock()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h1008 bool shouldLocalize(const MachineInstr &MI,
DAArch64ISelLowering.cpp16321 bool AArch64TargetLowering::shouldLocalize( in shouldLocalize() function in AArch64TargetLowering
16341 return TargetLoweringBase::shouldLocalize(MI, TTI); in shouldLocalize()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp2265 bool TargetLoweringBase::shouldLocalize(const MachineInstr &MI, in shouldLocalize() function in TargetLoweringBase
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h2829 virtual bool shouldLocalize(const MachineInstr &MI, const TargetTransformInfo *TTI) const;