OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Fma
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULegalizerInfo.cpp
2072
auto
Fma
= B.buildFMA(S64, FloorMul, K1, Trunc, Flags);
2077
auto Lo = B.buildFPTOUI(S32,
Fma
);
AMDGPUISelLowering.cpp
478
setOperationAction(ISD::
FMA
, VT, Expand);
589
case ISD::
FMA
:
608
// TODO: handle llvm.amdgcn.
fma
.legacy
664
// Some users (such as 3-operand
FMA
/MAD) must use a VOP3 encoding, and thus
820
case ISD::
FMA
:
822
// Negating a
fma
is not free if it has users without source mods.
1722
(unsigned)ISD::
FMA
:
1809
(unsigned)ISD::
FMA
:
2097
// (frem x, y) -> (
fma
(fneg (ftrunc (fdiv x, y))), y, x)
2109
return DAG.getNode(ISD::
FMA
, SL, VT, Neg, Y, X, Flags)
[
all
...]
Completed in 110 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026