Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIVDescriptors.h46 FAdd, ///< Sum of floats. enumerator
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml190 | FAdd Constructor
296 | FAdd Constructor
H A Dllvm.mli214 | FAdd Constructor
329 | FAdd Constructor
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1048 auto *FAdd = IC.Builder.CreateFAddFMF(Zero, Op2, &II); in instCombineIntrinsic() local
H A DAMDGPUTargetTransformInfo.cpp575 if (const auto *FAdd = dyn_cast<BinaryOperator>(*CxtI->user_begin())) { in getArithmeticInstrCost() local
/llvm-project-15.0.7/llvm/unittests/IR/
H A DIRBuilderTest.cpp528 Instruction *FDiv, *FAdd, *FCmp, *FCall; in TEST_F() local
H A DInstructionsTest.cpp1482 BinaryOperator *FAdd = BinaryOperator::CreateFAdd(One, One); in TEST() local
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2399 Value *FAdd = Builder.CreateFAddFMF(X, Op1, &I); in visitFSub() local
2508 Value *FAdd = Builder.CreateFAddFMF(Y, Op1, &I); in visitFSub() local
H A DInstCombineCalls.cpp1848 auto *FAdd = BinaryOperator::CreateFAdd(V, II->getArgOperand(2)); in visitCallInst() local
1879 auto *FAdd = BinaryOperator::CreateFAdd(V, II->getArgOperand(2)); in visitCallInst() local
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go142 FAdd Opcode = C.LLVMFAdd const
/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DLegalizerHelperTest.cpp1583 auto FAdd = in TEST_F() local
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16776 SDValue FAdd = in PerformFAddVSelectCombine() local
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14513 SDValue FAdd = N0.getOpcode() == ISD::FADD ? N0 : N1; in visitFMULForFMADistributiveCombine() local