Home
last modified time | relevance | path

Searched refs:commonAlignment (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAlignment.h215 inline Align commonAlignment(Align A, Align B) { return std::min(A, B); } in commonAlignment() function
219 inline Align commonAlignment(Align A, uint64_t Offset) { in commonAlignment() function
225 inline MaybeAlign commonAlignment(MaybeAlign A, MaybeAlign B) { in commonAlignment() function
226 return A && B ? commonAlignment(*A, *B) : A ? A : B; in commonAlignment()
231 inline MaybeAlign commonAlignment(MaybeAlign A, uint64_t Offset) { in commonAlignment() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFrameInfo.cpp92 commonAlignment(ForcedRealign ? Align::None() : StackAlignment, SPOffset); in CreateFixedObject()
105 commonAlignment(ForcedRealign ? Align::None() : StackAlignment, SPOffset); in CreateFixedSpillStackObject()
DCodeGenPrepare.cpp6870 Alignment = commonAlignment(Alignment, HalfValBitSize / 8); in splitMergedValStore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelArguments.cpp131 Align AdjustedAlign = commonAlignment( in runOnFunction()
DSIISelLowering.cpp2841 : commonAlignment(Subtarget->getStackAlignment(), Offset); in LowerCall()
2861 commonAlignment(Subtarget->getStackAlignment(), LocMemOffset); in LowerCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DGISelKnownBits.cpp39 return commonAlignment(Align(MFI.getObjectAlignment(FrameIdx)), Offset); in inferAlignmentForFrameIdx()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1697 return commonAlignment(DL.getValueOrABITypeAlignment(Alignment, Ty), Offset); in getAdjustedAlignment()
2436 commonAlignment(NewAIAlign, NewBeginOffset - NewAllocaBeginOffset); in getSliceAlign()
2964 commonAlignment(OtherAlign, OtherOffset.zextOrTrunc(64).getZExtValue()); in visitMemTransferInst()
3310 Ty, Agg, commonAlignment(BaseAlign, Offset), Name); in emitSplitOps()
4161 const Align Alignment = commonAlignment( in rewritePartition()
DMemCpyOptimizer.cpp430 return commonAlignment(StoreAlign, LoadAlign); in findCommonAlignment()