OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NoNaNs
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Operator.h
181
NoNaNs
= (1 << 1),
206
bool
noNaNs
() const { return 0 != (Flags &
NoNaNs
); }
220
Flags = (Flags & ~
NoNaNs
) | B *
NoNaNs
;
272
(SubclassOptionalData & ~FastMathFlags::
NoNaNs
) |
273
(B * FastMathFlags::
NoNaNs
);
322
(SubclassOptionalData & FastMathFlags::
NoNaNs
) != 0 &&
337
return (SubclassOptionalData & FastMathFlags::
NoNaNs
) != 0;
/src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
LLVMBitCodes.h
468
NoNaNs
= (1 << 1),
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
376
bool
NoNaNs
: 1;
394
: NoUnsignedWrap(false), NoSignedWrap(false), Exact(false),
NoNaNs
(false),
414
void setNoNaNs(bool b) {
NoNaNs
= b; }
427
bool hasNoNaNs() const { return
NoNaNs
; }
442
NoNaNs
&= Flags.
NoNaNs
;
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
1175
if (0 != (Val & bitc::
NoNaNs
))
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
1471
Flags |= bitc::
NoNaNs
;
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
10414
AArch64CC::CondCode CC, bool
NoNans
, EVT VT,
10455
if (!
NoNans
)
10555
bool
NoNaNs
= getTargetMachine().Options.NoNaNsFPMath;
10557
EmitVectorComparison(LHS, RHS, CC1,
NoNaNs
, CmpVT, dl, DAG);
10563
EmitVectorComparison(LHS, RHS, CC2,
NoNaNs
, CmpVT, dl, DAG);
Completed in 39 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026