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

1 2

  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 67 static GetElementPtrInst *CreateGEP(LLVMContext &Context,
70 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...]
SjLjEHPrepare.cpp 130 Value *CallSite = Builder.CreateGEP(FuncCtx, Idxs, "call_site");
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 62 Value *val = loop.CreateLoad(loop.CreateGEP(srcAddr, ind), srcVolatile);
64 loop.CreateStore(val, loop.CreateGEP(dstAddr, ind), dstVolatile);
94 loop.CreateStore(val, loop.CreateGEP(dstAddr, ind), false);
NVPTXGenericToNVVM.cpp 337 ? Builder.CreateGEP(
  /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)),
  /art/compiler/jni/portable/
jni_compiler.cc 159 ::llvm::Value* handle_scope_field_addr = irb_.CreateBitCast(irb_.CreateGEP(shadow_frame_, gep_index),
170 ::llvm::Value* handle_scope_field_addr = irb_.CreateBitCast(irb_.CreateGEP(shadow_frame_, gep_index),
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 445 OutPtr = Builder.CreateGEP(OutBasePtr, OutOffset);
452 InPtr = Builder.CreateGEP(InBasePtr, InOffset);
628 llvm::Value *InStepAddr = Builder.CreateGEP(InStepsBase, IndexVal);
654 llvm::Value *InputAddr = Builder.CreateGEP(InsBasePtr, IndexVal);
692 OutPtr = Builder.CreateGEP(OutBasePtr, OutOffset);
707 llvm::Value *InPtr = Builder.CreateGEP(InBasePtrs[Index], InOffset);
  /art/compiler/llvm/
runtime_support_builder.cc 192 Value* card_table_entry = irb_.CreateGEP(card_table, card_no);
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 76 Value *GEP = Builder.CreateGEP(GV, GEPIndices, "switch.gep");
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 336 Value *DstEnd = B.CreateGEP(Dst,
418 Value *CpyDst = B.CreateGEP(Dst, DstLen, "endptr");
507 return B.CreateGEP(SrcStr, EmitStrLen(SrcStr, B, DL, TLI), "strchr");
519 return B.CreateGEP(SrcStr, B.getInt64(I), "strchr");
556 return B.CreateGEP(SrcStr, B.getInt64(I), "strrchr");
713 Value *DstEnd = B.CreateGEP(Dst,
836 return B.CreateGEP(CI->getArgOperand(0), B.getInt64(I), "strpbrk");
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
CGExprScalar.cpp     [all...]
CGExpr.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600KernelParameters.cpp 351 Value *ParamPtr = Builder.CreateGEP(ParamAddrSpacePtr,
  /external/llvm/lib/Target/R600/
AMDGPUPromoteAlloca.cpp 318 Value *Offset = Builder.CreateGEP(GV, Indices);
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 351 Value *ParamPtr = Builder.CreateGEP(ParamAddrSpacePtr,
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
GCOVProfiling.cpp 917 Value *GEP = Builder.CreateGEP(Arg, ZExtPred);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 448 Res[I] = Builder.CreateGEP(Base[I], Indices,
IndVarSimplify.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 564 Value *GEP = Builder.CreateGEP(V, Idx, "uglygep");
600 Value *GEP = Builder.CreateGEP(Casted,
    [all...]

Completed in 556 milliseconds

1 2