Home
last modified time | relevance | path

Searched refs:PtrPtr (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/SystemZ/
Daddressing.ll39 define i32 @foo1(i32* nocapture noalias %A, i32** nocapture %PtrPtr) {
43 ;CHECK: %1 = getelementptr inbounds i32*, i32** %PtrPtr, i64 %index
44 ;CHECK: %2 = getelementptr inbounds i32*, i32** %PtrPtr, i64 %0
60 %ptr = getelementptr inbounds i32*, i32** %PtrPtr, i64 %indvars.iv
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp169 void **PtrPtr = (void **) ArgDataPtr; in ffiValueFor() local
170 *PtrPtr = GVTOP(AV); in ffiValueFor()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp180 void **PtrPtr = (void **) ArgDataPtr; in ffiValueFor() local
181 *PtrPtr = GVTOP(AV); in ffiValueFor()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp169 void **PtrPtr = (void **) ArgDataPtr; in ffiValueFor() local
170 *PtrPtr = GVTOP(AV); in ffiValueFor()