Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/
H A Dpoly_scalar_f32.h17 #define FMA fmaf macro
H A Dpoly_scalar_f64.h17 #define FMA fma macro
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dv_poly_f64.h17 #define FMA(x, y, z) vfmaq_f64 (z, x, y) macro
H A Dv_poly_f32.h17 #define FMA(x, y, z) vfmaq_f32 (z, x, y) macro
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h34 bool FMA = false; variable
H A DGCNSubtarget.h102 bool FMA = false; variable
H A DSIISelLowering.cpp14441 SDValue FMA = N->getOperand(2); in performFMACombine() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp3636 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), IID); in upgradeX86IntrinsicCall() local
3639 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), Intrinsic::fma, in upgradeX86IntrinsicCall() local
3695 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), Intrinsic::fma, in upgradeX86IntrinsicCall() local
3755 Function *FMA = Intrinsic::getDeclaration(CI->getModule(), Intrinsic::fma, in upgradeX86IntrinsicCall() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1190 auto FMA = MSSA.getMemoryAccess(First); in combine() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h497 FMA, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1266 bool FMA(T inst, bool isDouble, float rs2_sign, float rs3_sign) { in FMA() function in lldb_private::Executor
/freebsd/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c249 FMA, /* FMA instructions, all VEX_RMrX */ enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15949 SDValue FMA, E; in visitFADDForFMACombine() local
16480 if (SDValue FMA = FuseFADD(N0, N1)) in visitFMULForFMADistributiveCombine() local
16482 if (SDValue FMA = FuseFADD(N1, N0)) in visitFMULForFMADistributiveCombine() local
16513 if (SDValue FMA = FuseFSUB(N0, N1)) in visitFMULForFMADistributiveCombine() local
16515 if (SDValue FMA = FuseFSUB(N1, N0)) in visitFMULForFMADistributiveCombine() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp13964 Function *FMA; in EmitX86FMAExpr() local
14051 Function *FMA = CGF.CGM.getIntrinsic( in EmitScalarFMAExpr() local
14055 Function *FMA = CGF.CGM.getIntrinsic(Intrinsic::fma, Ops[0]->getType()); in EmitScalarFMAExpr() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5856 MachineInstr *FMA = nullptr; in matchCombineFAddFMAFMulToFMadOrFMA() local