Home
last modified time | relevance | path

Searched refs:getOpcodeName (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.h162 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
177 static const char* getOpcodeName(unsigned OpCode);
H A DConstants.h1283 const char *getOpcodeName() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp663 O << Instruction::getOpcodeName(getOpcode()); in print()
952 O << Inst->getOpcodeName() << " "; in print()
997 O << " = " << getUnderlyingInstr()->getOpcodeName() << " "; in print()
1072 O << " + reduce." << Instruction::getOpcodeName(RdxDesc->getOpcode()) in print()
1090 O << Instruction::getOpcodeName(getUnderlyingInstr()->getOpcode()) << " "; in print()
1113 O << Instruction::getOpcodeName(Ingredient.getOpcode()) << " "; in print()
H A DLoopVectorize.cpp8883 std::string RegionName = (Twine("pred.") + Instr->getOpcodeName()).str(); in createReplicateRegion()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCInst.cpp84 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty()
H A DMCInstPrinter.cpp41 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstPrinter.h107 StringRef getOpcodeName(unsigned Opcode) const;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFastISelEmitter.cpp412 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) { in getOpcodeName() function
517 std::string OpcodeName = getOpcodeName(InstPatOp, CGP); in collectPatterns()
H A DDAGISelMatcherOpt.cpp127 MatcherPtr.reset(new MorphNodeToMatcher(EN->getOpcodeName(), in ContractNodes()
H A DDAGISelMatcherEmitter.cpp779 OS << ", TARGET_VAL(" << EN->getOpcodeName() << "), 0"; in EmitMatcher()
H A DDAGISelMatcher.h1015 const std::string &getOpcodeName() const { return OpcodeName; } in getOpcodeName() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp600 static StringRef getOpcodeName(uint8_t Opcode, uint8_t OpcodeBase) { in getOpcodeName() function
610 StringRef OpcodeName = getOpcodeName(Opcode, LineTable->Prologue.OpcodeBase); in advanceAddr()
645 getOpcodeName(Opcode, LineTable->Prologue.OpcodeBase); in advanceAddrForOpcode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDiagnosticInfo.cpp182 Val = I->getOpcodeName(); in Argument()
H A DInstruction.cpp317 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName() function in Instruction
H A DConstants.cpp2866 const char *ConstantExpr::getOpcodeName() const { in getOpcodeName() function in ConstantExpr
2867 return Instruction::getOpcodeName(getOpcode()); in getOpcodeName()
H A DAsmWriter.cpp1589 Out << CE->getOpcodeName(); in WriteConstantInternal()
3979 Out << I.getOpcodeName(); in printInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp421 auto InstName = Instruction::getOpcodeName(Instr->getOpcode()); in checkInstructions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1830 write(std::string(I->getOpcodeName())); in linearizeExpr()
H A DReassociate.cpp79 dbgs() << Instruction::getOpcodeName(I->getOpcode()) << " " in PrintOps()
H A DLoopStrengthReduce.cpp1493 OS << UserInst->getOpcodeName(); in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp321 OS << U->getOpcodeName(); in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4001 errs() << "ZZZ " << I.getOpcodeName() << "\n"; in dumpInst()