Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FMA

1649     // Rewrite fma to intrinsic.
1652 Value *F = CGM.getIntrinsic(Intrinsic::fma, ArgType);
3495 Value *F = CGM.getIntrinsic(Intrinsic::fma, Ty);
3500 // NEON intrinsic puts accumulator first, unlike the LLVM fma.
5558 // operand, but the 'fma' intrinsics have it last. Swap it around here.
5576 Int = Intrinsic::fma;
5581 // v1f64 fma should be mapped to Neon scalar f64 fma
5589 Value *F = CGM.getIntrinsic(Intrinsic::fma, DoubleTy);
5593 Value *F = CGM.getIntrinsic(Intrinsic::fma, Ty);
5607 Value *F = CGM.getIntrinsic(Intrinsic::fma, Ty);
5621 Value *F = CGM.getIntrinsic(Intrinsic::fma, Ty);
6777 FMA,
6809 .Case("fma", X86Features::FMA)
7547 // FMA variations
7561 llvm::Function *F = CGM.getIntrinsic(Intrinsic::fma, ResultType);
7580 llvm_unreachable("Unknown FMA operation");
7805 Function *F = CGM.getIntrinsic(Intrinsic::fma, ResultType);
7814 Function *F = CGM.getIntrinsic(Intrinsic::fma, ResultType);