/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 45 FAdd, ///< Sum of floats. global() enumerator
|
/llvm-project/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 191 | FAdd Constructor 297 | FAdd Constructor
|
H A D | llvm.mli | 217 | FAdd Constructor 332 | FAdd Constructor
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 1138 auto *FAdd = IC.Builder.CreateFAddFMF(Zero, Op2, &II); instCombineIntrinsic() local
|
H A D | AMDGPUTargetTransformInfo.cpp | 587 if (const auto *FAdd = dyn_cast<BinaryOperator>(*CxtI->user_begin())) { getArithmeticInstrCost() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | IRBuilderTest.cpp | 556 Instruction *FDiv, *FAdd, *FCmp, *FCall, *FNeg, *FSub, *FMul, *FRem; in TEST_F() local [all...] |
H A D | InstructionsTest.cpp | 1577 BinaryOperator *FAdd = BinaryOperator::CreateFAdd(One, One); TEST() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 2875 Value *FAdd = Builder.CreateFAddFMF(X, Op1, &I); visitFSub() local 2985 Value *FAdd = Builder.CreateFAddFMF(Y, Op1, &I); visitFSub() local [all...] |
H A D | InstCombineCalls.cpp | 2425 auto *FAdd = BinaryOperator::CreateFAdd(V, II->getArgOperand(2)); visitCallInst() local 2456 auto *FAdd = BinaryOperator::CreateFAdd(V, II->getArgOperand(2)); visitCallInst() local
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | ValueTrackingTest.cpp | 1548 TEST_F(ComputeKnownFPClassTest, FAdd) { in TEST_F() argument
|
/llvm-project/llvm/unittests/CodeGen/GlobalISel/ |
H A D | LegalizerHelperTest.cpp | 1583 auto FAdd = in TEST_F() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 16998 SDValue FAdd = PerformFAddVSelectCombine() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 16394 SDValue FAdd = N0.getOpcode() == ISD::FADD ? N0 : N1; visitFMULForFMADistributiveCombine() local [all...] |