HomeSort by relevance Sort by last modified time
    Searched defs:CreateGEP (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/CodeGen/
ShadowStackGCLowering.cpp 59 static GetElementPtrInst *CreateGEP(LLVMContext &Context, IRBuilder<> &B,
62 static GetElementPtrInst *CreateGEP(LLVMContext &Context, IRBuilder<> &B,
353 GetElementPtrInst *ShadowStackGCLowering::CreateGEP(LLVMContext &Context,
361 Value *Val = B.CreateGEP(Ty, BasePtr, Indices, Name);
368 GetElementPtrInst *ShadowStackGCLowering::CreateGEP(LLVMContext &Context,
373 Value *Val = B.CreateGEP(Ty, BasePtr, Indices, Name);
414 Instruction *EntryMapPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy,
421 Value *SlotPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy,
439 Instruction *EntryNextPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy,
441 Instruction *NewHeadVal = CreateGEP(Context, AtEntry, ConcreteStackEntryTy
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ShadowStackGC.cpp 66 static GetElementPtrInst *CreateGEP(LLVMContext &Context,
69 static GetElementPtrInst *CreateGEP(LLVMContext &Context,
350 ShadowStackGC::CreateGEP(LLVMContext &Context, IRBuilder<> &B, Value *BasePtr,
355 Value* Val = B.CreateGEP(BasePtr, Indices, Name);
363 ShadowStackGC::CreateGEP(LLVMContext &Context, IRBuilder<> &B, Value *BasePtr,
367 Value *Val = B.CreateGEP(BasePtr, Indices, Name);
402 Instruction *EntryMapPtr = CreateGEP(Context, AtEntry, StackEntry,
409 Value *SlotPtr = CreateGEP(Context, AtEntry, StackEntry, 1 + I, "gc_root");
425 Instruction *EntryNextPtr = CreateGEP(Context, AtEntry,
427 Instruction *NewHeadVal = CreateGEP(Context, AtEntry,
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h 779 Value *CreateGEP(Value *Ptr, ArrayRef<Value *> IdxList,
805 Value *CreateGEP(Value *Ptr, Value *Idx, const Twine &Name = "") {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/bindings/go/llvm/
ir.go     [all...]

Completed in 488 milliseconds