Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h46 FAdd, ///< Sum of floats. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp589 if (const auto *FAdd = dyn_cast<BinaryOperator>(*CxtI->user_begin())) { in getArithmeticInstrCost() local
H A DAMDGPUInstCombineIntrinsic.cpp1565 auto *FAdd = IC.Builder.CreateFAddFMF(Zero, Op2, &II); in instCombineIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp3117 Value *FAdd = Builder.CreateFAddFMF(X, Op1, &I); in visitFSub() local
3227 Value *FAdd = Builder.CreateFAddFMF(Y, Op1, &I); in visitFSub() local
H A DInstCombineSelect.cpp3801 Instruction *FAdd, Constant *C, bool Swapped) -> Value * { in foldSelectIntoAddConstant()
3832 Instruction *FAdd; in foldSelectIntoAddConstant() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17056 SDValue FAdd = in PerformFAddVSelectCombine() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17440 SDValue FAdd = N0.getOpcode() == ISD::FADD ? N0 : N1; in visitFMULForFMADistributiveCombine() local