Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/
DDXILMetadata.cpp90 struct EntryProps { struct
91 Triple::EnvironmentType ShaderKind;
94 struct {
96 } CS;
98 EntryProps(Function &F, Triple::EnvironmentType ModuleShaderKind) in EntryProps() argument
128 MDTuple *emitDXILEntryProps(uint64_t RawShaderFlag, LLVMContext &Ctx, in emitDXILEntryProps()
146 static MDTuple *emitEntryPropsForEmptyEntry(uint64_t RawShaderFlag, in emitEntryPropsForEmptyEntry()
160 enum EntryPropsTag {
176 void appendNumThreads(std::vector<Metadata *> &MDVals, LLVMContext &Ctx) { in appendNumThreads()
187 static void appendShaderFlags(std::vector<Metadata *> &MDVals, in appendShaderFlags()
[all …]