Home
last modified time | relevance | path

Searched refs:isFMADLegal (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIISelLowering.h379 bool isFMADLegal(const SelectionDAG &DAG, const SDNode *N) const override;
DSIISelLowering.cpp4429 bool SITargetLowering::isFMADLegal(const SelectionDAG &DAG, in isFMADLegal() function in SITargetLowering
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h2698 virtual bool isFMADLegal(const SelectionDAG &DAG, const SDNode *N) const { in isFMADLegal() function
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12523 bool HasFMAD = (LegalOperations && TLI.isFMADLegal(DAG, N)); in visitFADDForFMACombine()
12732 bool HasFMAD = (LegalOperations && TLI.isFMADLegal(DAG, N)); in visitFSUBForFMACombine()
13053 (LegalOperations && TLI.isFMADLegal(DAG, N)); in visitFMULForFMADistributiveCombine()