Home
last modified time | relevance | path

Searched defs:enableAggressiveFMAFusion (Results 1 – 5 of 5) sorted by relevance

/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/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/Target/AMDGPU/
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/PowerPC/
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.cpp26965 bool AArch64TargetLowering::enableAggressiveFMAFusion(EVT VT) const { in enableAggressiveFMAFusion() function in AArch64TargetLowering