/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 70 Value *End1 = Builder.CreateLifetimeEnd(Var1); in TEST_F() 71 Builder.CreateLifetimeEnd(Var2); in TEST_F() 72 Builder.CreateLifetimeEnd(Var3); in TEST_F()
|
/external/llvm-project/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 381 Value *End1 = Builder.CreateLifetimeEnd(Var1); in TEST_F() 382 Builder.CreateLifetimeEnd(Var2); in TEST_F() 383 Builder.CreateLifetimeEnd(Var3); in TEST_F()
|
/external/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 1615 Builder.CreateLifetimeEnd(AllocaValue_i8, SizeVal64); in expandAtomicOpToLibcall() 1624 Builder.CreateLifetimeEnd(AllocaCASExpected_i8, SizeVal64); in expandAtomicOpToLibcall() 1634 Builder.CreateLifetimeEnd(AllocaResult_i8, SizeVal64); in expandAtomicOpToLibcall()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 1818 Builder.CreateLifetimeEnd(AllocaValue_i8, SizeVal64); in expandAtomicOpToLibcall() 1827 Builder.CreateLifetimeEnd(AllocaCASExpected_i8, SizeVal64); in expandAtomicOpToLibcall() 1838 Builder.CreateLifetimeEnd(AllocaResult_i8, SizeVal64); in expandAtomicOpToLibcall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 1783 Builder.CreateLifetimeEnd(AllocaValue_i8, SizeVal64); in expandAtomicOpToLibcall() 1792 Builder.CreateLifetimeEnd(AllocaCASExpected_i8, SizeVal64); in expandAtomicOpToLibcall() 1803 Builder.CreateLifetimeEnd(AllocaResult_i8, SizeVal64); in expandAtomicOpToLibcall()
|
/external/llvm/lib/IR/ |
D | IRBuilder.cpp | 179 CallInst *IRBuilderBase::CreateLifetimeEnd(Value *Ptr, ConstantInt *Size) { in CreateLifetimeEnd() function in IRBuilderBase
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | IRBuilder.cpp | 422 CallInst *IRBuilderBase::CreateLifetimeEnd(Value *Ptr, ConstantInt *Size) { in CreateLifetimeEnd() function in IRBuilderBase
|
/external/llvm-project/llvm/lib/IR/ |
D | IRBuilder.cpp | 419 CallInst *IRBuilderBase::CreateLifetimeEnd(Value *Ptr, ConstantInt *Size) { in CreateLifetimeEnd() function in IRBuilderBase
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1742 IRBuilder<>(RI).CreateLifetimeEnd(AI, AllocaSize); in InlineFunction()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 2087 IRBuilder<>(RI).CreateLifetimeEnd(AI, AllocaSize); in InlineFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 2025 IRBuilder<>(RI).CreateLifetimeEnd(AI, AllocaSize); in InlineFunction()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 447 CallInst *CreateLifetimeEnd(Value *Ptr, ConstantInt *Size = nullptr);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | IRBuilder.h | 747 CallInst *CreateLifetimeEnd(Value *Ptr, ConstantInt *Size = nullptr);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 702 CallInst *CreateLifetimeEnd(Value *Ptr, ConstantInt *Size = nullptr);
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2889 New = IRB.CreateLifetimeEnd(Ptr, Size); in visitIntrinsicInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3102 New = IRB.CreateLifetimeEnd(Ptr, Size); in visitIntrinsicInst()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3137 New = IRB.CreateLifetimeEnd(Ptr, Size); in visitIntrinsicInst()
|