Searched defs:FAdd (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | IVDescriptors.h | 46 FAdd, ///< Sum of floats. enumerator
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 190 | FAdd Constructor 296 | FAdd Constructor
|
| H A D | llvm.mli | 214 | FAdd Constructor 329 | FAdd Constructor
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstCombineIntrinsic.cpp | 1048 auto *FAdd = IC.Builder.CreateFAddFMF(Zero, Op2, &II); in instCombineIntrinsic() local
|
| H A D | AMDGPUTargetTransformInfo.cpp | 575 if (const auto *FAdd = dyn_cast<BinaryOperator>(*CxtI->user_begin())) { in getArithmeticInstrCost() local
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | IRBuilderTest.cpp | 528 Instruction *FDiv, *FAdd, *FCmp, *FCall; in TEST_F() local
|
| H A D | InstructionsTest.cpp | 1482 BinaryOperator *FAdd = BinaryOperator::CreateFAdd(One, One); in TEST() local
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 2399 Value *FAdd = Builder.CreateFAddFMF(X, Op1, &I); in visitFSub() local 2508 Value *FAdd = Builder.CreateFAddFMF(Y, Op1, &I); in visitFSub() local
|
| H A D | InstCombineCalls.cpp | 1848 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 D | ir.go | 142 FAdd Opcode = C.LLVMFAdd const
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/ |
| H A D | LegalizerHelperTest.cpp | 1583 auto FAdd = in TEST_F() local
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 16776 SDValue FAdd = in PerformFAddVSelectCombine() local
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 14513 SDValue FAdd = N0.getOpcode() == ISD::FADD ? N0 : N1; in visitFMULForFMADistributiveCombine() local
|