Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILMetadata.cpp111 struct EntryProps { struct
112 Triple::EnvironmentType ShaderKind;
115 struct {
117 } CS;
119 EntryProps(Function &F, Triple::EnvironmentType ModuleShaderKind) in EntryProps() function
149 MDTuple *emitDXILEntryProps(uint64_t RawShaderFlag, LLVMContext &Ctx, in emitDXILEntryProps()
167 static MDTuple *emitEntryPropsForEmptyEntry(uint64_t RawShaderFlag, in emitEntryPropsForEmptyEntry()
181 enum EntryPropsTag {
197 void appendNumThreads(std::vector<Metadata *> &MDVals, LLVMContext &Ctx) { in appendNumThreads()
208 static void appendShaderFlags(std::vector<Metadata *> &MDVals, in appendShaderFlags()
[all …]