OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowFMA
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.h
36
bool
allowFMA
() const;
NVPTXISelLowering.h
538
bool
allowFMA
(MachineFunction &MF, CodeGenOpt::Level OptLevel) const;
NVPTXISelDAGToDAG.cpp
61
bool NVPTXDAGToDAGISel::
allowFMA
() const {
63
return TL->
allowFMA
(*MF, OptLevel);
NVPTXISelLowering.cpp
4284
bool NVPTXTargetLowering::
allowFMA
(MachineFunction &MF,
4345
if (!TLI->
allowFMA
(DAG.getMachineFunction(), OptLevel))
Completed in 27 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026