Searched defs:getInstName (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ | ||
H A D | Patterns.h | 632 StringRef getInstName() const override { return PF.getName(); } getInstName() function |
H A D | Patterns.cpp | 381 StringRef CodeGenInstructionPattern::getInstName() const { getInstName() function in llvm::gi::CodeGenInstructionPattern |
/llvm-project/polly/lib/CodeGen/ | ||
H A D | BlockGenerators.cpp | 638 static std::string getInstName(Value *Val) { getInstName() function |