| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 170 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } 186 static const char* getOpcodeName(unsigned OpCode);
|
| H A D | Constants.h | 1313 const char *getOpcodeName() const;
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCInst.cpp | 84 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty()
|
| H A D | MCInstPrinter.cpp | 42 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCInstPrinter.h | 111 StringRef getOpcodeName(unsigned Opcode) const;
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 413 O << Instruction::getOpcodeName(getOpcode()); in print() 690 O << " = " << UI->getOpcodeName() << " "; in print() 903 O << " reduce." << Instruction::getOpcodeName(RdxDesc->getOpcode()) << " ("; in print() 931 O << Instruction::getOpcodeName(getUnderlyingInstr()->getOpcode()) << " "; in print() 1029 O << Instruction::getOpcodeName(Ingredient.getOpcode()) << " "; in print()
|
| H A D | VPlan.cpp | 983 O << Inst->getOpcodeName() << " "; in print()
|
| H A D | LoopVectorize.cpp | 5440 OS << " " << I->getOpcodeName(); in selectVectorizationFactor() 8561 std::string RegionName = (Twine("pred.") + Instr->getOpcodeName()).str(); in createReplicateRegion()
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | FastISelEmitter.cpp | 407 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) { in getOpcodeName() function 512 std::string OpcodeName = getOpcodeName(InstPatOp, CGP); in collectPatterns()
|
| H A D | DAGISelMatcherOpt.cpp | 127 MatcherPtr.reset(new MorphNodeToMatcher(EN->getOpcodeName(), in ContractNodes()
|
| H A D | DAGISelMatcherEmitter.cpp | 775 OS << ", TARGET_VAL(" << EN->getOpcodeName() << "), 0"; in EmitMatcher()
|
| H A D | DAGISelMatcher.h | 1015 const std::string &getOpcodeName() const { return OpcodeName; } in getOpcodeName() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | SimplifyCFGPass.cpp | 104 F.getContext(), Twine("common.") + Term->getOpcodeName(), &F, BBs[0]); in performBlockTailMerging()
|
| H A D | Reassociate.cpp | 77 dbgs() << Instruction::getOpcodeName(I->getOpcode()) << " " in PrintOps()
|
| H A D | LowerMatrixIntrinsics.cpp | 2160 write(std::string(I->getOpcodeName())); in linearizeExpr()
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 761 inst->getOpcodeName()); in Interpret() 851 LLDB_LOGF(log, "Interpreted a %s", inst->getOpcodeName()); in Interpret() 1012 LLDB_LOGF(log, "Interpreted a %s", inst->getOpcodeName()); in Interpret()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 604 static StringRef getOpcodeName(uint8_t Opcode, uint8_t OpcodeBase) { in getOpcodeName() function 614 StringRef OpcodeName = getOpcodeName(Opcode, LineTable->Prologue.OpcodeBase); in advanceAddr() 649 getOpcodeName(Opcode, LineTable->Prologue.OpcodeBase); in advanceAddrForOpcode()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DiagnosticInfo.cpp | 182 Val = I->getOpcodeName(); in Argument()
|
| H A D | Instruction.cpp | 397 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName() function in Instruction
|
| H A D | Constants.cpp | 2806 const char *ConstantExpr::getOpcodeName() const { in getOpcodeName() function in ConstantExpr 2807 return Instruction::getOpcodeName(getOpcode()); in getOpcodeName()
|
| H A D | AsmWriter.cpp | 1585 Out << CE->getOpcodeName(); in WriteConstantInternal() 4063 Out << I.getOpcodeName(); in printInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 439 auto InstName = Instruction::getOpcodeName(Instr->getOpcode()); in checkInstructions()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 319 OS << U->getOpcodeName(); in print()
|
| H A D | HexagonVectorCombine.cpp | 401 OS << Instruction::getOpcodeName(Op.Opcode) << '.' << Op.Frac; in operator <<()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 560 const char *getOpcodeName() const { in getOpcodeName() function in __anone38b3fdf0411::BitcodeConstant 561 return Instruction::getOpcodeName(Opcode); in getOpcodeName() 1578 BC->getOpcodeName()); in materializeValue()
|