Searched refs:enableAggressiveFMAFusion (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h545 bool enableAggressiveFMAFusion(EVT VT) const override { return true; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h711 bool enableAggressiveFMAFusion(EVT VT) const override;
H A DAArch64ISelLowering.cpp14900 bool AArch64TargetLowering::enableAggressiveFMAFusion(EVT VT) const { function in class:AArch64TargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h365 bool enableAggressiveFMAFusion(EVT VT) const override;
H A DSIISelLowering.cpp4234 bool SITargetLowering::enableAggressiveFMAFusion(EVT VT) const { function in class:SITargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h712 bool enableAggressiveFMAFusion(EVT VT) const override;
H A DPPCISelLowering.cpp1593 bool PPCTargetLowering::enableAggressiveFMAFusion(EVT VT) const { function in class:PPCTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h777 virtual bool enableAggressiveFMAFusion(EVT VT) const { function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12009 bool Aggressive = TLI.enableAggressiveFMAFusion(VT);
12223 bool Aggressive = TLI.enableAggressiveFMAFusion(VT);
12549 bool Aggressive = TLI.enableAggressiveFMAFusion(VT);

Completed in 626 milliseconds