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

  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 66 static GetElementPtrInst *CreateGEP(LLVMContext &Context,
69 static GetElementPtrInst *CreateGEP(LLVMContext &Context,
349 ShadowStackGC::CreateGEP(LLVMContext &Context, IRBuilder<> &B, Value *BasePtr,
354 Value* Val = B.CreateGEP(BasePtr, Indices, Name);
362 ShadowStackGC::CreateGEP(LLVMContext &Context, IRBuilder<> &B, Value *BasePtr,
366 Value *Val = B.CreateGEP(BasePtr, Indices, Name);
401 Instruction *EntryMapPtr = CreateGEP(Context, AtEntry, StackEntry,
408 Value *SlotPtr = CreateGEP(Context, AtEntry, StackEntry, 1 + I, "gc_root");
424 Instruction *EntryNextPtr = CreateGEP(Context, AtEntry,
426 Instruction *NewHeadVal = CreateGEP(Context, AtEntry,
    [all...]
SjLjEHPrepare.cpp 134 Value *CallSite = Builder.CreateGEP(FuncCtx, Idxs, "call_site");
  /frameworks/compile/libbcc/lib/AndroidBitcode/X86/
X86ABCExpandVAArg.cpp 58 llvm::Value *next_addr = builder.CreateGEP(addr,
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 67 Value *val = loop.CreateLoad(loop.CreateGEP(srcAddr, ind), srcVolatile);
69 loop.CreateStore(val, loop.CreateGEP(dstAddr, ind), dstVolatile);
100 loop.CreateStore(val, loop.CreateGEP(dstAddr, ind), false);
  /external/llvm/examples/BrainF/
BrainF.cpp 109 CreateGEP(ptr_arr, ConstantInt::get(C, APInt(32, memtotal)), "arrmax");
113 curhead = builder->CreateGEP(ptr_arr,
241 CreateGEP(curhead, ConstantInt::get(C, APInt(32, curvalue)),
  /frameworks/compile/libbcc/lib/AndroidBitcode/ARM/
ARMABCExpandVAArg.cpp 71 llvm::Value *next_addr = builder.CreateGEP(addr,
  /frameworks/compile/libbcc/lib/AndroidBitcode/Mips/
MipsABCExpandVAArg.cpp 74 builder.CreateGEP(aligned_addr, llvm::ConstantInt::get(int_ty, offset),
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
CGExprScalar.cpp     [all...]
CGExpr.cpp     [all...]
ItaniumCXXABI.cpp 304 VTable = Builder.CreateGEP(VTable, VTableOffset);
    [all...]
CGBuiltin.cpp     [all...]
CGClass.cpp 263 Value = Builder.CreateGEP(Value, Builder.CreateNeg(NonVirtualOffset),
    [all...]
CGObjC.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 310 Value *DstEnd = B.CreateGEP(Dst,
390 Value *CpyDst = B.CreateGEP(Dst, DstLen, "endptr");
486 return B.CreateGEP(SrcStr, B.getInt64(I), "strchr");
522 return B.CreateGEP(SrcStr, B.getInt64(I), "strrchr");
675 Value *DstEnd = B.CreateGEP(Dst,
780 return B.CreateGEP(CI->getArgOperand(0), B.getInt64(I), "strpbrk");
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 566 Value *GEP = Builder.CreateGEP(V, Idx, "uglygep");
607 Value *GEP = Builder.CreateGEP(Casted,
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 781 Value *GEP = Builder.CreateGEP(Arg, ZExtPred);
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]

Completed in 171 milliseconds