Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h52 FMulAdd, ///< Fused multiply-add of floats (a * b + c). global() enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4034 Value *FMulAdd = nullptr; in buildFMulAdd() local
4166 if (Value *FMulAdd = tryEmitFMulAdd(op, CGF, Builder)) in EmitAdd() local
4322 if (Value *FMulAdd = tryEmitFMulAdd(op, CGF, Builder, true)) in EmitSub() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1293 Function *FMulAdd = Intrinsic::getDeclaration( in createMulAdd() local