Home
last modified time | relevance | path

Searched refs:SigInputElements (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/lib/Object/
H A DDXContainer.cpp344 if (Error Err = readInteger(Data, Current, SigInputElements.Stride)) in parse()
349 SigInputElements.Stride; in parse()
352 (ptrdiff_t)(ElementCount * SigInputElements.Stride)) in parse()
356 size_t InputSize = SigInputElements.Stride * InputCount; in parse()
357 SigInputElements.Data = Data.substr(Current - Data.begin(), InputSize); in parse()
436 return P->SigInputElements; in getSigInputCount()
438 return P->SigInputElements; in getSigInputCount()
440 return P->SigInputElements; in getSigInputCount()
/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h134 SigElementArray SigInputElements; variable
196 SigElementArray getSigInputElements() const { return SigInputElements; } in getSigInputElements()
217 uint32_t getSigElementStride() const { return SigInputElements.Stride; } in getSigElementStride()
/llvm-project/llvm/test/CodeGen/DirectX/ContainerData/
H A DPipelineStateValidation.ll34 ; DXC: SigInputElements: []
/llvm-project/llvm/tools/obj2yaml/
H A Ddxcontainer2yaml.cpp110 NewPart.Info->SigInputElements.push_back( in dumpDXContainer()
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h114 SmallVector<SignatureElement> SigInputElements;
113 SmallVector<SignatureElement> SigInputElements; global() member
/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp152 BaseData.SigInputElements = static_cast<uint32_t>(InputElements.size()); in finalize()
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h408 uint8_t SigInputElements; in swapBytes()
381 uint8_t SigInputElements; global() member
/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp205 for (auto El : P.Info->SigInputElements) in writeParts()
H A DDXContainerYAML.cpp150 IO.mapRequired("SigInputElements", PSV.SigInputElements); in mapping()