Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h51 FMulAdd, ///< Sum of float products with llvm.fmuladd(a * b + sum). enumerator
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3748 Value *FMulAdd = nullptr; buildFMulAdd() local
3878 if (Value *FMulAdd = tryEmitFMulAdd(op, CGF, Builder)) EmitAdd() local
4032 if (Value *FMulAdd = tryEmitFMulAdd(op, CGF, Builder, true)) EmitSub() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1274 Function *FMulAdd = Intrinsic::getDeclaration( createMulAdd() local