OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FloatBits
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
12414
uint32_t
FloatBits
= FloatTy.getSizeInBits();
12415
if (
FloatBits
!= 32 &&
FloatBits
!= 64)
12424
if (IntBits >
FloatBits
)
12440
ResTy =
FloatBits
== 32 ? MVT::v2i32 : MVT::v2i64;
12443
ResTy =
FloatBits
== 32 ? MVT::v4i32 : MVT::v4i64;
12462
if (IntBits <
FloatBits
)
12493
int32_t
FloatBits
= FloatTy.getSizeInBits();
12494
if (
FloatBits
!= 32 &&
FloatBits
!= 64
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
15466
uint32_t
FloatBits
= FloatTy.getSizeInBits();
15470
if (
FloatBits
!= 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) {
15493
if (IntBits <
FloatBits
)
15524
uint32_t
FloatBits
= FloatTy.getSizeInBits();
15528
if (
FloatBits
!= 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) {
15545
if (IntBits <
FloatBits
)
Completed in 86 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026