Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DIVDescriptors.h45 FAdd, ///< Sum of floats. enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DIVDescriptors.h45 FAdd, ///< Sum of floats. enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DIVDescriptors.h45 FAdd, ///< Sum of floats. enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DIVDescriptors.h45 FAdd, ///< Sum of floats. enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DIVDescriptors.h46 FAdd, ///< Sum of floats. enumerator
/aosp_15_r20/external/llvm/unittests/IR/
H A DIRBuilderTest.cpp134 Instruction *FDiv, *FAdd, *FCmp, *FCall; in TEST_F() local
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/include/berberis/intrinsics/
Dintrinsics_floating_point_impl.h39 std::tuple<FloatType> FAdd(int8_t rm, int8_t frm, FloatType arg1, FloatType arg2) { in FAdd() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dir_builder_mixin.h109 llvm::Value* FAdd(Args&&... args) { in FAdd() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2580 Value *FAdd = Builder.CreateFAddFMF(X, Op1, &I); in visitFSub() local
2690 Value *FAdd = Builder.CreateFAddFMF(Y, Op1, &I); in visitFSub() local
H A DInstCombineCalls.cpp1938 auto *FAdd = BinaryOperator::CreateFAdd(V, II->getArgOperand(2)); in visitCallInst() local
1969 auto *FAdd = BinaryOperator::CreateFAdd(V, II->getArgOperand(2)); in visitCallInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1033 auto *FAdd = IC.Builder.CreateFAddFMF(Zero, Op2, &II); in instCombineIntrinsic() local
H A DAMDGPUTargetTransformInfo.cpp576 if (const auto *FAdd = dyn_cast<BinaryOperator>(*CxtI->user_begin())) { in getArithmeticInstrCost() local
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml161 | FAdd Constructor
H A Dllvm.mli219 | FAdd Constructor
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2247 auto *FAdd = BinaryOperator::CreateFAdd(V, II->getArgOperand(2)); in visitCallInst() local
2281 auto *FAdd = BinaryOperator::CreateFAdd(V, II->getArgOperand(2)); in visitCallInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp841 auto *FAdd = in sinkTranspose() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dspirv_parse.rs615 FAdd { enumerator
9005 FAdd { enumerator
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/riscv64_to_all/
Dintrinsic_def.json295 "FAdd": { object
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go181 FAdd Opcode = C.LLVMFAdd const
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_riscv64.cc807 void InstructionCodeGeneratorRISCV64::FAdd( in FAdd() function in art::riscv64::InstructionCodeGeneratorRISCV64
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dir.rs6143 FAdd(OpFAdd), enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16853 SDValue FAdd = in PerformFAddVSelectCombine() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15142 SDValue FAdd = N0.getOpcode() == ISD::FADD ? N0 : N1; in visitFMULForFMADistributiveCombine() local