Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.h183 bool isFPExtFoldable(unsigned Opcode, EVT DestVT, EVT SrcVT) const override;
DSIISelLowering.cpp683 bool SITargetLowering::isFPExtFoldable(unsigned Opcode, in isFPExtFoldable() function in SITargetLowering
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10185 TLI.isFPExtFoldable(PreferredFusedOpcode, VT, N00.getValueType())) { in visitFADDForFMACombine()
10199 TLI.isFPExtFoldable(PreferredFusedOpcode, VT, N10.getValueType())) { in visitFADDForFMACombine()
10253 TLI.isFPExtFoldable(PreferredFusedOpcode, VT, N020.getValueType())) { in visitFADDForFMACombine()
10282 TLI.isFPExtFoldable(PreferredFusedOpcode, VT, N00.getValueType())) { in visitFADDForFMACombine()
10297 TLI.isFPExtFoldable(PreferredFusedOpcode, VT, N120.getValueType())) { in visitFADDForFMACombine()
10315 TLI.isFPExtFoldable(PreferredFusedOpcode, VT, N10.getValueType())) { in visitFADDForFMACombine()
10405 TLI.isFPExtFoldable(PreferredFusedOpcode, VT, N00.getValueType())) { in visitFSUBForFMACombine()
10421 TLI.isFPExtFoldable(PreferredFusedOpcode, VT, N10.getValueType())) { in visitFSUBForFMACombine()
10443 TLI.isFPExtFoldable(PreferredFusedOpcode, VT, N00.getValueType())) { in visitFSUBForFMACombine()
10466 TLI.isFPExtFoldable(PreferredFusedOpcode, VT, N000.getValueType())) { in visitFSUBForFMACombine()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2233 virtual bool isFPExtFoldable(unsigned Opcode, EVT DestVT, EVT SrcVT) const { in isFPExtFoldable() function