Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/MCA/
H A DCustomBehaviour.h132 StringRef getDesc() const { return Desc; } in getDesc() function
H A DInstruction.h539 const InstrDesc &getDesc() const { return Desc; } in getDesc() function
/llvm-project/llvm/include/llvm/Support/
H A DRegistry.h36 StringRef getDesc() const { return Desc; } in getDesc() function
/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h66 const char *getDesc() const { return Desc; } getDesc() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h61 const MDNode *getDesc() const { return Desc; } in getDesc() function
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h112 MCInst const &getDesc() const { return *ID; } in getDesc() function
H A DHexagonMCInstrInfo.cpp255 MCInstrDesc const &HexagonMCInstrInfo::getDesc(MCInstrInfo const &MCII, in getDesc() function in HexagonMCInstrInfo
[all...]
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpDocGen.cpp549 auto getDesc = [](const OpDocGroup &arg) -> StringRef { emitDialectDoc() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp5812 auto getDesc = [&](int i) { genRandomSeed() local