Home
last modified time | relevance | path

Searched refs:EntryProperties (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDXILMetadataAnalysis.h23 struct EntryProperties { struct
31 EntryProperties(const Function *Fn = nullptr) : Entry(Fn) {}; in Entry() argument
39 SmallVector<EntryProperties> EntryPropertyVec{};
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILTranslateMetadata.cpp171 getEntryPropAsMetadata(const EntryProperties &EP, uint64_t EntryShaderFlags, in getEntryPropAsMetadata()
224 static MDTuple *emitEntryMD(const EntryProperties &EP, MDTuple *Signatures, in emitEntryMD()
353 for (const EntryProperties &EntryProp : MMDI.EntryPropertyVec) { in translateMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILMetadataAnalysis.cpp45 EntryProperties EFP(&F); in collectMetadataInfo()