/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
D | IVDescriptors.h | 46 FAdd, ///< Sum of floats. enumerator
|
/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 134 Instruction *FDiv, *FAdd, *FCmp, *FCall; in TEST_F() local
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | ir_builder_mixin.h | 109 llvm::Value* FAdd(Args&&... args) { in FAdd() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstCombineIntrinsic.cpp | 1033 auto *FAdd = IC.Builder.CreateFAddFMF(Zero, Op2, &II); in instCombineIntrinsic() local
|
D | AMDGPUTargetTransformInfo.cpp | 576 if (const auto *FAdd = dyn_cast<BinaryOperator>(*CxtI->user_begin())) { in getArithmeticInstrCost() local
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 161 | FAdd Constructor
|
D | llvm.mli | 219 | FAdd Constructor
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 2580 Value *FAdd = Builder.CreateFAddFMF(X, Op1, &I); in visitFSub() local 2690 Value *FAdd = Builder.CreateFAddFMF(Y, Op1, &I); in visitFSub() local
|
D | InstCombineCalls.cpp | 1938 auto *FAdd = BinaryOperator::CreateFAdd(V, II->getArgOperand(2)); in visitCallInst() local 1969 auto *FAdd = BinaryOperator::CreateFAdd(V, II->getArgOperand(2)); in visitCallInst() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 2247 auto *FAdd = BinaryOperator::CreateFAdd(V, II->getArgOperand(2)); in visitCallInst() local 2281 auto *FAdd = BinaryOperator::CreateFAdd(V, II->getArgOperand(2)); in visitCallInst() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | LowerMatrixIntrinsics.cpp | 841 auto *FAdd = in sinkTranspose() local
|
/external/rust/android-crates-io/crates/vulkano/out/ |
D | spirv_parse.rs | 615 FAdd { enumerator 9005 FAdd { enumerator
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 181 FAdd Opcode = C.LLVMFAdd const
|
/external/mesa3d/src/nouveau/compiler/nak/ |
D | ir.rs | 6149 FAdd(OpFAdd), enumerator
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 16853 SDValue FAdd = in PerformFAddVSelectCombine() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 15142 SDValue FAdd = N0.getOpcode() == ISD::FADD ? N0 : N1; in visitFMULForFMADistributiveCombine() local
|