Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h113 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } in getOpcodeName() function
120 static const char* getOpcodeName(unsigned OpCode);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h127 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
142 static const char* getOpcodeName(unsigned OpCode);
DConstants.h1221 const char *getOpcodeName() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCInst.cpp74 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty()
DMCInstPrinter.cpp41 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstPrinter.h87 StringRef getOpcodeName(unsigned Opcode) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp379 O << Instruction::getOpcodeName(getOpcode()); in print()
660 RSO << Inst->getOpcodeName() << " "; in printAsIngredient()
DLoopVectorize.cpp7026 std::string RegionName = (Twine("pred.") + Instr->getOpcodeName()).str(); in createReplicateRegion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDiagnosticInfo.cpp180 Val = I->getOpcodeName(); in Argument()
DInstruction.cpp292 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName() function in Instruction
DConstants.cpp2472 const char *ConstantExpr::getOpcodeName() const { in getOpcodeName() function in ConstantExpr
2473 return Instruction::getOpcodeName(getOpcode()); in getOpcodeName()
DAsmWriter.cpp1511 Out << CE->getOpcodeName(); in WriteConstantInternal()
3696 Out << I.getOpcodeName(); in printInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp78 dbgs() << Instruction::getOpcodeName(I->getOpcode()) << " " in PrintOps()
DLoopStrengthReduce.cpp1492 OS << UserInst->getOpcodeName(); in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp303 OS << U->getOpcodeName(); in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp3655 errs() << "ZZZ " << I.getOpcodeName() << "\n"; in dumpInst()