/freebsd/contrib/arm-optimized-routines/math/ |
H A D | poly_scalar_f32.h | 17 #define FMA fmaf macro
|
H A D | poly_scalar_f64.h | 17 #define FMA fma macro
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | v_poly_f64.h | 17 #define FMA(x, y, z) vfmaq_f64 (z, x, y) macro
|
H A D | v_poly_f32.h | 17 #define FMA(x, y, z) vfmaq_f32 (z, x, y) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600Subtarget.h | 34 bool FMA = false; variable
|
H A D | GCNSubtarget.h | 102 bool FMA = false; variable
|
H A D | SIISelLowering.cpp | 14441 SDValue FMA = N->getOperand(2); in performFMACombine() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 3636 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 D | InterleavedLoadCombinePass.cpp | 1190 auto FMA = MSSA.getMemoryAccess(First); in combine() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 497 FMA, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.cpp | 1266 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 D | dis_tables.c | 249 FMA, /* FMA instructions, all VEX_RMrX */ enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 15949 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 D | CGBuiltin.cpp | 13964 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 D | CombinerHelper.cpp | 5856 MachineInstr *FMA = nullptr; in matchCombineFAddFMAFMulToFMadOrFMA() local
|