Searched refs:isFPExtFoldable (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 202 bool isFPExtFoldable(unsigned Opcode, EVT DestVT, EVT SrcVT) const override;
|
| H A D | SIISelLowering.cpp | 725 bool SITargetLowering::isFPExtFoldable(unsigned Opcode, in isFPExtFoldable() function in SITargetLowering
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 10514 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 D | TargetLowering.h | 2350 virtual bool isFPExtFoldable(unsigned Opcode, EVT DestVT, EVT SrcVT) const { in isFPExtFoldable() function
|