Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h45 FAdd, ///< Sum of floats. enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1126 auto *FAdd = IC.Builder.CreateFAddFMF(Zero, Op2, &II); instCombineIntrinsic() local
H A DAMDGPUTargetTransformInfo.cpp590 if (const auto *FAdd = dyn_cast<BinaryOperator>(*CxtI->user_begin())) { getArithmeticInstrCost() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2855 Value *FAdd = Builder.CreateFAddFMF(X, Op1, &I); visitFSub() local
2965 Value *FAdd = Builder.CreateFAddFMF(Y, Op1, &I); visitFSub() local
[all...]
H A DInstCombineCalls.cpp2370 auto *FAdd = BinaryOperator::CreateFAdd(V, II->getArgOperand(2)); visitCallInst() local
2401 auto *FAdd = BinaryOperator::CreateFAdd(V, II->getArgOperand(2)); visitCallInst() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16968 SDValue FAdd = PerformFAddVSelectCombine() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16139 SDValue FAdd = N0.getOpcode() == ISD::FADD ? N0 : N1; visitFMULForFMADistributiveCombine() local
[all...]