Home
last modified time | relevance | path

Searched refs:ByValSize (Results 1 – 6 of 6) 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/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetCallingConv.h41 static const uint64_t ByValSize = 0xffffffffULL << 32; //< Struct size member
90 return (unsigned)((Flags & ByValSize) >> ByValSizeOffs); in getByValSize()
93 Flags = (Flags & ~ByValSize) | (uint64_t(S) << ByValSizeOffs); 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/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp864 uint64_t ByValSize = TD->getTypeAllocSize(ByValTy); in processByValArgument() local
866 MD->getPointerDependencyFrom(AliasAnalysis::Location(ByValArg, ByValSize), in processByValArgument()
882 if (C1 == 0 || C1->getValue().getZExtValue() < ByValSize) in processByValArgument()
/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()