Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1629 ConstantInt *SizeVal64 = ConstantInt::get(Type::getInt64Ty(Ctx), Size); in expandAtomicOpToLibcall() local
1721 Builder.CreateLifetimeStart(AllocaCASExpected_i8, SizeVal64); in expandAtomicOpToLibcall()
1737 Builder.CreateLifetimeStart(AllocaValue_i8, SizeVal64); in expandAtomicOpToLibcall()
1750 Builder.CreateLifetimeStart(AllocaResult_i8, SizeVal64); in expandAtomicOpToLibcall()
1783 Builder.CreateLifetimeEnd(AllocaValue_i8, SizeVal64); in expandAtomicOpToLibcall()
1792 Builder.CreateLifetimeEnd(AllocaCASExpected_i8, SizeVal64); in expandAtomicOpToLibcall()
1803 Builder.CreateLifetimeEnd(AllocaResult_i8, SizeVal64); in expandAtomicOpToLibcall()