OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsDouble
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsFastISel.cpp
708
bool
IsDouble
= Left->getType()->isDoubleTy();
709
if (!IsFloat && !
IsDouble
)
/src/external/apache2/llvm/dist/llvm/lib/IR/
AutoUpgrade.cpp
2973
bool
IsDouble
= Name[17] == 'd';
2979
Intrinsic::ID IID = MinMaxTbl[IsMin][
IsDouble
];
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
6793
bool
IsDouble
= (VT == MVT::f64);
6826
if (
IsDouble
&& !Subtarget->hasFP64())
6830
int ImmVal =
IsDouble
? ARM_AM::getFP64Imm(FPVal) : ARM_AM::getFP32Imm(FPVal);
6833
if (
IsDouble
|| !ST->useNEONForSinglePrecisionFP()) {
6851
if (!ST->hasNEON() || (!
IsDouble
&& !ST->useNEONForSinglePrecisionFP()))
6860
if (
IsDouble
&& (iVal & 0xffffffff) != (iVal >> 32))
6870
if (
IsDouble
)
6887
if (
IsDouble
)
Completed in 37 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026