Searched refs:Adjustment (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangedConstraintManager.cpp80 llvm::APSInt Adjustment = WraparoundType.getZeroValue(); local
82 computeAdjustment(AdjustedSym, Adjustment);
92 Adjustment.setIsSigned(false);
96 ConvertedTo, Adjustment);
98 ConvertedTo, Adjustment);
148 llvm::APSInt Adjustment = WraparoundType.getZeroValue(); local
149 computeAdjustment(Sym, Adjustment);
158 Adjustment.setIsSigned(false);
165 return assumeSymEQ(State, Sym, ConvertedInt, Adjustment);
168 return assumeSymNE(State, Sym, ConvertedInt, Adjustment);
184 computeAdjustment(SymbolRef &Sym, llvm::APSInt &Adjustment) argument
[all...]
H A DRangeConstraintManager.cpp274 const llvm::APSInt &Adjustment) override;
278 const llvm::APSInt &Adjustment) override;
282 const llvm::APSInt &Adjustment) override;
286 const llvm::APSInt &Adjustment) override;
290 const llvm::APSInt &Adjustment) override;
294 const llvm::APSInt &Adjustment) override;
298 const llvm::APSInt &To, const llvm::APSInt &Adjustment) override;
302 const llvm::APSInt &To, const llvm::APSInt &Adjustment) override;
313 const llvm::APSInt &Adjustment);
316 const llvm::APSInt &Adjustment);
554 assumeSymNE(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
574 assumeSymEQ(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
588 getSymLTRange(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
617 assumeSymLT(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
624 getSymGTRange(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
653 assumeSymGT(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
660 getSymGERange(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
689 assumeSymGE(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
696 getSymLERange( llvm::function_ref<RangeSet()> RS, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
724 getSymLERange(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
[all...]
/freebsd-11-stable/stand/efi/include/arm64/
H A Defibind.h138 #define ALIGN_VARIABLE(Value , Adjustment) \
139 (UINTN) Adjustment = 0; \
141 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \
142 Value = (UINTN)Value + (UINTN)Adjustment
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h175 const llvm::APSInt &Adjustment) = 0;
179 const llvm::APSInt &Adjustment) = 0;
183 const llvm::APSInt &Adjustment) = 0;
187 const llvm::APSInt &Adjustment) = 0;
191 const llvm::APSInt &Adjustment) = 0;
195 const llvm::APSInt &Adjustment) = 0;
199 const llvm::APSInt &To, const llvm::APSInt &Adjustment) = 0;
203 const llvm::APSInt &To, const llvm::APSInt &Adjustment) = 0;
209 static void computeAdjustment(SymbolRef &Sym, llvm::APSInt &Adjustment);
/freebsd-11-stable/stand/efi/include/amd64/
H A Defibind.h139 #define ALIGN_VARIABLE(Value ,Adjustment) \
140 (UINTN)Adjustment = 0; \
142 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \
143 Value = (UINTN)Value + (UINTN)Adjustment
/freebsd-11-stable/stand/efi/include/i386/
H A Defibind.h139 #define ALIGN_VARIABLE(Value ,Adjustment) \
140 (UINTN)Adjustment = 0; \
142 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \
143 Value = (UINTN)Value + (UINTN)Adjustment
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMWinEH.h197 uint16_t Adjustment = RF.StackAdjust(); local
198 if (Adjustment >= 0x3f4)
199 return (Adjustment & 0x3) ? ((Adjustment & 0x3) << 2) - 1 : 0;
200 return Adjustment;
H A DAllocator.h219 size_t Adjustment = offsetToAlignedAddr(CurPtr, Alignment); local
220 assert(Adjustment + Size >= Size && "Adjustment + Size must not overflow");
229 if (Adjustment + SizeToAllocate <= size_t(End - CurPtr)) {
230 char *AlignedPtr = CurPtr + Adjustment;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h80 size_t Adjustment = AlignedP - P; local
82 Head->Used += Size + Adjustment;
99 size_t Adjustment = AlignedP - P; local
101 Head->Used += Size + Adjustment;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h105 int FI, unsigned &SPReg, int Adjustment) const;
H A DX86FrameLowering.cpp1868 int Adjustment) const {
1871 return MFI.getObjectOffset(FI) - getOffsetOfLocalArea() + Adjustment;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2993 const ThisAdjustment &Adjustment,
2996 if (!Adjustment.Virtual.isEmpty()) {
3011 if (Adjustment.Virtual.Microsoft.VBPtrOffset) {
3014 static_cast<uint32_t>(Adjustment.Virtual.Microsoft.VBPtrOffset));
3016 static_cast<uint32_t>(Adjustment.Virtual.Microsoft.VBOffsetOffset));
3018 static_cast<uint32_t>(Adjustment.Virtual.Microsoft.VtordispOffset));
3019 Mangler.mangleNumber(static_cast<uint32_t>(Adjustment.NonVirtual));
3023 static_cast<uint32_t>(Adjustment.Virtual.Microsoft.VtordispOffset));
3024 Mangler.mangleNumber(-static_cast<uint32_t>(Adjustment.NonVirtual));
3026 } else if (Adjustment
2992 mangleThunkThisAdjustment(AccessSpecifier AS, const ThisAdjustment &Adjustment, MicrosoftCXXNameMangler &Mangler, raw_ostream &Out) argument
3088 mangleCXXDtorThunk( const CXXDestructorDecl *DD, CXXDtorType Type, const ThisAdjustment &Adjustment, raw_ostream &Out) argument
[all...]
H A DVTableBuilder.cpp1178 ReturnAdjustment Adjustment; local
1185 Adjustment.Virtual.Itanium.VBaseOffsetOffset =
1188 Adjustment.Virtual.Itanium.VBaseOffsetOffset =
1194 Adjustment.NonVirtual = Offset.NonVirtualOffset.getQuantity();
1197 return Adjustment;
1265 ThisAdjustment Adjustment;
1285 Adjustment.Virtual.Itanium.VCallOffsetOffset =
1290 Adjustment.NonVirtual = Offset.NonVirtualOffset.getQuantity();
1292 return Adjustment;
H A DExprConstant.cpp2776 /// \param Adjustment - The adjustment, in objects of type EltTy, to add.
2779 APSInt Adjustment) {
2784 LVal.adjustOffsetAndIndex(Info, E, Adjustment, SizeOfPointee);
2790 int64_t Adjustment) {
2792 APSInt::get(Adjustment));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h501 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment) { argument
502 return MCCFIInstruction(OpAdjustCfaOffset, L, 0, Adjustment, "");
H A DMCStreamer.h947 virtual void EmitCFIAdjustCfaOffset(int64_t Adjustment);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1373 CharUnits Adjustment = ML.VFPtrOffset; local
1380 Adjustment = CharUnits::Zero();
1385 Adjustment += DerivedLayout.getVBaseClassOffset(ML.VBase);
1388 return Adjustment;
1397 CharUnits Adjustment = getVirtualFunctionPrologueThisAdjustment(GD); local
1398 if (Adjustment.isZero())
1402 assert(Adjustment.isPositive());
1403 return CGF.Builder.CreateConstByteGEP(This, Adjustment);
1509 CharUnits Adjustment = getVirtualFunctionPrologueThisAdjustment(CGF.CurGD); local
1510 if (!Adjustment
[all...]
H A DCGExpr.cpp561 SubobjectAdjustment &Adjustment = Adjustments[I-1]; local
562 switch (Adjustment.Kind) {
565 GetAddressOfBaseClass(Object, Adjustment.DerivedToBase.DerivedClass,
566 Adjustment.DerivedToBase.BasePath->path_begin(),
567 Adjustment.DerivedToBase.BasePath->path_end(),
573 LV = EmitLValueForField(LV, Adjustment.Field);
581 llvm::Value *Ptr = EmitScalarExpr(Adjustment.Ptr.RHS);
583 Adjustment.Ptr.MPT);
H A DCGOpenMPRuntime.cpp1183 llvm::Value *Adjustment = CGF.Builder.CreatePtrDiff( local
1189 llvm::Value *Ptr = CGF.Builder.CreateGEP(PrivatePointer, Adjustment);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp303 void EmitCFIAdjustCfaOffset(int64_t Adjustment) override;
1655 void MCAsmStreamer::EmitCFIAdjustCfaOffset(int64_t Adjustment) {
1656 MCStreamer::EmitCFIAdjustCfaOffset(Adjustment);
1657 OS << "\t.cfi_adjust_cfa_offset " << Adjustment;
H A DMCStreamer.cpp487 void MCStreamer::EmitCFIAdjustCfaOffset(int64_t Adjustment) { argument
490 MCCFIInstruction::createAdjustCfaOffset(Label, Adjustment);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4146 int64_t Adjustment = 0; local
4147 if (parseAbsoluteExpression(Adjustment))
4150 getStreamer().EmitCFIAdjustCfaOffset(Adjustment);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2312 unsigned Adjustment = ArgSlotSizeInBytes - ArgSizeInBytes; local
2314 DAG.getIntPtrConstant(Adjustment, DL));

Completed in 389 milliseconds