Home
last modified time | relevance | path

Searched defs:hasFMA (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h126 bool hasFMA() const { return FMA; } in hasFMA() function
H A DGCNSubtarget.h374 bool hasFMA() const { in hasFMA() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h655 bool hasFMA() const { return HasFMA; } in hasFMA() function