HomeSort by relevance Sort by last modified time
    Searched refs:CreateLifetimeEnd (Results 1 - 19 of 19) 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/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/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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 465 CallInst *CreateLifetimeEnd(Value *Ptr, ConstantInt *Size = nullptr);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 465 CallInst *CreateLifetimeEnd(Value *Ptr, ConstantInt *Size = nullptr);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 465 CallInst *CreateLifetimeEnd(Value *Ptr, ConstantInt *Size = nullptr);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 465 CallInst *CreateLifetimeEnd(Value *Ptr, ConstantInt *Size = nullptr);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 465 CallInst *CreateLifetimeEnd(Value *Ptr, ConstantInt *Size = nullptr);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 465 CallInst *CreateLifetimeEnd(Value *Ptr, ConstantInt *Size = nullptr);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 465 CallInst *CreateLifetimeEnd(Value *Ptr, ConstantInt *Size = nullptr);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 465 CallInst *CreateLifetimeEnd(Value *Ptr, ConstantInt *Size = nullptr);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]

Completed in 3439 milliseconds