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

1 2

  /external/llvm/lib/CodeGen/
ShadowStackGCLowering.cpp 55 static GetElementPtrInst *CreateGEP(LLVMContext &Context, IRBuilder<> &B,
58 static GetElementPtrInst *CreateGEP(LLVMContext &Context, IRBuilder<> &B,
345 GetElementPtrInst *ShadowStackGCLowering::CreateGEP(LLVMContext &Context,
353 Value *Val = B.CreateGEP(Ty, BasePtr, Indices, Name);
360 GetElementPtrInst *ShadowStackGCLowering::CreateGEP(LLVMContext &Context,
365 Value *Val = B.CreateGEP(Ty, BasePtr, Indices, Name);
406 Instruction *EntryMapPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy,
413 Value *SlotPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy,
431 Instruction *EntryNextPtr = CreateGEP(Context, AtEntry, ConcreteStackEntryTy,
433 Instruction *NewHeadVal = CreateGEP(Context, AtEntry, ConcreteStackEntryTy
    [all...]
SjLjEHPrepare.cpp 136 Builder.CreateGEP(FunctionContextTy, FuncCtx, Idxs, "call_site");
CodeGenPrepare.cpp 603 Value *Replacement = Builder.CreateGEP(
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 87 Value *val = loop.CreateLoad(loop.CreateGEP(loop.getInt8Ty(), srcAddr, ind),
90 loop.CreateStore(val, loop.CreateGEP(loop.getInt8Ty(), dstAddr, ind),
121 loop.CreateStore(val, loop.CreateGEP(val->getType(), dstAddr, ind), false);
NVPTXGenericToNVVM.cpp 345 ? 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)),
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 79 Value *GEP = Builder.CreateGEP(AT, GV, GEPIndices, "switch.gep");
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 613 OutPtr = Builder.CreateGEP(OutBasePtr, OutOffset);
620 InPtr = Builder.CreateGEP(InBasePtr, InOffset);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 225 Value *CpyDst = B.CreateGEP(B.getInt8Ty(), Dst, DstLen, "endptr");
306 return B.CreateGEP(B.getInt8Ty(), SrcStr, EmitStrLen(SrcStr, B, DL, TLI), "strchr");
319 return B.CreateGEP(B.getInt8Ty(), SrcStr, B.getInt64(I), "strchr");
354 return B.CreateGEP(B.getInt8Ty(), SrcStr, B.getInt64(I), "strrchr");
490 B.CreateGEP(B.getInt8Ty(), Dst, ConstantInt::get(DL.getIntPtrType(PT), Len - 1));
600 return B.CreateGEP(B.getInt8Ty(), CI->getArgOperand(0), B.getInt64(I), "strpbrk");
831 return B.CreateGEP(B.getInt8Ty(), SrcStr, B.getInt64(I), "memchr");
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp     [all...]
StraightLineStrengthReduce.cpp 622 Reduced = Builder.CreateGEP(Builder.getInt8Ty(), Reduced, Bump);
631 Reduced = Builder.CreateGEP(nullptr, Basis.Ins, Bump);
Scalarizer.cpp 453 Res[I] = Builder.CreateGEP(GEPI.getSourceElementType(), Base[I], Indices,
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
CGExprScalar.cpp     [all...]
CGExpr.cpp     [all...]
CGStmtOpenMP.cpp 84 auto DestEnd = Builder.CreateGEP(DestBegin, NumElements);
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUPromoteAlloca.cpp 336 Value *Offset = Builder.CreateGEP(GVTy, GV, Indices);
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 351 Value *ParamPtr = Builder.CreateGEP(ParamAddrSpacePtr,
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 689 return B.CreateGEP(nullptr, StartValue, Index);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
LowerBitSets.cpp 409 Value *ByteAddr = B.CreateGEP(Ty, ByteArray, BitOffset);
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 528 Value *GEP = Builder.CreateGEP(Builder.getInt8Ty(), V, Idx, "uglygep");
564 Value *GEP = Builder.CreateGEP(OriginalElTy, Casted,
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
GCOVProfiling.cpp     [all...]

Completed in 416 milliseconds

1 2