Searched refs:StackEntry (Results 1 – 9 of 9) sorted by relevance
91 struct StackEntry struct96 explicit StackEntry (const xe::ri::List* list_) : list(list_), curNdx(0) {} in StackEntry() argument101 vector<StackEntry> itemListStack; in extractShaderPrograms()104 itemListStack.push_back(StackEntry(&result.resultItems)); in extractShaderPrograms()108 StackEntry& curEntry = itemListStack.back(); in extractShaderPrograms()121 itemListStack.push_back(StackEntry(&static_cast<const xe::ri::Section&>(curItem).items)); in extractShaderPrograms()
308 Instruction *StackEntry = in runOnFunction() local318 StackEntry, 0, 1, "gc_frame.map"); in runOnFunction()325 StackEntry, 1 + I, "gc_root"); in runOnFunction()343 StackEntry, 0, 0, "gc_frame.next"); in runOnFunction()345 StackEntry, 0, "gc_newhead"); in runOnFunction()355 CreateGEP(Context, *AtExit, ConcreteStackEntryTy, StackEntry, 0, 0, in runOnFunction()
394 Instruction *StackEntry = AtEntry.CreateAlloca(ConcreteStackEntryTy, 0, in performCustomLowering() local402 Instruction *EntryMapPtr = CreateGEP(Context, AtEntry, StackEntry, in performCustomLowering()409 Value *SlotPtr = CreateGEP(Context, AtEntry, StackEntry, 1 + I, "gc_root"); in performCustomLowering()426 StackEntry,0,0,"gc_frame.next"); in performCustomLowering()428 StackEntry, 0, "gc_newhead"); in performCustomLowering()437 Instruction *EntryNextPtr2 = CreateGEP(Context, *AtExit, StackEntry, 0, 0, in performCustomLowering()
405 Instruction *StackEntry = in runOnFunction() local415 StackEntry, 0, 1, "gc_frame.map"); in runOnFunction()422 StackEntry, 1 + I, "gc_root"); in runOnFunction()440 StackEntry, 0, 0, "gc_frame.next"); in runOnFunction()442 StackEntry, 0, "gc_newhead"); in runOnFunction()452 CreateGEP(Context, *AtExit, ConcreteStackEntryTy, StackEntry, 0, 0, in runOnFunction()
51 using StackEntry = std::pair<BasicBlock *, Value *>; typedef52 using StackVector = SmallVector<StackEntry, 16>;
34 typedef std::pair<BasicBlock *, Value *> StackEntry; typedef35 typedef SmallVector<StackEntry, 16> StackVector;
449 struct StackEntry {450 StackEntry *Next; //< Link to next stack entry (the caller's).459 StackEntry *llvm_gc_root_chain;470 for (StackEntry *R = llvm_gc_root_chain; R; R = R->Next) {
META-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...