Home
last modified time | relevance | path

Searched refs:StackEntry (Results 1 – 5 of 5) sorted by relevance

/external/deqp/executor/tools/
DxeExtractShaderPrograms.cpp91 struct StackEntry struct
96 explicit StackEntry (const xe::ri::List* list_) : list(list_), curNdx(0) {} in StackEntry() argument
101 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()
/external/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp401 Instruction *StackEntry = in runOnFunction() local
411 StackEntry, 0, 1, "gc_frame.map"); in runOnFunction()
418 StackEntry, 1 + I, "gc_root"); in runOnFunction()
436 StackEntry, 0, 0, "gc_frame.next"); in runOnFunction()
438 StackEntry, 0, "gc_newhead"); in runOnFunction()
448 CreateGEP(Context, *AtExit, ConcreteStackEntryTy, StackEntry, 0, 0, in runOnFunction()
/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp33 typedef std::pair<BasicBlock *, Value *> StackEntry; typedef
34 typedef SmallVector<StackEntry, 16> StackVector;
/external/llvm/docs/
DGarbageCollection.rst449 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) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...