OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Adjust
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Pointer.h
115
unsigned
Adjust
;
117
Adjust
= sizeof(InitMap *);
119
Adjust
= sizeof(InlineDescriptor);
120
return Pointer(Pointee, Base, Base + getSize() +
Adjust
);
195
unsigned
Adjust
= 0;
198
Adjust
= sizeof(InlineDescriptor);
200
Adjust
= sizeof(InitMap *);
202
return Offset - Base -
Adjust
;
Pointer.h
115
unsigned
Adjust
;
117
Adjust
= sizeof(InitMap *);
119
Adjust
= sizeof(InlineDescriptor);
120
return Pointer(Pointee, Base, Base + getSize() +
Adjust
);
195
unsigned
Adjust
= 0;
198
Adjust
= sizeof(InlineDescriptor);
200
Adjust
= sizeof(InitMap *);
202
return Offset - Base -
Adjust
;
/src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantRange.cpp
757
APInt
Adjust
= LowerDiv & APInt::getBitsSetFrom(getBitWidth(), DstTySize);
758
LowerDiv -=
Adjust
;
759
UpperDiv -=
Adjust
;
1008
// multiple of that element. If wrapping is possible, at least
adjust
the
ConstantRange.cpp
757
APInt
Adjust
= LowerDiv & APInt::getBitsSetFrom(getBitWidth(), DstTySize);
758
LowerDiv -=
Adjust
;
759
UpperDiv -=
Adjust
;
1008
// multiple of that element. If wrapping is possible, at least
adjust
the
Function.cpp
742
int
Adjust
= NameTable.data() - IntrinsicNameTable;
743
Intrinsic::ID ID = static_cast<Intrinsic::ID>(Idx +
Adjust
);
Function.cpp
742
int
Adjust
= NameTable.data() - IntrinsicNameTable;
743
Intrinsic::ID ID = static_cast<Intrinsic::ID>(Idx +
Adjust
);
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonVectorCombine.cpp
230
int
Adjust
) const;
439
Type *ValTy, int
Adjust
) const
445
if (
Adjust
% ElemSize == 0) {
446
Value *Tmp0 = Builder.CreateGEP(Ptr, HVC.getConstInt(
Adjust
/ ElemSize));
452
Value *Tmp1 = Builder.CreateGEP(Tmp0, HVC.getConstInt(
Adjust
));
741
int
Adjust
= -alignTo(OffAtMax - Start, MinNeeded.value());
743
WithMaxAlign.ValTy,
Adjust
);
744
int Diff = Start - (OffAtMax +
Adjust
);
843
//
Adjust
the store offsets relative to the section start offset.
HexagonVectorCombine.cpp
230
int
Adjust
) const;
439
Type *ValTy, int
Adjust
) const
445
if (
Adjust
% ElemSize == 0) {
446
Value *Tmp0 = Builder.CreateGEP(Ptr, HVC.getConstInt(
Adjust
/ ElemSize));
452
Value *Tmp1 = Builder.CreateGEP(Tmp0, HVC.getConstInt(
Adjust
));
741
int
Adjust
= -alignTo(OffAtMax - Start, MinNeeded.value());
743
WithMaxAlign.ValTy,
Adjust
);
744
int Diff = Start - (OffAtMax +
Adjust
);
843
//
Adjust
the store offsets relative to the section start offset.
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
4155
int
Adjust
= 0;
4167
--
Adjust
;
4177
--
Adjust
;
4195
Adjust
-= 2;
4198
--
Adjust
;
4208
Adjust
-= 2;
4323
++
Adjust
;
4327
return
Adjust
;
4414
//
Adjust
for IT block position.
4417
//
Adjust
for dynamic def-side opcode variants not captured by the itinerary
[
all
...]
ARMBaseInstrInfo.cpp
4155
int
Adjust
= 0;
4167
--
Adjust
;
4177
--
Adjust
;
4195
Adjust
-= 2;
4198
--
Adjust
;
4208
Adjust
-= 2;
4323
++
Adjust
;
4327
return
Adjust
;
4414
//
Adjust
for IT block position.
4417
//
Adjust
for dynamic def-side opcode variants not captured by the itinerary
[
all
...]
Completed in 66 milliseconds
Indexes created Sun Aug 23 00:25:02 UTC 2026