Searched refs:fma (Results 51 - 65 of 65) sorted by relevance

123

/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h92 case Intrinsic::fma:
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1567 case Intrinsic::fma:
3065 case Intrinsic::fma:
H A DValueTracking.cpp3887 case Intrinsic::fma:
4495 case Intrinsic::fma:
6628 case Intrinsic::fma:
H A DInstructionSimplify.cpp6772 case Intrinsic::fma:
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h7124 float __ovld __cnfn fma(float, float, float);
7125 float2 __ovld __cnfn fma(float2, float2, float2);
7126 float3 __ovld __cnfn fma(float3, float3, float3);
7127 float4 __ovld __cnfn fma(float4, float4, float4);
7128 float8 __ovld __cnfn fma(float8, float8, float8);
7129 float16 __ovld __cnfn fma(float16, float16, float16);
7131 double __ovld __cnfn fma(double, double, double);
7132 double2 __ovld __cnfn fma(double2, double2, double2);
7133 double3 __ovld __cnfn fma(double3, double3, double3);
7134 double4 __ovld __cnfn fma(double
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1272 ? Intrinsic::fma
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp352 return selectExtInst(ResVReg, ResType, I, CL::fma, GL::Fma);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1955 case Intrinsic::fma:
/freebsd-current/lib/libc++/
H A DMakefile891 MAT_HEADERS+= fma.h
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1357 case Intrinsic::fma:
2377 case Intrinsic::fma: {
2378 // fma fneg(x), fneg(y), z -> fma x, y, z
2388 // fma fabs(x), fabs(x), z -> fma x, x, z
2406 // fma x, y, 0 -> fmul x, y
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1858 case Intrinsic::fma:
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6576 case Intrinsic::fma:
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16937 // possibly combined into a fma to become a predicated vfma.
19317 case Intrinsic::fma:
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1965 case Intrinsic::fma:
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14993 case Intrinsic::fma:
[all...]

Completed in 969 milliseconds

123