Searched refs:isFMAFasterThanFMulAndFAdd (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h541 bool isFMAFasterThanFMulAndFAdd(const MachineFunction &MF,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h450 bool isFMAFasterThanFMulAndFAdd(const MachineFunction &MF,
452 bool isFMAFasterThanFMulAndFAdd(const Function &F, Type *Ty) const override;
H A DAArch64ISelLowering.cpp8877 return !(isFMAFasterThanFMulAndFAdd(*F, Ty) &&
9535 bool AArch64TargetLowering::isFMAFasterThanFMulAndFAdd( function in class:AArch64TargetLowering
9553 bool AArch64TargetLowering::isFMAFasterThanFMulAndFAdd(const Function &F, function in class:AArch64TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h352 bool isFMAFasterThanFMulAndFAdd(const MachineFunction &MF,
H A DSIISelLowering.cpp3885 // isFMAFasterThanFMulAndFAdd), we should perform these.
3922 bool SITargetLowering::isFMAFasterThanFMulAndFAdd(const MachineFunction &MF, function in class:SITargetLowering
9451 isFMAFasterThanFMulAndFAdd(DAG.getMachineFunction(), VT)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h140 bool isFMAFasterThanFMulAndFAdd(const MachineFunction &,
H A DHexagonISelLowering.cpp1908 bool HexagonTargetLowering::isFMAFasterThanFMulAndFAdd( function in class:HexagonTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h425 bool isFMAFasterThanFMulAndFAdd(const MachineFunction &MF,
H A DSystemZISelLowering.cpp676 bool SystemZTargetLowering::isFMAFasterThanFMulAndFAdd( function in class:SystemZTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h744 bool isFMAFasterThanFMulAndFAdd(const MachineFunction &MF,
H A DARMISelLowering.cpp15069 /// isFMAFasterThanFMulAndFAdd - Return true if an FMA operation is faster
15081 bool ARMTargetLowering::isFMAFasterThanFMulAndFAdd(const MachineFunction &MF, function in class:ARMTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h918 /// isFMAFasterThanFMulAndFAdd - Return true if an FMA operation is faster
922 bool isFMAFasterThanFMulAndFAdd(const MachineFunction &MF,
H A DPPCISelLowering.cpp15307 bool PPCTargetLowering::isFMAFasterThanFMulAndFAdd(const MachineFunction &MF, function in class:PPCTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2518 virtual bool isFMAFasterThanFMulAndFAdd(const MachineFunction &MF, function
2524 virtual bool isFMAFasterThanFMulAndFAdd(const Function &F, Type *) const { function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1085 bool isFMAFasterThanFMulAndFAdd(const MachineFunction &MF,
H A DX86ISelLowering.cpp[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1422 TLI.isFMAFasterThanFMulAndFAdd(*MF,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11533 TLI.isFMAFasterThanFMulAndFAdd(DAG.getMachineFunction(), VT) &&
11750 TLI.isFMAFasterThanFMulAndFAdd(DAG.getMachineFunction(), VT) &&
12059 TLI.isFMAFasterThanFMulAndFAdd(DAG.getMachineFunction(), VT) &&
H A DSelectionDAGBuilder.cpp6264 TLI.isFMAFasterThanFMulAndFAdd(DAG.getMachineFunction(), VT)) {

Completed in 588 milliseconds