Home
last modified time | relevance | path

Searched defs:FAdd (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DIVDescriptors.h46 FAdd, ///< Sum of floats. enumerator
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml190 | FAdd Constructor
296 | FAdd Constructor
H A Dllvm.mli214 | FAdd Constructor
329 | FAdd Constructor
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1033 auto *FAdd = IC.Builder.CreateFAddFMF(Zero, Op2, &II); in instCombineIntrinsic() local
H A DAMDGPUTargetTransformInfo.cpp576 if (const auto *FAdd = dyn_cast<BinaryOperator>(*CxtI->user_begin())) { in getArithmeticInstrCost() local
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2580 Value *FAdd = Builder.CreateFAddFMF(X, Op1, &I); in visitFSub() local
2690 Value *FAdd = Builder.CreateFAddFMF(Y, Op1, &I); in visitFSub() local
H A DInstCombineCalls.cpp1938 auto *FAdd = BinaryOperator::CreateFAdd(V, II->getArgOperand(2)); in visitCallInst() local
1969 auto *FAdd = BinaryOperator::CreateFAdd(V, II->getArgOperand(2)); in visitCallInst() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp841 auto *FAdd = in sinkTranspose() local
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16853 SDValue FAdd = in PerformFAddVSelectCombine() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15142 SDValue FAdd = N0.getOpcode() == ISD::FADD ? N0 : N1; in visitFMULForFMADistributiveCombine() local