HomeSort by relevance Sort by last modified time
    Searched refs:isFMAFasterThanFMulAndFAdd (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.h 104 bool isFMAFasterThanFMulAndFAdd(EVT VT) const override;
SIISelLowering.cpp 890 // isFMAFasterThanFMulAndFAdd), we should perform these.
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 513 bool isFMAFasterThanFMulAndFAdd(EVT) const override { return true; }
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 369 bool isFMAFasterThanFMulAndFAdd(EVT VT) const override;
SystemZISelLowering.cpp 465 bool SystemZTargetLowering::isFMAFasterThanFMulAndFAdd(EVT VT) const {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 330 bool isFMAFasterThanFMulAndFAdd(EVT VT) const override;
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 561 /// isFMAFasterThanFMulAndFAdd - Return true if an FMA operation is faster
570 bool isFMAFasterThanFMulAndFAdd(EVT VT) const override { return false; }
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 633 /// isFMAFasterThanFMulAndFAdd - Return true if an FMA operation is faster
637 bool isFMAFasterThanFMulAndFAdd(EVT VT) const override;
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 835 bool isFMAFasterThanFMulAndFAdd(EVT VT) const override;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 333 milliseconds