Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkCpu.h23 FMA = 1 << 8, enumerator
/third_party/mesa3d/src/panfrost/bifrost/test/
Dtest-scheduler-predicates.cpp57 TEST_F(SchedulerPredicates, FMA) in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp3141 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), IID); in UpgradeIntrinsicCall() local
3144 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), in UpgradeIntrinsicCall() local
3201 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), in UpgradeIntrinsicCall() local
3220 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), Intrinsic::fma, in UpgradeIntrinsicCall() local
3267 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), Intrinsic::fma, in UpgradeIntrinsicCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h320 bool FMA; variable
1224 bool FMA; variable
DSIISelLowering.cpp9757 SDValue FMA = N->getOperand(2); in performFMACombine() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp1184 auto FMA = MSSA.getMemoryAccess(First); in combine() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h356 FMA, enumerator
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.cpp687 rr::RValue<sw::SIMD::Float> FMA( in FMA() function
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.h1613 #define FMA(instr, length, prefix, escape1, escape2, extension, opcode) \ macro
/third_party/node/deps/v8/src/codegen/x64/
Dassembler-x64.h1376 #define FMA(instr, length, prefix, escape1, escape2, extension, opcode) \ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12084 if (SDValue FMA = FuseFADD(N0, N1, Flags)) in visitFMULForFMADistributiveCombine() local
12086 if (SDValue FMA = FuseFADD(N1, N0, Flags)) in visitFMULForFMADistributiveCombine() local
12117 if (SDValue FMA = FuseFSUB(N0, N1, Flags)) in visitFMULForFMADistributiveCombine() local
12119 if (SDValue FMA = FuseFSUB(N1, N0, Flags)) in visitFMULForFMADistributiveCombine() local