OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOpcodeName
(Results
1 - 18
of
18
) sorted by null
/external/llvm/lib/MC/
MCInst.cpp
58
OS << ' ' << Printer->
getOpcodeName
(getOpcode());
MCInstPrinter.cpp
22
///
getOpcodeName
- Return the name of the specified opcode enum (e.g.
24
StringRef MCInstPrinter::
getOpcodeName
(unsigned Opcode) const {
/external/llvm/include/llvm/MC/
MCInstPrinter.h
73
///
getOpcodeName
- Return the name of the specified opcode enum (e.g.
75
StringRef
getOpcodeName
(unsigned Opcode) const;
/external/llvm/include/llvm/IR/
Instruction.h
85
const char *
getOpcodeName
() const { return
getOpcodeName
(getOpcode()); }
91
static const char*
getOpcodeName
(unsigned OpCode);
Constants.h
[
all
...]
/external/llvm/lib/Target/Hexagon/InstPrinter/
HexagonInstPrinter.h
32
virtual StringRef
getOpcodeName
(unsigned Opcode) const;
HexagonInstPrinter.cpp
33
StringRef HexagonInstPrinter::
getOpcodeName
(unsigned Opcode) const {
/external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp
134
MatcherPtr.reset(new MorphNodeToMatcher(EN->
getOpcodeName
(),
FastISelEmitter.cpp
390
static std::string
getOpcodeName
(Record *Op, CodeGenDAGPatterns &CGP) {
494
std::string OpcodeName =
getOpcodeName
(InstPatOp, CGP);
DAGISelMatcher.h
[
all
...]
DAGISelMatcherEmitter.cpp
500
OS << ", TARGET_VAL(" << EN->
getOpcodeName
() << "), 0";
/external/llvm/lib/IR/
Instruction.cpp
186
const char *Instruction::
getOpcodeName
(unsigned OpCode) {
AsmWriter.cpp
[
all
...]
Constants.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
Reassociate.cpp
66
dbgs() << Instruction::
getOpcodeName
(I->getOpcode()) << " "
[
all
...]
LoopStrengthReduce.cpp
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp
[
all
...]
/external/llvm/lib/Analysis/
ScalarEvolution.cpp
[
all
...]
Completed in 4315 milliseconds