Home
last modified time | relevance | path

Searched defs:getOpcode (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DCodeTemplate.cpp31 unsigned InstructionTemplate::getOpcode() const { in getOpcode() function in llvm::exegesis::InstructionTemplate
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandReductions.cpp29 unsigned getOpcode(Intrinsic::ID ID) { in getOpcode() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DOperator.h42 unsigned getOpcode() const { in getOpcode() function
50 static unsigned getOpcode(const Value *V) { in getOpcode() function
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIVDescriptors.h197 unsigned getOpcode() const { return getOpcode(getRecurrenceKind()); } in getOpcode() function
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInst.h198 unsigned getOpcode() const { return Opcode; } in getOpcode() function
H A DMCExpr.h468 Opcode getOpcode() const { return (Opcode)getSubclassData(); } in getOpcode() function
625 Opcode getOpcode() const { return (Opcode)getSubclassData(); } in getOpcode() function
H A DMCInstrDesc.h223 unsigned getOpcode() const { return Opcode; } in getOpcode() function
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h353 UnaryOperator::Opcode getOpcode() const { return Op; } in getOpcode() function
396 BinaryOperator::Opcode getOpcode() const { return Op; } in getOpcode() function
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp190 static Optional<unsigned> getOpcode(ArrayRef<VPValue *> Values) { in getOpcode() function
H A DVPlan.h847 unsigned getOpcode() const { return Opcode; } in getOpcode() function
H A DSLPVectorizer.cpp430 unsigned getOpcode() const { in getOpcode() function
2415 unsigned getOpcode() const { in getOpcode() function
/llvm-project-15.0.7/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h270 unsigned getOpcode() const { in getOpcode() function
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h821 UnaryOp getOpcode() const { return (UnaryOp)Opc; } in getOpcode() function
877 BinaryOp getOpcode() const { return (BinaryOp)Opc; } in getOpcode() function
934 TernaryOp getOpcode() const { return (TernaryOp)Opc; } in getOpcode() function
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h108 unsigned getOpcode() const { return Opcode; } in getOpcode() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DIVDescriptors.cpp1102 unsigned RecurrenceDescriptor::getOpcode(RecurKind Kind) { in getOpcode() function in RecurrenceDescriptor
/llvm-project-15.0.7/llvm/include/llvm/MCA/
H A DInstruction.h543 unsigned getOpcode() const { return Opcode; } in getOpcode() function
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDAGISelMatcher.h457 const SDNodeInfo &getOpcode() const { return Opcode; } in getOpcode() function
H A DGlobalISelEmitter.cpp1881 StringRef getOpcode() const { in getOpcode() function in __anoncee47b830111::InstructionOpcodeMatcher
2449 StringRef getOpcode() { return getOpcodeMatcher().getOpcode(); } in getOpcode() function in __anoncee47b830111::InstructionMatcher
2452 StringRef RuleMatcher::getOpcode() const { in getOpcode() function in __anoncee47b830111::RuleMatcher
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp248 BinaryOperator::Opcode getOpcode() const { return Opcode; } in getOpcode() function in __anon09a2c6cc0111::StdLibraryFunctionsChecker::ComparisonConstraint
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h2205 Opcode getOpcode() const { in getOpcode() function
3851 Opcode getOpcode() const { in getOpcode() function
H A DExprCXX.h323 BinaryOperatorKind getOpcode() const { return getOperator(); } in getOpcode() function