| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | CodeTemplate.cpp | 31 unsigned InstructionTemplate::getOpcode() const { in getOpcode() function in llvm::exegesis::InstructionTemplate
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ExpandReductions.cpp | 29 unsigned getOpcode(Intrinsic::ID ID) { in getOpcode() function
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Operator.h | 42 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 D | IVDescriptors.h | 197 unsigned getOpcode() const { return getOpcode(getRecurrenceKind()); } in getOpcode() function
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCInst.h | 198 unsigned getOpcode() const { return Opcode; } in getOpcode() function
|
| H A D | MCExpr.h | 468 Opcode getOpcode() const { return (Opcode)getSubclassData(); } in getOpcode() function 625 Opcode getOpcode() const { return (Opcode)getSubclassData(); } in getOpcode() function
|
| H A D | MCInstrDesc.h | 223 unsigned getOpcode() const { return Opcode; } in getOpcode() function
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SymbolManager.h | 353 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 D | VPlanSLP.cpp | 190 static Optional<unsigned> getOpcode(ArrayRef<VPValue *> Values) { in getOpcode() function
|
| H A D | VPlan.h | 847 unsigned getOpcode() const { return Opcode; } in getOpcode() function
|
| H A D | SLPVectorizer.cpp | 430 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 D | MCTargetAsmParser.h | 270 unsigned getOpcode() const { in getOpcode() function
|
| /llvm-project-15.0.7/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 821 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 D | GVNExpression.h | 108 unsigned getOpcode() const { return Opcode; } in getOpcode() function
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | IVDescriptors.cpp | 1102 unsigned RecurrenceDescriptor::getOpcode(RecurKind Kind) { in getOpcode() function in RecurrenceDescriptor
|
| /llvm-project-15.0.7/llvm/include/llvm/MCA/ |
| H A D | Instruction.h | 543 unsigned getOpcode() const { return Opcode; } in getOpcode() function
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | DAGISelMatcher.h | 457 const SDNodeInfo &getOpcode() const { return Opcode; } in getOpcode() function
|
| H A D | GlobalISelEmitter.cpp | 1881 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 D | StdLibraryFunctionsChecker.cpp | 248 BinaryOperator::Opcode getOpcode() const { return Opcode; } in getOpcode() function in __anon09a2c6cc0111::StdLibraryFunctionsChecker::ComparisonConstraint
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Expr.h | 2205 Opcode getOpcode() const { in getOpcode() function 3851 Opcode getOpcode() const { in getOpcode() function
|
| H A D | ExprCXX.h | 323 BinaryOperatorKind getOpcode() const { return getOperator(); } in getOpcode() function
|