| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 89 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } in getOpcodeName() function 95 static const char* getOpcodeName(unsigned OpCode);
|
| H A D | Constants.h | 1103 const char *getOpcodeName() const;
|
| /minix3/external/bsd/llvm/dist/llvm/lib/MC/ |
| H A D | MCInst.cpp | 58 OS << ' ' << Printer->getOpcodeName(getOpcode()); in dump_pretty()
|
| H A D | MCInstPrinter.cpp | 24 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCInstPrinter.h | 76 StringRef getOpcodeName(unsigned Opcode) const;
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonInstPrinter.h | 32 virtual StringRef getOpcodeName(unsigned Opcode) const;
|
| H A D | HexagonInstPrinter.cpp | 72 StringRef HexagonInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in HexagonInstPrinter
|
| /minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
| H A D | FastISelEmitter.cpp | 409 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) { in getOpcodeName() function 513 std::string OpcodeName = getOpcodeName(InstPatOp, CGP); in collectPatterns()
|
| H A D | DAGISelMatcherOpt.cpp | 143 MatcherPtr.reset(new MorphNodeToMatcher(EN->getOpcodeName(), in ContractNodes()
|
| H A D | DAGISelMatcherEmitter.cpp | 517 OS << ", TARGET_VAL(" << EN->getOpcodeName() << "), 0"; in EmitMatcher()
|
| H A D | DAGISelMatcher.h | 1038 const std::string &getOpcodeName() const { return OpcodeName; } in getOpcodeName() function
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | Instruction.cpp | 184 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName() function in Instruction
|
| H A D | AsmWriter.cpp | 1220 Out << CE->getOpcodeName(); in WriteConstantInternal() 2112 Out << I.getOpcodeName(); in printInstruction()
|
| H A D | Constants.cpp | 2361 const char *ConstantExpr::getOpcodeName() const { in getOpcodeName() function in ConstantExpr 2362 return Instruction::getOpcodeName(getOpcode()); in getOpcodeName()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | Reassociate.cpp | 66 dbgs() << Instruction::getOpcodeName(I->getOpcode()) << " " in PrintOps()
|
| H A D | LoopStrengthReduce.cpp | 1148 OS << UserInst->getOpcodeName(); in print()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 2587 errs() << "ZZZ " << I.getOpcodeName() << "\n"; in dumpInst()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 5092 << Instruction::getOpcodeName(Instruction::ICmp) in ComputeExitLimitFromICmp()
|