/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Instruction.h | 162 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } 177 static const char* getOpcodeName(unsigned OpCode);
|
H A D | Constants.h | 1283 const char *getOpcodeName() const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.cpp | 663 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 D | LoopVectorize.cpp | 8883 std::string RegionName = (Twine("pred.") + Instr->getOpcodeName()).str(); in createReplicateRegion()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCInst.cpp | 84 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty()
|
H A D | MCInstPrinter.cpp | 41 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCInstPrinter.h | 107 StringRef getOpcodeName(unsigned Opcode) const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | FastISelEmitter.cpp | 412 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) { in getOpcodeName() function 517 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 | 779 OS << ", TARGET_VAL(" << EN->getOpcodeName() << "), 0"; in EmitMatcher()
|
H A D | DAGISelMatcher.h | 1015 const std::string &getOpcodeName() const { return OpcodeName; } in getOpcodeName() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 600 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 D | DiagnosticInfo.cpp | 182 Val = I->getOpcodeName(); in Argument()
|
H A D | Instruction.cpp | 317 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName() function in Instruction
|
H A D | Constants.cpp | 2866 const char *ConstantExpr::getOpcodeName() const { in getOpcodeName() function in ConstantExpr 2867 return Instruction::getOpcodeName(getOpcode()); in getOpcodeName()
|
H A D | AsmWriter.cpp | 1589 Out << CE->getOpcodeName(); in WriteConstantInternal() 3979 Out << I.getOpcodeName(); in printInstruction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 421 auto InstName = Instruction::getOpcodeName(Instr->getOpcode()); in checkInstructions()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 1830 write(std::string(I->getOpcodeName())); in linearizeExpr()
|
H A D | Reassociate.cpp | 79 dbgs() << Instruction::getOpcodeName(I->getOpcode()) << " " in PrintOps()
|
H A D | LoopStrengthReduce.cpp | 1493 OS << UserInst->getOpcodeName(); in print()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 321 OS << U->getOpcodeName(); in print()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 4001 errs() << "ZZZ " << I.getOpcodeName() << "\n"; in dumpInst()
|