Home
last modified time | relevance | path

Searched defs:Adjustment (Results 1 – 20 of 20) sorted by relevance

/llvm-project/bolt/lib/Passes/
H A DAllocCombiner.cpp29 int64_t &Adjustment) { in getStackAdjustmentSize()
72 int64_t Adjustment = 0LL; in combineAdjustments() local
H A DShrinkWrapping.cpp627 int64_t Adjustment = 0; in performChanges() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangedConstraintManager.cpp111 llvm::APSInt Adjustment = WraparoundType.getZeroValue(); in assumeSymInclusiveRange() local
181 llvm::APSInt Adjustment = WraparoundType.getZeroValue(); in assumeSymRel() local
218 computeAdjustment(SymbolRef & Sym,llvm::APSInt & Adjustment) computeAdjustment() argument
[all...]
H A DRangeConstraintManager.cpp3055 assumeSymNE(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) assumeSymNE() argument
3071 assumeSymEQ(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) assumeSymEQ() argument
3088 getSymLTRange(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) getSymLTRange() argument
3117 assumeSymLT(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) assumeSymLT() argument
3125 getSymGTRange(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) getSymGTRange() argument
3154 assumeSymGT(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) assumeSymGT() argument
3162 getSymGERange(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) getSymGERange() argument
3191 assumeSymGE(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) assumeSymGE() argument
3199 getSymLERange(llvm::function_ref<RangeSet ()> RS,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) getSymLERange() argument
3228 getSymLERange(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) getSymLERange() argument
3235 assumeSymLE(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) assumeSymLE() argument
3242 assumeSymWithinInclusiveRange(ProgramStateRef State,SymbolRef Sym,const llvm::APSInt & From,const llvm::APSInt & To,const llvm::APSInt & Adjustment) assumeSymWithinInclusiveRange() argument
3252 assumeSymOutsideInclusiveRange(ProgramStateRef State,SymbolRef Sym,const llvm::APSInt & From,const llvm::APSInt & To,const llvm::APSInt & Adjustment) assumeSymOutsideInclusiveRange() argument
[all...]
/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h79 size_t Adjustment = AlignedP - P; allocArray() local
98 size_t Adjustment = AlignedP - P; alloc() local
/llvm-project/clang/test/Analysis/inlining/
H A Dplacement-new-fp-suppression.cpp53 size_t Adjustment = alignmentAdjustment(CurPtr, Alignment); in Allocate() local
/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h152 size_t Adjustment = offsetToAlignedAddr(CurPtr, Alignment); Allocate() local
H A DARMWinEH.h200 uint16_t Adjustment = RF.StackAdjust(); in StackAdjustment() local
/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1476 return CGF.Builder.CreateConstByteGEP(This, Adjustment); in adjustThisArgumentForVirtualFunctionCall() local
1452 CharUnits Adjustment = ML.VFPtrOffset; getVirtualFunctionPrologueThisAdjustment() local
1588 CharUnits Adjustment = getVirtualFunctionPrologueThisAdjustment(CGF.CurGD); EmitInstanceFunctionProlog() local
[all...]
H A DCGOpenMPRuntime.cpp973 llvm::Value *Adjustment = CGF.Builder.CreatePtrDiff( adjustPrivateAddress() local
/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp1222 ReturnAdjustment Adjustment; in ComputeReturnAdjustment() local
1309 ThisAdjustment Adjustment; in ComputeThisAdjustment() local
H A DMicrosoftMangle.cpp3717 mangleThunkThisAdjustment(AccessSpecifier AS,const ThisAdjustment & Adjustment,MicrosoftCXXNameMangler & Mangler,raw_ostream & Out) mangleThunkThisAdjustment() argument
3826 auto &Adjustment = Thunk.This; mangleCXXDtorThunk() local
[all...]
H A DExprConstant.cpp3260 HandleLValueArrayAdjustment(EvalInfo & Info,const Expr * E,LValue & LVal,QualType EltTy,APSInt Adjustment) HandleLValueArrayAdjustment() argument
3271 HandleLValueArrayAdjustment(EvalInfo & Info,const Expr * E,LValue & LVal,QualType EltTy,int64_t Adjustment) HandleLValueArrayAdjustment() argument
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp843 ptrdiff_t Adjustment = emitInstruction() local
/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp507 emitCFIAdjustCfaOffset(int64_t Adjustment,SMLoc Loc) emitCFIAdjustCfaOffset() argument
H A DMCAsmStreamer.cpp2082 emitCFIAdjustCfaOffset(int64_t Adjustment,SMLoc Loc) emitCFIAdjustCfaOffset() argument
/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1217 uint32_t Adjustment = Obj.isRelocatableObject() || Obj.isSharedObject() addMissingWasmCodeSymbols() local
/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4290 int64_t Adjustment = 0; parseDirectiveCFIAdjustCfaOffset() local
H A DMasmParser.cpp5561 if (parseAbsoluteExpression(Adjustment)) in parseDirectiveCFIAdjustCfaOffset() local
/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2349 unsigned Adjustment = ArgSlotSizeInBytes - ArgSizeInBytes; lowerVAARG() local