/external/deqp/executor/tools/ |
D | xeExtractShaderPrograms.cpp | 116 struct StackEntry struct 121 explicit StackEntry(const xe::ri::List *list_) : list(list_), curNdx(0) in StackEntry() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | Profile.cpp | 319 struct StackEntry { struct 320 uint64_t Timestamp; 321 Profile::FuncID FuncId;
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/XRay/ |
D | Profile.cpp | 319 struct StackEntry { struct 320 uint64_t Timestamp; 321 Profile::FuncID FuncId;
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | ConstraintElimination.cpp | 72 struct StackEntry { struct 73 unsigned NumIn; 74 unsigned NumOut; 75 bool IsSigned = false; 78 SmallVector<Value *, 2> ValuesToRelease; 80 StackEntry(unsigned NumIn, unsigned NumOut, bool IsSigned, in StackEntry() function
|
/external/pytorch/torch/csrc/jit/frontend/ |
D | source_range.h | 418 struct StackEntry { struct 425 const std::vector<StackEntry>& entries); argument
|
/external/angle/third_party/spirv-tools/src/source/ |
D | disassemble.cpp | 390 struct StackEntry { struct 392 uint32_t block_index; 396 bool post_visit = false;
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | disassemble.cpp | 390 struct StackEntry { struct 392 uint32_t block_index; 396 bool post_visit = false;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 53 using StackEntry = std::pair<BasicBlock *, Value *>; typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ShadowStackGCLowering.cpp | 308 Instruction *StackEntry = in runOnFunction() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | ShadowStackGCLowering.cpp | 321 Instruction *StackEntry = in runOnFunction() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 35 using StackEntry = std::pair<BasicBlock *, Value *>; typedef
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 34 typedef std::pair<BasicBlock *, Value *> StackEntry; typedef
|
/external/llvm/lib/CodeGen/ |
D | ShadowStackGCLowering.cpp | 405 Instruction *StackEntry = in runOnFunction() local
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShaderDebugger.cpp | 1331 struct StackEntry struct 1333 debug::LexicalBlock *block; 1334 uint32_t line; 1336 …ol operator!=(const StackEntry &other) const { return block != other.block || line != other.line; } in operator !=()
|
/external/truth/core/src/main/java/com/google/common/truth/ |
D | ActualValueInference.java | 134 abstract static class StackEntry { class in ActualValueInference
|