/external/swiftshader/third_party/LLVM/unittests/Support/ |
D | IRBuilderTest.cpp | 60 Value *End1 = Builder.CreateLifetimeEnd(Var1); in TEST_F() 61 Builder.CreateLifetimeEnd(Var2); in TEST_F() 62 Builder.CreateLifetimeEnd(Var3); in TEST_F()
|
/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/swiftshader/third_party/LLVM/lib/VMCore/ |
D | IRBuilder.cpp | 136 CallInst *IRBuilderBase::CreateLifetimeEnd(Value *Ptr, ConstantInt *Size) { in CreateLifetimeEnd() function in IRBuilderBase
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 91 Value *End1 = Builder.CreateLifetimeEnd(Var1); in TEST_F() 92 Builder.CreateLifetimeEnd(Var2); in TEST_F() 93 Builder.CreateLifetimeEnd(Var3); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 1619 Builder.CreateLifetimeEnd(AllocaValue_i8, SizeVal64); in expandAtomicOpToLibcall() 1628 Builder.CreateLifetimeEnd(AllocaCASExpected_i8, SizeVal64); in expandAtomicOpToLibcall() 1638 Builder.CreateLifetimeEnd(AllocaResult_i8, SizeVal64); in expandAtomicOpToLibcall()
|
/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/lib/IR/ |
D | IRBuilder.cpp | 179 CallInst *IRBuilderBase::CreateLifetimeEnd(Value *Ptr, ConstantInt *Size) { in CreateLifetimeEnd() function in IRBuilderBase
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1079 builder.CreateLifetimeEnd(AI); in InlineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | IRBuilder.cpp | 416 CallInst *IRBuilderBase::CreateLifetimeEnd(Value *Ptr, ConstantInt *Size) { in CreateLifetimeEnd() function in IRBuilderBase
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 1989 Builder.CreateLifetimeEnd(V, Builder.getInt64(EltSize)); in RewriteLifetimeIntrinsic() 2006 Builder.CreateLifetimeEnd(NewElts[Idx], in RewriteLifetimeIntrinsic()
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1742 IRBuilder<>(RI).CreateLifetimeEnd(AI, AllocaSize); in InlineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1956 IRBuilder<>(RI).CreateLifetimeEnd(AI, AllocaSize); in InlineFunction()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | IRBuilder.h | 311 CallInst *CreateLifetimeEnd(Value *Ptr, ConstantInt *Size = 0);
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 447 CallInst *CreateLifetimeEnd(Value *Ptr, ConstantInt *Size = nullptr);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 579 CallInst *CreateLifetimeEnd(Value *Ptr, ConstantInt *Size = nullptr);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3041 New = IRB.CreateLifetimeEnd(Ptr, Size); in visitIntrinsicInst()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2889 New = IRB.CreateLifetimeEnd(Ptr, Size); in visitIntrinsicInst()
|