Home
last modified time | relevance | path

Searched refs:StackEntry (Results 1 – 9 of 9) 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp308 Instruction *StackEntry = in runOnFunction() local
318 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()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DShadowStackGC.cpp394 Instruction *StackEntry = AtEntry.CreateAlloca(ConcreteStackEntryTy, 0, in performCustomLowering() local
402 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()
/external/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp405 Instruction *StackEntry = in runOnFunction() local
415 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp51 using StackEntry = std::pair<BasicBlock *, Value *>; typedef
52 using StackVector = SmallVector<StackEntry, 16>;
/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp34 typedef std::pair<BasicBlock *, Value *> StackEntry; typedef
35 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/swiftshader/third_party/llvm-7.0/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/grpc-grpc-java/netty/shaded/
Dgrpc-netty-shaded-1.14.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...