Searched refs:VAArgTLSCopy (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 2863 Value *VAArgTLSCopy; member 2870 : F(F), MS(MS), MSV(MSV), VAArgTLSCopy(nullptr), in VarArgAMD64Helper() 2991 assert(!VAArgOverflowSize && !VAArgTLSCopy && in finalizeInstrumentation() 3001 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation() 3002 IRB.CreateMemCpy(VAArgTLSCopy, MS.VAArgTLS, CopySize, 8); in finalizeInstrumentation() 3020 IRB.CreateMemCpy(RegSaveAreaShadowPtr, VAArgTLSCopy, in finalizeInstrumentation() 3031 Value *SrcPtr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), VAArgTLSCopy, in finalizeInstrumentation() 3043 Value *VAArgTLSCopy; member 3050 : F(F), MS(MS), MSV(MSV), VAArgTLSCopy(nullptr), in VarArgMIPS64Helper() 3110 assert(!VAArgSize && !VAArgTLSCopy && in finalizeInstrumentation() [all …]
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 4144 Value *VAArgTLSCopy = nullptr; member 4334 assert(!VAArgOverflowSize && !VAArgTLSCopy && in finalizeInstrumentation() 4345 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation() 4346 IRB.CreateMemCpy(VAArgTLSCopy, Align(8), MS.VAArgTLS, Align(8), CopySize); in finalizeInstrumentation() 4373 IRB.CreateMemCpy(RegSaveAreaShadowPtr, Alignment, VAArgTLSCopy, Alignment, in finalizeInstrumentation() 4389 Value *SrcPtr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), VAArgTLSCopy, in finalizeInstrumentation() 4408 Value *VAArgTLSCopy = nullptr; member 4483 assert(!VAArgSize && !VAArgTLSCopy && in finalizeInstrumentation() 4493 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation() 4494 IRB.CreateMemCpy(VAArgTLSCopy, Align(8), MS.VAArgTLS, Align(8), CopySize); in finalizeInstrumentation() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 3794 Value *VAArgTLSCopy = nullptr; member 3984 assert(!VAArgOverflowSize && !VAArgTLSCopy && in finalizeInstrumentation() 3995 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation() 3996 IRB.CreateMemCpy(VAArgTLSCopy, Align(8), MS.VAArgTLS, Align(8), CopySize); in finalizeInstrumentation() 4023 IRB.CreateMemCpy(RegSaveAreaShadowPtr, Alignment, VAArgTLSCopy, Alignment, in finalizeInstrumentation() 4039 Value *SrcPtr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), VAArgTLSCopy, in finalizeInstrumentation() 4058 Value *VAArgTLSCopy = nullptr; member 4134 assert(!VAArgSize && !VAArgTLSCopy && in finalizeInstrumentation() 4144 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation() 4145 IRB.CreateMemCpy(VAArgTLSCopy, Align(8), MS.VAArgTLS, Align(8), CopySize); in finalizeInstrumentation() [all …]
|