Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h50 unsigned ByValSize; ///< Byval struct size member
59 IsCopyElisionCandidate(0), ByValSize(0) { in ArgFlagsTy()
129 unsigned getByValSize() const { return ByValSize; } in getByValSize()
130 void setByValSize(unsigned S) { ByValSize = S; } in setByValSize()
/external/llvm/include/llvm/Target/
DTargetCallingConv.h56 static const uint64_t ByValSize = 0x3fffffffULL<<32; ///< Struct size member
131 return (unsigned)((Flags & ByValSize) >> ByValSizeOffs); in getByValSize()
134 Flags = (Flags & ~ByValSize) | (uint64_t(S) << ByValSizeOffs); in setByValSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp1321 uint64_t ByValSize = DL.getTypeAllocSize(ByValTy); in processByValArgument() local
1323 MemoryLocation(ByValArg, ByValSize), true, in processByValArgument()
1338 if (!C1 || C1->getValue().getZExtValue() < ByValSize) in processByValArgument()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp1268 uint64_t ByValSize = DL.getTypeAllocSize(ByValTy); in processByValArgument() local
1270 MemoryLocation(ByValArg, ByValSize), true, in processByValArgument()
1285 if (!C1 || C1->getValue().getZExtValue() < ByValSize) in processByValArgument()