Searched defs:FMulAdd (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | IVDescriptors.h | 51 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/ |
D | IVDescriptors.h | 51 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/ |
D | IVDescriptors.h | 51 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/ |
D | IVDescriptors.h | 51 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 D | IVDescriptors.h | 50 FMulAdd, ///< Fused multiply-add of floats (a * b + c). enumerator
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 2523 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 D | LowerMatrixIntrinsics.cpp | 669 Value *FMulAdd = Intrinsic::getDeclaration( in createMulAdd() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 1278 Function *FMulAdd = Intrinsic::getDeclaration( in createMulAdd() local
|
/aosp_15_r20/external/swiftshader/tests/ReactorUnitTests/ |
H A D | ReactorUnitTests.cpp | 1207 TEST(ReactorUnitTests, FMulAdd) in TEST() argument
|