Home
last modified time | relevance | path

Searched defs:FMulAdd (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DIVDescriptors.h51 FMulAdd, ///< Sum of float products with llvm.fmuladd(a * b + sum). enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DIVDescriptors.h51 FMulAdd, ///< Sum of float products with llvm.fmuladd(a * b + sum). enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DIVDescriptors.h51 FMulAdd, ///< Sum of float products with llvm.fmuladd(a * b + sum). enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DIVDescriptors.h51 FMulAdd, ///< Sum of float products with llvm.fmuladd(a * b + sum). enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DIVDescriptors.h50 FMulAdd, ///< Fused multiply-add of floats (a * b + c). enumerator
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp2523 Value *FMulAdd = Builder.CreateCall( in buildFMulAdd() local
2595 if (Value *FMulAdd = tryEmitFMulAdd(op, CGF, Builder)) in EmitAdd() local
2626 if (Value *FMulAdd = tryEmitFMulAdd(op, CGF, Builder, true)) in EmitSub() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp669 Value *FMulAdd = Intrinsic::getDeclaration( in createMulAdd() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1278 Function *FMulAdd = Intrinsic::getDeclaration( in createMulAdd() local
/aosp_15_r20/external/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp1207 TEST(ReactorUnitTests, FMulAdd) in TEST() argument