Home
last modified time | relevance | path

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

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