OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateConstGEP2_32
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp
205
Value *FCData = Builder.
CreateConstGEP2_32
(FuncCtx, 0, 2, "__data");
208
Value *ExceptionAddr = Builder.
CreateConstGEP2_32
(FCData, 0, 0,
213
Value *SelectorAddr = Builder.
CreateConstGEP2_32
(FCData, 0, 1,
224
Value *PersonalityFieldPtr = Builder.
CreateConstGEP2_32
(FuncCtx, 0, 3,
232
Value *LSDAFieldPtr = Builder.
CreateConstGEP2_32
(FuncCtx, 0, 4, "lsda_gep");
420
Value *JBufPtr = Builder.
CreateConstGEP2_32
(FuncCtx, 0, 5, "jbuf_gep");
423
Value *FramePtr = Builder.
CreateConstGEP2_32
(JBufPtr, 0, 0, "jbuf_fp_gep");
429
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
562
llvm::Value *EltAddr = Builder.
CreateConstGEP2_32
(LV.getAddress(), 0, Elt);
637
SrcPtr = CGF.Builder.
CreateConstGEP2_32
(SrcPtr, 0, 0, "coerce.dive");
774
llvm::Value *EltPtr = CGF.Builder.
CreateConstGEP2_32
(DestPtr, 0, i);
[
all
...]
CGDecl.cpp
756
emitStoresForInitAfterMemset(Elt, Builder.
CreateConstGEP2_32
(Loc, 0, i),
770
emitStoresForInitAfterMemset(Elt, Builder.
CreateConstGEP2_32
(Loc, 0, i),
[
all
...]
/external/llvm/include/llvm/IR/
IRBuilder.h
[
all
...]
/art/compiler/llvm/
gbc_expander.cc
[
all
...]
Completed in 3858 milliseconds