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

1 2

  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 91 LoopBuilder.CreateLoad(LoopBuilder.CreateInBoundsGEP(
96 LoopBuilder.CreateInBoundsGEP(LoopBuilder.getInt8Ty(),
176 LoopBuilder.CreateInBoundsGEP(SrcAddr, IndexPtr), "element");
178 LoopBuilder.CreateInBoundsGEP(DstAddr, IndexPtr));
193 FwdLoopBuilder.CreateInBoundsGEP(SrcAddr, FwdCopyPhi), "element");
195 FwdElement, FwdLoopBuilder.CreateInBoundsGEP(DstAddr, FwdCopyPhi));
230 LoopBuilder.CreateInBoundsGEP(SetValue->getType(), DstAddr, LoopIndex),
NVPTXGenericToNVVM.cpp 346 : Builder.CreateInBoundsGEP(
  /frameworks/compile/libbcc/lib/Renderscript/
RSKernelExpand.cpp 578 llvm::Value *YAddr = Builder.CreateInBoundsGEP(Arg_p, YValueGEP, "Y.gep");
586 llvm::Value *ZAddr = Builder.CreateInBoundsGEP(Arg_p, ZValueGEP, "Z.gep");
654 llvm::Value *InBufPtrAddr = Builder.CreateInBoundsGEP(Arg_p, InBufPtrGEP, "input_buf.gep");
713 InPtr = Builder.CreateInBoundsGEP(InBufPtrs[Index], Offset);
722 InPtr = Builder.CreateInBoundsGEP(InBufPtrs[Index], OffsetInBytes);
    [all...]
  /external/clang/lib/CodeGen/
CGBuilder.h 210 return Address(CreateInBoundsGEP(Addr.getPointer(),
227 return Address(CreateInBoundsGEP(Addr.getElementType(), Addr.getPointer(),
250 return Address(CreateInBoundsGEP(Addr.getPointer(), getSize(Offset), Name),
263 return CreateInBoundsGEP(Ptr, getSize(Offset), Name);
CGExprAgg.cpp 349 Builder.CreateInBoundsGEP(ArrayPtr.getPointer(), IdxStart, "arraystart");
366 Builder.CreateInBoundsGEP(ArrayPtr.getPointer(), IdxEnd, "arrayend");
413 Builder.CreateInBoundsGEP(DestPtr.getPointer(), indices, "arrayinit.begin");
457 element = Builder.CreateInBoundsGEP(element, one, "arrayinit.element");
486 element = Builder.CreateInBoundsGEP(element, one, "arrayinit.start");
491 llvm::Value *end = Builder.CreateInBoundsGEP(begin,
514 Builder.CreateInBoundsGEP(currentElement, one, "arrayinit.next");
    [all...]
CGDecl.cpp     [all...]
CGObjCRuntime.cpp 96 V = CGF.Builder.CreateInBoundsGEP(V, Offset, "add.ptr");
MicrosoftCXXABI.cpp     [all...]
CGClass.cpp 247 ptr = CGF.Builder.CreateInBoundsGEP(ptr, baseOffset, "add.ptr");
579 Dest = CGF.Builder.CreateInBoundsGEP(Dest, ArrayIndex, "destaddress");
    [all...]
CGExprCXX.cpp     [all...]
ItaniumCXXABI.cpp 558 Ptr = Builder.CreateInBoundsGEP(Ptr, Adj);
629 Builder.CreateInBoundsGEP(Base.getPointer(), MemPtr, "memptr.offset");
    [all...]
CodeGenFunction.cpp     [all...]
CGExprScalar.cpp     [all...]
CGExpr.cpp 637 Builder.CreateAlignedLoad(Builder.CreateInBoundsGEP(Cache, Indices),
    [all...]
CGStmtOpenMP.cpp 692 Address(Builder.CreateInBoundsGEP(BaseLValue.getPointer(), Indexes),
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 85 return dyn_cast<Instruction>(Builder.CreateInBoundsGEP(
217 Builder.CreateInBoundsGEP(NewGV->getValueType(), NewGV, Indices);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 557 auto *Ptr = IC.Builder->CreateInBoundsGEP(ST, Addr, makeArrayRef(Indices), EltName);
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 661 Builder.CreateInBoundsGEP(Builder.getInt8Ty(), Reduced, Bump);
670 Reduced = Builder.CreateInBoundsGEP(nullptr, Basis.Ins, Bump);
SROA.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
GCOVProfiling.cpp 627 Value *Counter = Builder.CreateInBoundsGEP(Counters->getValueType(),
    [all...]
  /frameworks/compile/slang/
slang_backend.cpp 701 Ptr = IB->CreateInBoundsGEP(HelperFunctionParameter, Idx);
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 634 milliseconds

1 2