Home
last modified time | relevance | path

Searched defs:FMA (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/test/
Dbi_test_pack.c347 bit_round_helper(struct panfrost_device *dev, uint32_t *input, unsigned sz, bool FMA, enum bit_debu… in bit_round_helper()
399 …helper(struct panfrost_device *dev, uint32_t *input, unsigned size, enum bit_debug debug, bool FMA) in bit_fcmp_helper()
455 unsigned to_size, unsigned cx, unsigned cy, bool FMA, in bit_convert_helper()
565 …helper(struct panfrost_device *dev, uint32_t *input, unsigned size, enum bit_debug debug, bool FMA) in bit_imath_helper()
Dbi_interpret.c48 bit_read(struct bit_state *s, bi_instruction *ins, unsigned index, nir_alu_type T, bool FMA) in bit_read()
75 bit_write(struct bit_state *s, unsigned index, nir_alu_type T, bit_t value, bool FMA) in bit_write()
397 bit_step(struct bit_state *s, bi_instruction *ins, bool FMA) in bit_step()
/external/skqp/src/core/
DSkCpu.h23 FMA = 1 << 8, enumerator
/external/skia/src/core/
DSkCpu.h23 FMA = 1 << 8, enumerator
/external/tensorflow/tensorflow/core/platform/
Dcpu_info.h89 FMA = 15, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAutoUpgrade.cpp2860 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/
Disa.hpp59 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/
DAMDGPUSubtarget.h335 bool FMA; variable
959 bool FMA; variable
DSIISelLowering.cpp7577 SDValue FMA = N->getOperand(2); in performFMACombine() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h278 FMA, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h244 FMA, enumerator
/external/swiftshader/src/Pipeline/
DShaderCore.cpp716 rr::RValue<sw::SIMD::Float> FMA( in FMA() function
/external/llvm/unittests/ADT/
DAPFloatTest.cpp456 TEST(APFloatTest, FMA) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPFloatTest.cpp460 TEST(APFloatTest, FMA) { in TEST() argument
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc282 #define FMA(a, b, c, d) d = Eigen::internal::pmadd<Packet>(a, b, c); macro
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8259 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/v8/src/codegen/x64/
Dassembler-x64.h1303 #define FMA(instr, length, prefix, escape1, escape2, extension, opcode) \ macro
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10669 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/
DCGBuiltin.cpp6777 FMA, in EmitX86BuiltinExpr() enumerator