HomeSort by relevance Sort by last modified time
    Searched refs:CreateLifetimeStart (Results 1 - 19 of 19) sorted by null

  /external/swiftshader/third_party/LLVM/unittests/Support/
IRBuilderTest.cpp 48 CallInst *Start1 = Builder.CreateLifetimeStart(Var1);
49 CallInst *Start2 = Builder.CreateLifetimeStart(Var2);
50 CallInst *Start3 = Builder.CreateLifetimeStart(Var3, Builder.getInt64(100));
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 58 CallInst *Start1 = Builder.CreateLifetimeStart(Var1);
59 CallInst *Start2 = Builder.CreateLifetimeStart(Var2);
60 CallInst *Start3 = Builder.CreateLifetimeStart(Var3, Builder.getInt64(100));
  /external/swiftshader/third_party/LLVM/lib/VMCore/
IRBuilder.cpp 121 CallInst *IRBuilderBase::CreateLifetimeStart(Value *Ptr, ConstantInt *Size) {
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp     [all...]
  /external/llvm/lib/IR/
IRBuilder.cpp 164 CallInst *IRBuilderBase::CreateLifetimeStart(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 305 /// CreateLifetimeStart - Create a lifetime.start intrinsic. If the pointer
307 CallInst *CreateLifetimeStart(Value *Ptr, ConstantInt *Size = 0);
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 442 CallInst *CreateLifetimeStart(Value *Ptr, ConstantInt *Size = nullptr);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 460 CallInst *CreateLifetimeStart(Value *Ptr, ConstantInt *Size = nullptr);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 460 CallInst *CreateLifetimeStart(Value *Ptr, ConstantInt *Size = nullptr);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 460 CallInst *CreateLifetimeStart(Value *Ptr, ConstantInt *Size = nullptr);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 460 CallInst *CreateLifetimeStart(Value *Ptr, ConstantInt *Size = nullptr);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 460 CallInst *CreateLifetimeStart(Value *Ptr, ConstantInt *Size = nullptr);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 460 CallInst *CreateLifetimeStart(Value *Ptr, ConstantInt *Size = nullptr);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 460 CallInst *CreateLifetimeStart(Value *Ptr, ConstantInt *Size = nullptr);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 460 CallInst *CreateLifetimeStart(Value *Ptr, ConstantInt *Size = nullptr);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]

Completed in 1070 milliseconds