/third_party/skia/src/core/ |
D | SkCpu.h | 23 FMA = 1 << 8, enumerator
|
/third_party/mesa3d/src/panfrost/bifrost/test/ |
D | test-scheduler-predicates.cpp | 57 TEST_F(SchedulerPredicates, FMA) in TEST_F() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 3141 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/ |
D | AMDGPUSubtarget.h | 320 bool FMA; variable 1224 bool FMA; variable
|
D | SIISelLowering.cpp | 9757 SDValue FMA = N->getOperand(2); in performFMACombine() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | InterleavedLoadCombinePass.cpp | 1184 auto FMA = MSSA.getMemoryAccess(First); in combine() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 356 FMA, enumerator
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | ShaderCore.cpp | 687 rr::RValue<sw::SIMD::Float> FMA( in FMA() function
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | assembler-ia32.h | 1613 #define FMA(instr, length, prefix, escape1, escape2, extension, opcode) \ macro
|
/third_party/node/deps/v8/src/codegen/x64/ |
D | assembler-x64.h | 1376 #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/ |
D | DAGCombiner.cpp | 12084 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
|