Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h119 bool hasFMA() const { return FMA; } in hasFMA() function
H A DGCNSubtarget.h392 bool hasFMA() const { in hasFMA() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h549 bool hasFMA() const { in hasFMA() function
1309 bool hasFMA() const { return FMA; } in hasFMA() function
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86Subtarget.h407 bool hasFMA() const { return HasFMA && !HasFMA4; } in hasFMA() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86Subtarget.h611 bool hasFMA() const { return HasFMA; } in hasFMA() function