Searched defs:EntryProps (Results 1 – 1 of 1) sorted by relevance
111 struct EntryProps { struct112 Triple::EnvironmentType ShaderKind;115 struct {117 } CS;119 EntryProps(Function &F, Triple::EnvironmentType ModuleShaderKind) in EntryProps() function149 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 …]