Searched refs:frame_ptr (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/BPF/ |
| H A D | simplifycfg.ll | 19 ; void *frame_ptr; 22 ; get_frame_ptr(&frame_ptr); 26 ; if (frame_ptr && get_data(frame_ptr, &frame)) { 27 ; frame_ptr = frame.f_back; 30 ; return frame_ptr == 0; 43 %frame_ptr = alloca i8*, align 8 46 %0 = bitcast i8** %frame_ptr to i8* 50 %2 = bitcast i8** %frame_ptr to i8* 73 %6 = load i8*, i8** %frame_ptr, align 8, !tbaa !6 87 store i8* %9, i8** %frame_ptr, align 8, !tbaa !6 [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.h | 366 void ListAllocations(Stream &strm, StackFrame *frame_ptr, 369 bool RecomputeAllAllocations(Stream &strm, StackFrame *frame_ptr); 390 const char *filename, StackFrame *frame_ptr); 393 const char *filename, StackFrame *frame_ptr); 440 bool EvalRSExpression(const char *expression, StackFrame *frame_ptr, 532 StackFrame *frame_ptr); 539 void FindStructTypeName(Element &elem, StackFrame *frame_ptr); 552 bool JITDataPointer(AllocationDetails *alloc, StackFrame *frame_ptr, 557 bool JITTypePacked(AllocationDetails *alloc, StackFrame *frame_ptr); 560 StackFrame *frame_ptr); [all …]
|
| H A D | RenderScriptRuntime.cpp | 2078 if (!JITElementPacked(child, context, frame_ptr)) in JITSubelements() 2085 FindStructTypeName(elem, frame_ptr); in JITSubelements() 2197 if (!JITDataPointer(alloc, frame_ptr)) in RefreshAllocation() 2201 if (!JITTypePointer(alloc, frame_ptr)) in RefreshAllocation() 2205 if (!JITTypePacked(alloc, frame_ptr)) in RefreshAllocation() 2216 return JITAllocationSize(alloc, frame_ptr); in RefreshAllocation() 2359 if (!RefreshAllocation(alloc, frame_ptr)) { in GetAllocationData() 2415 if (!RefreshAllocation(alloc, frame_ptr)) { in LoadAllocation() 2636 if (!RefreshAllocation(alloc, frame_ptr)) { in SaveAllocation() 3186 if (!RefreshAllocation(alloc, frame_ptr)) { in DumpAllocation() [all …]
|