OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateLifetimeEnd
(Results
1 - 17
of
17
) sorted by null
/external/swiftshader/third_party/LLVM/unittests/Support/
IRBuilderTest.cpp
60
Value *End1 = Builder.
CreateLifetimeEnd
(Var1);
61
Builder.
CreateLifetimeEnd
(Var2);
62
Builder.
CreateLifetimeEnd
(Var3);
/external/llvm/unittests/IR/
IRBuilderTest.cpp
70
Value *End1 = Builder.
CreateLifetimeEnd
(Var1);
71
Builder.
CreateLifetimeEnd
(Var2);
72
Builder.
CreateLifetimeEnd
(Var3);
/external/swiftshader/third_party/LLVM/lib/VMCore/
IRBuilder.cpp
136
CallInst *IRBuilderBase::
CreateLifetimeEnd
(Value *Ptr, ConstantInt *Size) {
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
IRBuilderTest.cpp
91
Value *End1 = Builder.
CreateLifetimeEnd
(Var1);
92
Builder.
CreateLifetimeEnd
(Var2);
93
Builder.
CreateLifetimeEnd
(Var3);
/external/llvm/lib/CodeGen/
AtomicExpandPass.cpp
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
AtomicExpandPass.cpp
[
all
...]
/external/llvm/lib/IR/
IRBuilder.cpp
179
CallInst *IRBuilderBase::
CreateLifetimeEnd
(Value *Ptr, ConstantInt *Size) {
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
InlineFunction.cpp
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
IRBuilder.cpp
416
CallInst *IRBuilderBase::
CreateLifetimeEnd
(Value *Ptr, ConstantInt *Size) {
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp
[
all
...]
/external/llvm/lib/Transforms/Utils/
InlineFunction.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h
309
///
CreateLifetimeEnd
- Create a lifetime.end intrinsic. If the pointer isn't
311
CallInst *
CreateLifetimeEnd
(Value *Ptr, ConstantInt *Size = 0);
[
all
...]
/external/llvm/include/llvm/IR/
IRBuilder.h
447
CallInst *
CreateLifetimeEnd
(Value *Ptr, ConstantInt *Size = nullptr);
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
InlineFunction.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
SROA.cpp
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
IRBuilder.h
579
CallInst *
CreateLifetimeEnd
(Value *Ptr, ConstantInt *Size = nullptr);
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SROA.cpp
[
all
...]
Completed in 1874 milliseconds