Home
last modified time | relevance | path

Searched defs:StackEntry (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Scalar/
DConstraintElimination.cpp189 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/
DxeExtractShaderPrograms.cpp98 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/
Dxray_basic_logging.cpp47 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/
DProfile.cpp319 struct StackEntry { struct
320 uint64_t Timestamp;
321 Profile::FuncID FuncId;
/external/llvm-project/llvm/lib/XRay/
DProfile.cpp319 struct StackEntry { struct
320 uint64_t Timestamp;
321 Profile::FuncID FuncId;
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp53 using StackEntry = std::pair<BasicBlock *, Value *>; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp53 using StackEntry = std::pair<BasicBlock *, Value *>; typedef
/external/llvm-project/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp308 Instruction *StackEntry = in runOnFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp308 Instruction *StackEntry = in runOnFunction() local
/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp34 typedef std::pair<BasicBlock *, Value *> StackEntry; typedef
/external/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp405 Instruction *StackEntry = in runOnFunction() local
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp1331 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/
DASTWriter.cpp4165 for (const auto &StackEntry : SemaRef.PackStack.Stack) { in WritePackPragmaOptions() local
4185 for (const auto &StackEntry : SemaRef.FpPragmaStack.Stack) { in WriteFloatControlPragmaOptions() local