Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DCustomBehaviour.h133 StringRef getDesc() const { return Desc; } in getDesc() function
H A DInstruction.h540 const InstrDesc &getDesc() const { return Desc; } in getDesc() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h66 const char *getDesc() const { return Desc; } in getDesc() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DRegistry.h36 StringRef getDesc() const { return Desc; } in getDesc() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h62 const MDNode *getDesc() const { return Desc; } in getDesc() function
H A DSDNodeInfo.h95 const SDNodeDesc &getDesc(unsigned Opcode) const { in getDesc() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h113 MCInst const &getDesc() const { return *ID; } getDesc() function
H A DHexagonMCInstrInfo.cpp255 MCInstrDesc const &HexagonMCInstrInfo::getDesc(MCInstrInfo const &MCII, in getDesc() function in HexagonMCInstrInfo