/external/deqp/executor/tools/ |
D | xeExtractShaderPrograms.cpp | 100 struct StackEntry struct 105 explicit StackEntry (const xe::ri::List* list_) : list(list_), curNdx(0) {} in StackEntry() argument 110 vector<StackEntry> itemListStack; in extractShaderPrograms() 113 itemListStack.push_back(StackEntry(&result.resultItems)); in extractShaderPrograms() 117 StackEntry& curEntry = itemListStack.back(); in extractShaderPrograms() 130 itemListStack.push_back(StackEntry(&static_cast<const xe::ri::Section&>(curItem).items)); in extractShaderPrograms()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ShadowStackGCLowering.cpp | 308 Instruction *StackEntry = in runOnFunction() local 319 StackEntry, 0, 1, "gc_frame.map"); in runOnFunction() 326 StackEntry, 1 + I, "gc_root"); in runOnFunction() 344 StackEntry, 0, 0, "gc_frame.next"); in runOnFunction() 346 StackEntry, 0, "gc_newhead"); in runOnFunction() 356 CreateGEP(Context, *AtExit, ConcreteStackEntryTy, StackEntry, 0, 0, in runOnFunction()
|
/external/llvm/lib/CodeGen/ |
D | ShadowStackGCLowering.cpp | 405 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-10.0/llvm/lib/XRay/ |
D | Profile.cpp | 319 struct StackEntry { struct 333 DenseMap<Profile::ThreadID, std::vector<StackEntry>> ThreadStacks; in profileFromTrace() 360 std::mem_fn(&StackEntry::FuncId)); in profileFromTrace()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 53 using StackEntry = std::pair<BasicBlock *, Value *>; typedef 54 using StackVector = SmallVector<StackEntry, 16>;
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 34 typedef std::pair<BasicBlock *, Value *> StackEntry; typedef 35 typedef SmallVector<StackEntry, 16> StackVector;
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderDebugger.cpp | 1331 struct StackEntry struct 1336 …bool operator!=(const StackEntry &other) const { return block != other.block || line != other.line… in operator !=() argument 1375 std::vector<StackEntry> stack; 2206 std::vector<StackEntry> newStack; in trap() 2209 newStack.emplace_back(StackEntry{ block, block->line }); in trap() 2215 newStack.emplace_back(StackEntry{ block, inlined->line }); in trap()
|
/external/llvm/docs/ |
D | GarbageCollection.rst | 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) {
|