/external/skia/src/core/ |
D | SkCpu.h | 23 FMA = 1 << 8, enumerator
|
/external/skqp/src/core/ |
D | SkCpu.h | 23 FMA = 1 << 8, enumerator
|
/external/tensorflow/tensorflow/core/platform/ |
D | cpu_info.h | 73 FMA = 15, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 2860 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), IID); in UpgradeIntrinsicCall() local 2863 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), in UpgradeIntrinsicCall() local 2920 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), in UpgradeIntrinsicCall() local 2939 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), Intrinsic::fma, in UpgradeIntrinsicCall() local 2986 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), Intrinsic::fma, in UpgradeIntrinsicCall() local
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | isa.hpp | 57 bool FMA(void) { return CPU_Rep.f_1_ECX_[12]; } in FMA() function in InstructionSet
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUSubtarget.h | 335 bool FMA; variable 959 bool FMA; variable
|
D | SIISelLowering.cpp | 7577 SDValue FMA = N->getOperand(2); in performFMACombine() local
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 235 FADD, FSUB, FMUL, FMA, FDIV, FREM, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 278 FMA, enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 244 FMA, enumerator
|
/external/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 456 TEST(APFloatTest, FMA) { in TEST() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 460 TEST(APFloatTest, FMA) { in TEST() argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_matmul_op.cc | 283 #define FMA(a, b, c, d) d = Eigen::internal::pmadd<Packet>(a, b, c); macro
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 8259 if (SDValue FMA = FuseFADD(N0, N1)) in visitFMULForFMACombine() local 8261 if (SDValue FMA = FuseFADD(N1, N0)) in visitFMULForFMACombine() local 8290 if (SDValue FMA = FuseFSUB(N0, N1)) in visitFMULForFMACombine() local 8292 if (SDValue FMA = FuseFSUB(N1, N0)) in visitFMULForFMACombine() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 10669 if (SDValue FMA = FuseFADD(N0, N1, Flags)) in visitFMULForFMADistributiveCombine() local 10671 if (SDValue FMA = FuseFADD(N1, N0, Flags)) in visitFMULForFMADistributiveCombine() local 10701 if (SDValue FMA = FuseFSUB(N0, N1, Flags)) in visitFMULForFMADistributiveCombine() local 10703 if (SDValue FMA = FuseFSUB(N1, N0, Flags)) in visitFMULForFMADistributiveCombine() local
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 6777 FMA, in EmitX86BuiltinExpr() enumerator
|