Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIISelLowering.h401 bool enableAggressiveFMAFusion(EVT VT) const override;
402 bool enableAggressiveFMAFusion(LLT Ty) const override;
DSIISelLowering.cpp4484 bool SITargetLowering::enableAggressiveFMAFusion(EVT VT) const { in enableAggressiveFMAFusion() function in SITargetLowering
4495 bool SITargetLowering::enableAggressiveFMAFusion(LLT Ty) const { return true; } in enableAggressiveFMAFusion() function in SITargetLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h562 bool enableAggressiveFMAFusion(EVT VT) const override { return true; } in enableAggressiveFMAFusion() function
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h854 bool enableAggressiveFMAFusion(EVT VT) const override;
DAArch64ISelLowering.cpp22717 bool AArch64TargetLowering::enableAggressiveFMAFusion(EVT VT) const { in enableAggressiveFMAFusion() function in AArch64TargetLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelLowering.h837 bool enableAggressiveFMAFusion(EVT VT) const override;
DPPCISelLowering.cpp1799 bool PPCTargetLowering::enableAggressiveFMAFusion(EVT VT) const { in enableAggressiveFMAFusion() function in PPCTargetLowering
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetLowering.h817 virtual bool enableAggressiveFMAFusion(EVT VT) const { return false; } in enableAggressiveFMAFusion() function
822 virtual bool enableAggressiveFMAFusion(LLT Ty) const { return false; } in enableAggressiveFMAFusion() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp5342 Aggressive = TLI.enableAggressiveFMAFusion(DstType); in canCombineFMadOrFMA()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14623 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFADDForFMACombine()
14847 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFSUBForFMACombine()
15163 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFMULForFMADistributiveCombine()