OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:denormalsEnabledForType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.h
449
bool
denormalsEnabledForType
(const SelectionDAG &DAG, EVT VT) const;
450
bool
denormalsEnabledForType
(LLT Ty, MachineFunction &MF) const;
SIISelLowering.cpp
9514
return !F.isDenormal() ||
denormalsEnabledForType
(DAG, Op.getValueType());
9581
denormalsEnabledForType
(DAG, Op.getValueType()))
9658
return
denormalsEnabledForType
(DAG, Op.getValueType()) &&
9678
return !F.isDenormal() ||
denormalsEnabledForType
(MRI.getType(Reg), MF);
9688
denormalsEnabledForType
(MRI.getType(Reg), MF))
9697
return
denormalsEnabledForType
(MRI.getType(Reg), MF) &&
9708
if (C.isDenormal() && !
denormalsEnabledForType
(DAG, VT))
12056
bool SITargetLowering::
denormalsEnabledForType
(const SelectionDAG &DAG,
12069
bool SITargetLowering::
denormalsEnabledForType
(LLT Ty,
Completed in 72 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026