/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | ConstraintElimination.cpp | 189 struct StackEntry { struct 190 unsigned NumIn; 191 unsigned NumOut; 192 CmpInst *Condition; 193 bool IsNot; 195 StackEntry(unsigned NumIn, unsigned NumOut, CmpInst *Condition, bool IsNot) in StackEntry() argument
|
/external/deqp/executor/tools/ |
D | xeExtractShaderPrograms.cpp | 98 struct StackEntry struct 103 explicit StackEntry (const xe::ri::List* list_) : list(list_), curNdx(0) {} in StackEntry() argument
|
/external/llvm-project/compiler-rt/lib/xray/ |
D | xray_basic_logging.cpp | 47 struct alignas(16) StackEntry { struct 48 int32_t FuncId; 49 uint16_t Type; 50 uint8_t CPU; 51 uint8_t Padding; 52 uint64_t TSC;
|
/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/llvm-project/llvm/lib/XRay/ |
D | Profile.cpp | 319 struct StackEntry { struct 320 uint64_t Timestamp; 321 Profile::FuncID FuncId;
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 53 using StackEntry = std::pair<BasicBlock *, Value *>; typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 53 using StackEntry = std::pair<BasicBlock *, Value *>; typedef
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | ShadowStackGCLowering.cpp | 308 Instruction *StackEntry = in runOnFunction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ShadowStackGCLowering.cpp | 308 Instruction *StackEntry = in runOnFunction() local
|
/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/llvm-project/clang/lib/Serialization/ |
D | ASTWriter.cpp | 4165 for (const auto &StackEntry : SemaRef.PackStack.Stack) { in WritePackPragmaOptions() local 4185 for (const auto &StackEntry : SemaRef.FpPragmaStack.Stack) { in WriteFloatControlPragmaOptions() local
|