OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntSize
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftCXXABI.cpp
271
unsigned
IntSize
= Target.getIntWidth();
277
MPI.Width = Ptrs * PtrSize + Ints *
IntSize
;
291
MPI.HasPadding = MPI.Width != (Ptrs * PtrSize + Ints *
IntSize
);
ASTContext.cpp
6361
uint64_t
IntSize
= getTypeSize(IntTy);
6378
if (BitWidth <
IntSize
)
6381
if (BitWidth ==
IntSize
)
6432
uint64_t
IntSize
= getIntWidth(IntTy);
6433
assert(Promotable->isUnsignedIntegerType() && PromotableSize <=
IntSize
);
6434
return (PromotableSize !=
IntSize
) ? IntTy : UnsignedIntTy;
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstCombineIntrinsic.cpp
411
unsigned
IntSize
= Ty->getIntegerBitWidth();
416
if ((Width & (
IntSize
- 1)) == 0) {
421
if (Width >=
IntSize
) {
423
II, 2, ConstantInt::get(CWidth->getType(), Width & (
IntSize
- 1)));
431
if (Offset >=
IntSize
) {
434
ConstantInt::get(COffset->getType(), Offset & (
IntSize
- 1)));
450
if (Offset + Width <
IntSize
) {
451
Value *Shl = IC.Builder.CreateShl(Src,
IntSize
- Offset - Width);
452
Value *RightShift = Signed ? IC.Builder.CreateAShr(Shl,
IntSize
- Width)
453
: IC.Builder.CreateLShr(Shl,
IntSize
- Width)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp
2343
for (int
IntSize
= 8;
IntSize
>= 1;
IntSize
/= 2) {
2344
if (Size < CharUnits::fromQuantity(
IntSize
))
2347
CGF.getContext().toBits(CharUnits::fromQuantity(
IntSize
)),
2353
if (Size.getQuantity() /
IntSize
> 1) {
2370
Bld.CreateCondBr(Bld.CreateICmpSGT(PtrDiff, Bld.getInt64(
IntSize
- 1)),
2401
Size = Size %
IntSize
;
MicrosoftCXXABI.cpp
1055
CharUnits
IntSize
= Context.getTypeSizeInChars(Context.IntTy);
1057
IntSize
*
2249
int32_t
IntSize
= CGF.getIntSize().getQuantity();
2253
IntSize
* RA.Virtual.Microsoft.VBIndex, &VBPtr);
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
2605
unsigned
IntSize
=
2609
llvm::APInt(
IntSize
, Exp->getValue()),
4981
unsigned
IntSize
=
4986
unsigned offset = (VoidPtrSize*4 +
IntSize
+
IntSize
)/Context->getCharWidth();
5394
unsigned
IntSize
=
5396
Expr *FlagExp = IntegerLiteral::Create(*Context, llvm::APInt(
IntSize
, flag),
RewriteObjC.cpp
2999
unsigned
IntSize
=
3002
llvm::APInt(
IntSize
, 8),
4136
unsigned
IntSize
=
4141
unsigned offset = (VoidPtrSize*4 +
IntSize
+
IntSize
)/Context->getCharWidth();
4532
unsigned
IntSize
=
4534
Expr *FlagExp = IntegerLiteral::Create(*Context, llvm::APInt(
IntSize
, flag),
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp
3638
int
IntSize
= Inst->getOperand(0)->getType()->getScalarSizeInBits();
3640
--
IntSize
;
3645
return ilogb(APFloat::getLargest(FPTy->getFltSemantics())) >=
IntSize
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
3584
unsigned
IntSize
= Context.getTargetInfo().getIntWidth();
3585
return IntegerLiteral::Create(Context, llvm::APInt(
IntSize
, Val),
3929
unsigned
IntSize
= Context.getTargetInfo().getIntWidth();
3932
if (ResultVal.isIntN(
IntSize
)) {
3934
if (!Literal.isUnsigned && ResultVal[
IntSize
-1] == 0)
3938
Width =
IntSize
;
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
19843
unsigned
IntSize
= IntVT.getSizeInBits();
19846
MVT VecIntVT = MVT::getVectorVT(IntVT, 128 /
IntSize
);
19851
SrcSize !=
IntSize
? X86ISD::CVTTP2SI : (unsigned)ISD::FP_TO_SINT;
19853
IntSize
!= VTSize ? X86ISD::CVTSI2P : (unsigned)ISD::SINT_TO_FP;
[
all
...]
Completed in 68 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026