Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h202 bool isFPExtFoldable(unsigned Opcode, EVT DestVT, EVT SrcVT) const override;
H A DSIISelLowering.cpp725 bool SITargetLowering::isFPExtFoldable(unsigned Opcode, in isFPExtFoldable() function in SITargetLowering
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10514 TLI.isFPExtFoldable(PreferredFusedOpcode, VT, N00.getValueType())) { in visitFADDForFMACombine()
10528 TLI.isFPExtFoldable(PreferredFusedOpcode, VT, N10.getValueType())) { in visitFADDForFMACombine()
10582 TLI.isFPExtFoldable(PreferredFusedOpcode, VT, N020.getValueType())) { in visitFADDForFMACombine()
10611 TLI.isFPExtFoldable(PreferredFusedOpcode, VT, N00.getValueType())) { in visitFADDForFMACombine()
10644 TLI.isFPExtFoldable(PreferredFusedOpcode, VT, N10.getValueType())) { in visitFADDForFMACombine()
10734 TLI.isFPExtFoldable(PreferredFusedOpcode, VT, N00.getValueType())) { in visitFSUBForFMACombine()
10750 TLI.isFPExtFoldable(PreferredFusedOpcode, VT, N10.getValueType())) { in visitFSUBForFMACombine()
10772 TLI.isFPExtFoldable(PreferredFusedOpcode, VT, N00.getValueType())) { in visitFSUBForFMACombine()
10795 TLI.isFPExtFoldable(PreferredFusedOpcode, VT, N000.getValueType())) { in visitFSUBForFMACombine()
10871 TLI.isFPExtFoldable(PreferredFusedOpcode, VT, N00.getValueType())) { in visitFSUBForFMACombine()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2350 virtual bool isFPExtFoldable(unsigned Opcode, EVT DestVT, EVT SrcVT) const { in isFPExtFoldable() function