HomeSort by: relevance | last modified time | path
    Searched refs:Adjustment (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
RangedConstraintManager.cpp 100 llvm::APSInt Adjustment = WraparoundType.getZeroValue();
102 computeAdjustment(AdjustedSym, Adjustment);
112 Adjustment.setIsSigned(false);
116 ConvertedTo, Adjustment);
118 ConvertedTo, Adjustment);
163 // The adjustment is "constant1" in the above expression. It's used to
167 // the subclasses of SimpleConstraintManager to handle the adjustment.
168 llvm::APSInt Adjustment = WraparoundType.getZeroValue();
169 computeAdjustment(Sym, Adjustment);
178 Adjustment.setIsSigned(false)
    [all...]
RangeConstraintManager.cpp 685 /// This function assumes the following expression Sym + Adjustment != Int.
689 const llvm::APSInt &Adjustment) {
691 if (!Int.isNullValue() || !Adjustment.isNullValue())
1414 const llvm::APSInt &Adjustment) override;
1418 const llvm::APSInt &Adjustment) override;
1422 const llvm::APSInt &Adjustment) override;
1426 const llvm::APSInt &Adjustment) override;
1430 const llvm::APSInt &Adjustment) override;
1434 const llvm::APSInt &Adjustment) override;
1438 const llvm::APSInt &To, const llvm::APSInt &Adjustment) override
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/aarch64/
efibind.h 82 #define ALIGN_VARIABLE(Value ,Adjustment) \
83 (UINTN)Adjustment = 0; \
85 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \
86 Value = (UINTN)Value + (UINTN)Adjustment
  /src/sys/external/bsd/gnu-efi/dist/inc/arm/
efibind.h 90 #define ALIGN_VARIABLE(Value ,Adjustment) \
91 (UINTN)Adjustment = 0; \
93 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \
94 Value = (UINTN)Value + (UINTN)Adjustment
  /src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
efibind.h 82 #define ALIGN_VARIABLE(Value ,Adjustment) \
83 (UINTN)Adjustment = 0; \
85 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \
86 Value = (UINTN)Value + (UINTN)Adjustment
  /src/sys/external/bsd/gnu-efi/dist/inc/riscv64/
efibind.h 66 #define ALIGN_VARIABLE(Value, Adjustment) \
67 (UINTN)Adjustment = 0; \
69 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \
70 Value = (UINTN)Value + (UINTN)Adjustment
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
RangedConstraintManager.h 350 const llvm::APSInt &Adjustment) = 0;
354 const llvm::APSInt &Adjustment) = 0;
358 const llvm::APSInt &Adjustment) = 0;
362 const llvm::APSInt &Adjustment) = 0;
366 const llvm::APSInt &Adjustment) = 0;
370 const llvm::APSInt &Adjustment) = 0;
374 const llvm::APSInt &To, const llvm::APSInt &Adjustment) = 0;
378 const llvm::APSInt &To, const llvm::APSInt &Adjustment) = 0;
384 static void computeAdjustment(SymbolRef &Sym, llvm::APSInt &Adjustment);
  /src/sys/external/bsd/gnu-efi/dist/inc/ia32/
efibind.h 149 #define ALIGN_VARIABLE(Value ,Adjustment) \
150 (UINTN)Adjustment = 0; \
152 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \
153 Value = (UINTN)Value + (UINTN)Adjustment
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
efibind.h 133 #define ALIGN_VARIABLE(Value , Adjustment) \
134 (UINTN) Adjustment = 0; \
136 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \
137 Value = (UINTN)Value + (UINTN)Adjustment
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ARMWinEH.h 83 /// indicate the number of words' of adjustment (1-4), minus 1
85 /// indicates if the prologue combined adjustment into push
87 /// indicates if the epilogue combined adjustment into pop
187 /// prologue has stack adjustment combined into the push
192 /// epilogue has stack adjustment combined into the pop
196 /// StackAdjustment - calculated stack adjustment in words. The stack
197 /// adjustment should be determined via this function to account for the special
200 uint16_t Adjustment = RF.StackAdjust();
201 if (Adjustment >= 0x3f4)
202 return (Adjustment & 0x3) ? ((Adjustment & 0x3) << 2) - 1 : 0
    [all...]
