Home
last modified time | relevance | path

Searched refs:ByValSize (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h52 unsigned ByValSize; ///< Byval struct size member
63 IsCopyElisionCandidate(0), IsPointer(0), ByValSize(0), in ArgFlagsTy()
146 unsigned getByValSize() const { return ByValSize; } in getByValSize()
147 void setByValSize(unsigned S) { ByValSize = S; } in setByValSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp1255 uint64_t ByValSize = DL.getTypeAllocSize(ByValTy); in processByValArgument() local
1257 MemoryLocation(ByValArg, LocationSize::precise(ByValSize)), true, in processByValArgument()
1272 if (!C1 || C1->getValue().getZExtValue() < ByValSize) in processByValArgument()