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

  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 205 Value *FCData = Builder.CreateConstGEP2_32(FuncCtx, 0, 2, "__data");
209 Builder.CreateConstGEP2_32(FCData, 0, 0, "exception_gep");
214 Builder.CreateConstGEP2_32(FCData, 0, 1, "exn_selector_gep");
225 Builder.CreateConstGEP2_32(FuncCtx, 0, 3, "pers_fn_gep");
232 Value *LSDAFieldPtr = Builder.CreateConstGEP2_32(FuncCtx, 0, 4, "lsda_gep");
421 Value *JBufPtr = Builder.CreateConstGEP2_32(FuncCtx, 0, 5, "jbuf_gep");
424 Value *FramePtr = Builder.CreateConstGEP2_32(JBufPtr, 0, 0, "jbuf_fp_gep");
430 Value *StackPtr = Builder.CreateConstGEP2_32(JBufPtr, 0, 2, "jbuf_sp_gep");
  /art/compiler/jni/portable/
jni_compiler.cc 124 ::llvm::Value* shadow_frame_upcast = irb_.CreateConstGEP2_32(shadow_frame_, 0, 0);
  /external/clang/lib/CodeGen/
CGCall.cpp 607 llvm::Value *EltAddr = Builder.CreateConstGEP2_32(LV.getAddress(), 0, Elt);
678 SrcPtr = CGF.Builder.CreateConstGEP2_32(SrcPtr, 0, 0, "coerce.dive");
    [all...]
CGDecl.cpp 764 emitStoresForInitAfterMemset(Elt, Builder.CreateConstGEP2_32(Loc, 0, i),
778 emitStoresForInitAfterMemset(Elt, Builder.CreateConstGEP2_32(Loc, 0, i),
    [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /art/compiler/llvm/
gbc_expander.cc     [all...]

Completed in 273 milliseconds