| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 128 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } 140 static const char* getOpcodeName(unsigned OpCode);
|
| H A D | Constants.h | 1221 const char *getOpcodeName() const;
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCInst.cpp | 75 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty()
|
| H A D | MCInstPrinter.cpp | 36 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCInstPrinter.h | 77 StringRef getOpcodeName(unsigned Opcode) const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 723 inst->getOpcodeName()); in Interpret() 809 log->Printf("Interpreted a %s", inst->getOpcodeName()); in Interpret() 897 cast_inst->getOpcodeName()); in Interpret() 924 cast_inst->getOpcodeName()); in Interpret() 1023 log->Printf("Interpreted a %s", inst->getOpcodeName()); in Interpret() 1491 inst->getOpcodeName()); in Interpret()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 348 O << Instruction::getOpcodeName(getOpcode()); in print() 609 RSO << Inst->getOpcodeName() << " "; in printAsIngredient()
|
| H A D | LoopVectorize.cpp | 6663 std::string RegionName = (Twine("pred.") + Instr->getOpcodeName()).str(); in createReplicateRegion()
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | FastISelEmitter.cpp | 417 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) { in getOpcodeName() function 522 std::string OpcodeName = getOpcodeName(InstPatOp, CGP); in collectPatterns()
|
| H A D | DAGISelMatcherOpt.cpp | 124 MatcherPtr.reset(new MorphNodeToMatcher(EN->getOpcodeName(), in ContractNodes()
|
| H A D | DAGISelMatcherEmitter.cpp | 702 OS << ", TARGET_VAL(" << EN->getOpcodeName() << "), 0"; in EmitMatcher()
|
| H A D | DAGISelMatcher.h | 947 const std::string &getOpcodeName() const { return OpcodeName; } in getOpcodeName() function
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | DiagnosticInfo.cpp | 181 Val = I->getOpcodeName(); in Argument()
|
| H A D | Instruction.cpp | 291 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName() function in Instruction
|
| H A D | Constants.cpp | 2392 const char *ConstantExpr::getOpcodeName() const { in getOpcodeName() function in ConstantExpr 2393 return Instruction::getOpcodeName(getOpcode()); in getOpcodeName()
|
| H A D | AsmWriter.cpp | 1501 Out << CE->getOpcodeName(); in WriteConstantInternal() 3600 Out << I.getOpcodeName(); in printInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | Reassociate.cpp | 78 dbgs() << Instruction::getOpcodeName(I->getOpcode()) << " " in PrintOps()
|
| H A D | LoopStrengthReduce.cpp | 1468 OS << UserInst->getOpcodeName(); in print()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 302 OS << U->getOpcodeName(); in print()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 3505 errs() << "ZZZ " << I.getOpcodeName() << "\n"; in dumpInst()
|