Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h448 bool enableAggressiveFMAFusion(EVT VT) const override;
449 bool enableAggressiveFMAFusion(LLT Ty) const override;
H A DSIISelLowering.cpp5543 bool SITargetLowering::enableAggressiveFMAFusion(EVT VT) const { in enableAggressiveFMAFusion() function in SITargetLowering
5554 bool SITargetLowering::enableAggressiveFMAFusion(LLT Ty) const { return true; } in enableAggressiveFMAFusion() function in SITargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h583 bool enableAggressiveFMAFusion(EVT VT) const override { return true; } in enableAggressiveFMAFusion() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h839 bool enableAggressiveFMAFusion(EVT VT) const override;
H A DPPCISelLowering.cpp1852 bool PPCTargetLowering::enableAggressiveFMAFusion(EVT VT) const { in enableAggressiveFMAFusion() function in PPCTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h943 bool enableAggressiveFMAFusion(EVT VT) const override;
H A DAArch64ISelLowering.cpp26965 bool AArch64TargetLowering::enableAggressiveFMAFusion(EVT VT) const { in enableAggressiveFMAFusion() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h958 virtual bool enableAggressiveFMAFusion(EVT VT) const { return false; } in enableAggressiveFMAFusion() function
963 virtual bool enableAggressiveFMAFusion(LLT Ty) const { return false; } in enableAggressiveFMAFusion() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5720 Aggressive = TLI.enableAggressiveFMAFusion(DstType); in canCombineFMadOrFMA()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15905 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFADDForFMACombine()
16137 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFSUBForFMACombine()
16462 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFMULForFMADistributiveCombine()