Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp38 SmallVectorImpl<StringRef> &SemanticNames, in ProcessElementList() argument
43 SemanticNames.push_back(El.Name); in ProcessElementList()
110 SmallVector<StringRef, 32> SemanticNames; in write() local
113 SemanticNames, InputElements); in write()
115 SemanticNames, OutputElements); in write()
117 SemanticNames, PatchOrPrimElements); in write()
120 for (auto ElAndName : zip(SignatureElements, SemanticNames)) { in write()