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

1 2

  /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");
  /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 340 ? 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)),
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 399 OutPtr = Builder.CreateGEP(OutBasePtr, OutOffset);
405 InPtr = Builder.CreateGEP(InBasePtr, InOffset);
552 OutPtr = Builder.CreateGEP(OutBasePtr, OutOffset);
558 InPtr = Builder.CreateGEP(InBasePtr, InOffset);
  /art/compiler/jni/portable/
jni_compiler.cc 159 ::llvm::Value* sirt_field_addr = irb_.CreateBitCast(irb_.CreateGEP(shadow_frame_, gep_index),
170 ::llvm::Value* sirt_field_addr = irb_.CreateBitCast(irb_.CreateGEP(shadow_frame_, gep_index),
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
CGExprScalar.cpp     [all...]
CGExpr.cpp     [all...]
CGBuiltin.cpp     [all...]
ItaniumCXXABI.cpp 329 VTable = Builder.CreateGEP(VTable, VTableOffset);
    [all...]
CGClass.cpp 264 Value = Builder.CreateGEP(Value, Builder.CreateNeg(NonVirtualOffset),
    [all...]
  /art/compiler/llvm/
runtime_support_builder.cc 268 Value* card_table_entry = irb_.CreateGEP(card_table, card_no);
gbc_expander.cc 830 return irb_.CreateGEP(array_data_addr, index_value);
    [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/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600KernelParameters.cpp 351 Value *ParamPtr = Builder.CreateGEP(ParamAddrSpacePtr,
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 351 Value *ParamPtr = Builder.CreateGEP(ParamAddrSpacePtr,
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 816 Value *GEP = Builder.CreateGEP(Arg, ZExtPred);
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 565 Value *GEP = Builder.CreateGEP(V, Idx, "uglygep");
606 Value *GEP = Builder.CreateGEP(Casted,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]

Completed in 402 milliseconds

1 2