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

  /external/llvm/lib/Target/R600/
SIISelLowering.h 70 bool isFMAFasterThanFMulAndFAdd(EVT VT) const override;
SIISelLowering.cpp 578 bool SITargetLowering::isFMAFasterThanFMulAndFAdd(EVT VT) const {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 208 bool isFMAFasterThanFMulAndFAdd(EVT VT) const override;
SystemZISelLowering.cpp 318 bool SystemZTargetLowering::isFMAFasterThanFMulAndFAdd(EVT VT) const {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 304 /// isFMAFasterThanFMulAndFAdd - Return true if an FMA operation is faster
308 bool isFMAFasterThanFMulAndFAdd(EVT VT) const override;
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 479 /// isFMAFasterThanFMulAndFAdd - Return true if an FMA operation is faster
488 bool isFMAFasterThanFMulAndFAdd(EVT VT) const override { return false; }
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 497 /// isFMAFasterThanFMulAndFAdd - Return true if an FMA operation is faster
501 bool isFMAFasterThanFMulAndFAdd(EVT VT) const override;
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 706 /// isFMAFasterThanFMulAndFAdd - Return true if an FMA operation is faster
710 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 415 milliseconds