Searched refs:isFMADLegal (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | SIISelLowering.h | 459 bool isFMADLegal(const SelectionDAG &DAG, const SDNode *N) const override; 460 bool isFMADLegal(const MachineInstr &MI, const LLT Ty) const override;
|
| HD | SIISelLowering.cpp | 5637 bool SITargetLowering::isFMADLegal(const MachineInstr &MI, LLT Ty) const { in isFMADLegal() function in SITargetLowering 5650 bool SITargetLowering::isFMADLegal(const SelectionDAG &DAG, in isFMADLegal() function in SITargetLowering
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | TargetLowering.h | 3254 virtual bool isFMADLegal(const MachineInstr &MI, LLT Ty) const { in isFMADLegal() function 3276 virtual bool isFMADLegal(const SelectionDAG &DAG, const SDNode *N) const { in isFMADLegal() function
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| HD | CombinerHelper.cpp | 5706 HasFMAD = (!isPreLegalize() && TLI.isFMADLegal(MI, DstType)); in canCombineFMadOrFMA()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | DAGCombiner.cpp | 15876 bool HasFMAD = !UseVP && (LegalOperations && TLI.isFMADLegal(DAG, N)); in visitFADDForFMACombine() 16113 bool HasFMAD = !UseVP && (LegalOperations && TLI.isFMADLegal(DAG, N)); in visitFSUBForFMACombine() 16454 (LegalOperations && TLI.isFMADLegal(DAG, N)); in visitFMULForFMADistributiveCombine()
|