Searched refs:Fused (Results 1 – 25 of 56) sorted by relevance
123
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrFMA.td | 10 // This file describes FMA (Fused Multiply-Add) instructions. 15 // FMA3 - Intel 3 operand Fused Multiply-Add instructions 45 // Fused Multiply-Add 55 // Fused Negative Multiply-Add
|
/external/tensorflow/tensorflow/contrib/remote_fused_graph/ |
D | README.md | 1 # Remote Fused Graph
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrHFP.td | 192 // Fused multiply-add. 198 // Fused multiply-subtract. 212 // Fused multiply-add (unnormalized).
|
D | SystemZInstrFP.td | 473 // Fused multiply-add. 480 // Fused multiply-subtract.
|
D | SystemZOperators.td | 663 // Fused multiply-subtract, using the natural operand order. 667 // Fused multiply-add and multiply-subtract, but with the order of the
|
D | SystemZInstrInfo.td | 101 // Fused compare-and-branch instructions. 208 // Fused compare-and-trap instructions. 292 // Fused compare and conditional sibling calls. 312 // Fused compare and conditional returns.
|
/external/virglrenderer/docs/ |
D | GL-status.txt | 22 - Fused multiply-add
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFMA.td | 10 // This file describes FMA (Fused Multiply-Add) instructions. 15 // FMA3 - Intel 3 operand Fused Multiply-Add instructions 91 // Fused Multiply-Add 118 // Fused Negative Multiply-Add 263 // FMA4 - AMD 4 operand Fused Multiply-Add instructions
|
D | X86Schedule.td | 72 defm WriteFMA : X86SchedWritePair; // Fused Multiply Add.
|
D | X86.td | 147 "Enable AVX-512 Integer Fused Multiple-Add",
|
/external/llvm/lib/Target/ARM/ |
D | ARMScheduleV6.td | 246 // Single-precision Fused FP MAC 249 // Double-precision Fused FP MAC
|
D | ARMScheduleA8.td | 330 // Single-precision Fused FP MAC 334 // Double-precision Fused FP MAC 878 // Double-register Fused FP Multiple-Accumulate 882 // Quad-register Fused FP Multiple-Accumulate
|
D | ARMScheduleA9.td | 616 // Single-precision Fused FP MAC 624 // Double-precision Fused FP MAC 1729 // Double-register Fused FP Multiple-Accumulate 1738 // Quad-register Fused FP Multiple-Accumulate
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMScheduleV6.td | 246 // Single-precision Fused FP MAC 249 // Double-precision Fused FP MAC
|
D | ARMScheduleA8.td | 330 // Single-precision Fused FP MAC 334 // Double-precision Fused FP MAC 878 // Double-register Fused FP Multiple-Accumulate 882 // Quad-register Fused FP Multiple-Accumulate
|
D | ARMScheduleA9.td | 616 // Single-precision Fused FP MAC 624 // Double-precision Fused FP MAC 1729 // Double-register Fused FP Multiple-Accumulate 1738 // Quad-register Fused FP Multiple-Accumulate
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTX.td | 28 "Disable Fused-Multiply Add">;
|
/external/tensorflow/tensorflow/contrib/fused_conv/ |
D | BUILD | 2 # A Fused Conv Bias Activation operator wrapper.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrFMA.td | 10 // This file describes FMA (Fused Multiply-Add) instructions. 15 // FMA3 - Intel 3 operand Fused Multiply-Add instructions 123 // Fused Multiply-Add 154 // Fused Negative Multiply-Add 385 // FMA4 - AMD 4 operand Fused Multiply-Add instructions
|
D | X86Schedule.td | 238 defm WriteFMA : X86SchedWritePair; // Fused Multiply Add. 239 defm WriteFMAX : X86SchedWritePair; // Fused Multiply Add (XMM). 240 defm WriteFMAY : X86SchedWritePair; // Fused Multiply Add (YMM). 241 defm WriteFMAZ : X86SchedWritePair; // Fused Multiply Add (ZMM).
|
D | X86SchedBroadwell.td | 260 defm : BWWriteResPair<WriteFMA, [BWPort01], 5, [1], 1, 5>; // Fused Multiply Add. 261 defm : BWWriteResPair<WriteFMAX, [BWPort01], 5, [1], 1, 5>; // Fused Multiply Add (XMM). 262 defm : BWWriteResPair<WriteFMAY, [BWPort01], 5, [1], 1, 6>; // Fused Multiply Add (YMM/ZMM).
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 415 // Fused multiply-add. 422 // Fused multiply-subtract.
|
D | SystemZOperators.td | 562 // Fused multiply-subtract, using the natural operand order. 566 // Fused multiply-add and multiply-subtract, but with the order of the
|
/external/llvm/docs/ |
D | CompileCudaWithLLVM.rst | 173 Fused multiply-add instructions can be much faster than the unfused
|
/external/mesa3d/docs/ |
D | features.txt | 119 - Fused multiply-add DONE ()
|
123