Home
last modified time | relevance | path

Searched refs:enableAggressiveFMAFusion (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h399 bool enableAggressiveFMAFusion(EVT VT) const override;
400 bool enableAggressiveFMAFusion(LLT Ty) const override;
H A DSIISelLowering.cpp4442 bool SITargetLowering::enableAggressiveFMAFusion(EVT VT) const { in enableAggressiveFMAFusion() function in SITargetLowering
4453 bool SITargetLowering::enableAggressiveFMAFusion(LLT Ty) const { return true; } in enableAggressiveFMAFusion() function in SITargetLowering
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h556 bool enableAggressiveFMAFusion(EVT VT) const override { return true; } in enableAggressiveFMAFusion() function
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h830 bool enableAggressiveFMAFusion(EVT VT) const override;
H A DPPCISelLowering.cpp1786 bool PPCTargetLowering::enableAggressiveFMAFusion(EVT VT) const { in enableAggressiveFMAFusion() function in PPCTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h823 bool enableAggressiveFMAFusion(EVT VT) const override;
H A DAArch64ISelLowering.cpp20794 bool AArch64TargetLowering::enableAggressiveFMAFusion(EVT VT) const { in enableAggressiveFMAFusion() function in AArch64TargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h826 virtual bool enableAggressiveFMAFusion(EVT VT) const { return false; } in enableAggressiveFMAFusion() function
831 virtual bool enableAggressiveFMAFusion(LLT Ty) const { return false; } in enableAggressiveFMAFusion() function
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5062 Aggressive = TLI.enableAggressiveFMAFusion(DstType); in canCombineFMadOrFMA()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14005 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFADDForFMACombine()
14218 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFSUBForFMACombine()
14534 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFMULForFMADistributiveCombine()