Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h440 bool enableAggressiveFMAFusion(EVT VT) const override;
441 bool enableAggressiveFMAFusion(LLT Ty) const override;
H A DSIISelLowering.cpp5313 bool SITargetLowering::enableAggressiveFMAFusion(EVT VT) const { in enableAggressiveFMAFusion() function in SITargetLowering
5324 bool SITargetLowering::enableAggressiveFMAFusion(LLT Ty) const { return true; } in enableAggressiveFMAFusion() function in SITargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h579 bool enableAggressiveFMAFusion(EVT VT) const override { return true; } in enableAggressiveFMAFusion() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h828 bool enableAggressiveFMAFusion(EVT VT) const override;
H A DPPCISelLowering.cpp1847 bool PPCTargetLowering::enableAggressiveFMAFusion(EVT VT) const { in enableAggressiveFMAFusion() function in PPCTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h916 bool enableAggressiveFMAFusion(EVT VT) const override;
H A DAArch64ISelLowering.cpp25515 bool AArch64TargetLowering::enableAggressiveFMAFusion(EVT VT) const { in enableAggressiveFMAFusion() function in AArch64TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h912 virtual bool enableAggressiveFMAFusion(EVT VT) const { return false; } in enableAggressiveFMAFusion() function
917 virtual bool enableAggressiveFMAFusion(LLT Ty) const { return false; } in enableAggressiveFMAFusion() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5437 Aggressive = TLI.enableAggressiveFMAFusion(DstType); in canCombineFMadOrFMA()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15605 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFADDForFMACombine()
15835 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFSUBForFMACombine()
16160 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFMULForFMADistributiveCombine()