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.h303 struct RuntimeInfo { struct
304 PipelinePSVInfo StageInfo;
305 uint32_t MinimumWaveLaneCount; // minimum lane count required, 0 if unused
306 uint32_t MaximumWaveLaneCount; // maximum lane count required,
308 void swapBytes() { in swapBytes()
314 void swapBytes(Triple::EnvironmentType Stage) { StageInfo.swapBytes(Stage); } in swapBytes()
375 struct RuntimeInfo : public v0::RuntimeInfo { struct
394 v0::RuntimeInfo::swapBytes(Stage); in swapBytes() argument
403 struct RuntimeInfo : public v1::RuntimeInfo { struct
415 v1::RuntimeInfo::swapBytes(Stage); in swapBytes() argument
[all …]