Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h431 struct RuntimeInfo { struct
432 PipelinePSVInfo StageInfo;
433 uint32_t MinimumWaveLaneCount; // minimum lane count required, 0 if unused
434 uint32_t MaximumWaveLaneCount; // maximum lane count required,
436 void swapBytes() { in swapBytes()
442 void swapBytes(Triple::EnvironmentType Stage) { StageInfo.swapBytes(Stage); } in swapBytes()
503 struct RuntimeInfo : public v0::RuntimeInfo { struct
522 v0::RuntimeInfo::swapBytes(Stage); in swapBytes() argument
531 struct RuntimeInfo : public v1::RuntimeInfo { struct
543 v1::RuntimeInfo::swapBytes(Stage); in swapBytes() argument
[all …]