Allocator.h 149 size_t Adjustment = offsetToAlignedAddr(CurPtr, Alignment);
150 assert(Adjustment + Size >= Size && "Adjustment + Size must not overflow");
159 if (Adjustment + SizeToAllocate <= size_t(End - CurPtr)) {
160 char *AlignedPtr = CurPtr + Adjustment;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangle.h 80 size_t Adjustment = AlignedP - P;
82 Head->Used += Size + Adjustment;
99 size_t Adjustment = AlignedP - P;
101 Head->Used += Size + Adjustment;
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
efibind.h 160 #define ALIGN_VARIABLE(Value ,Adjustment) \
161 (UINTN)Adjustment = 0; \
163 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \
164 Value = (UINTN)Value + (UINTN)Adjustment
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FrameLowering.h 112 Register &SPReg, int Adjustment) const;
133 /// stack adjustment is returned as a positive value for ADD/LEA and
  /src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftMangle.cpp 3358 // <this-adjustment> ::= <no-adjustment> | <static-adjustment> |
3359 // <virtual-adjustment>
3360 // <no-adjustment> ::= A # private near
3366 // <static-adjustment> ::= G <static-offset> # private near
3372 // <virtual-adjustment> ::= $0 <virtual-shift> <static-offset> # private near
3383 const ThisAdjustment &Adjustment,
3386 if (!Adjustment.Virtual.isEmpty()) {
3401 if (Adjustment.Virtual.Microsoft.VBPtrOffset)
    [all...]
VTableBuilder.cpp 287 // No adjustment needed.
310 // No adjustment needed.
834 /// (Used for computing 'this' pointer adjustment thunks.
897 /// ComputeReturnAdjustment - Compute the return adjustment given a return
898 /// adjustment base offset.
906 /// ComputeThisAdjustment - Compute the 'this' pointer adjustment for the
930 /// adjustment is required and no thunk is generated. However, inside D
1126 // Check if we need an adjustment at all.
1129 // virtual base, gcc uses a virtual 'this' adjustment as well.
1147 // Add an adjustment for the deleting destructor as well
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCDwarf.h 509 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment) {
510 return MCCFIInstruction(OpAdjustCfaOffset, L, 0, Adjustment, "");
MCStreamer.h 990 virtual void emitCFIAdjustCfaOffset(int64_t Adjustment);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 584 /// Shared code for virtual base adjustment. Returns the offset from
608 /// Performs a full virtual base adjustment. Used to dereference
1196 // which holds the extra amount of "this" adjustment we must do when we use
1391 // parameter, thus don't need this adjustment.
1395 // There's no Dtor_Base in vftable but it shares the this adjustment with
1402 CharUnits Adjustment = ML.VFPtrOffset;
1406 // do not. The vector deleting destructor thunk applies this adjustment for
1409 Adjustment = CharUnits::Zero();
1414 Adjustment += DerivedLayout.getVBaseClassOffset(ML.VBase);
1417 return Adjustment;
    [all...]
CGExpr.cpp 450 // as that will cause the lifetime adjustment to be lost for ARC
584 SubobjectAdjustment &Adjustment = Adjustments[I-1];
585 switch (Adjustment.Kind) {
588 GetAddressOfBaseClass(Object, Adjustment.DerivedToBase.DerivedClass,
589 Adjustment.DerivedToBase.BasePath->path_begin(),
590 Adjustment.DerivedToBase.BasePath->path_end(),
596 LV = EmitLValueForField(LV, Adjustment.Field);
604 llvm::Value *Ptr = EmitScalarExpr(Adjustment.Ptr.RHS);
606 Adjustment.Ptr.MPT);
4380 // For unions, there is no pointer adjustment
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCStreamer.cpp 499 void MCStreamer::emitCFIAdjustCfaOffset(int64_t Adjustment) {
502 MCCFIInstruction::createAdjustCfaOffset(Label, Adjustment);
MCAsmStreamer.cpp 326 void emitCFIAdjustCfaOffset(int64_t Adjustment) override;
1903 void MCAsmStreamer::emitCFIAdjustCfaOffset(int64_t Adjustment) {
1904 MCStreamer::emitCFIAdjustCfaOffset(Adjustment);
1905 OS << "\t.cfi_adjust_cfa_offset " << Adjustment;
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 664 ptrdiff_t Adjustment =
667 Expr, MCConstantExpr::create(-Adjustment, OutContext), OutContext);
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp 4242 /// ::= .cfi_adjust_cfa_offset adjustment
4244 int64_t Adjustment = 0;
4245 if (parseAbsoluteExpression(Adjustment) || parseEOL())
4248 getStreamer().emitCFIAdjustCfaOffset(Adjustment);
MasmParser.cpp 5306 /// ::= .cfi_adjust_cfa_offset adjustment
5308 int64_t Adjustment = 0;
5309 if (parseAbsoluteExpression(Adjustment))
5312 getStreamer().emitCFIAdjustCfaOffset(Adjustment);

Completed in 50 milliseconds

1 2