OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IntBits
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.h
712
APInt
IntBits
; // The 128 bits as an integer.
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
12419
uint32_t
IntBits
= IntTy.getSizeInBits();
12420
if (
IntBits
!= 16 &&
IntBits
!= 32 &&
IntBits
!= 64)
12424
if (
IntBits
> FloatBits)
12429
int32_t Bits =
IntBits
== 64 ? 64 : 32;
12462
if (
IntBits
< FloatBits)
12488
int32_t
IntBits
= IntTy.getSizeInBits();
12489
if (
IntBits
!= 16 &&
IntBits
!= 32 && IntBits != 64
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
15468
uint32_t
IntBits
= IntTy.getSizeInBits();
15470
if (FloatBits != 32 ||
IntBits
> 32 || (NumLanes != 4 && NumLanes != 2)) {
15493
if (
IntBits
< FloatBits)
15526
uint32_t
IntBits
= IntTy.getSizeInBits();
15528
if (FloatBits != 32 ||
IntBits
> 32 || (NumLanes != 4 && NumLanes != 2)) {
15545
if (
IntBits
< FloatBits)
Completed in 226 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026