/llvm-project/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 [all...] |
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMatInt.h | 38 unsigned getOpcode() const { return Opc; } in getOpcode() function
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | CodeTemplate.cpp | 40 unsigned InstructionTemplate::getOpcode() const { in getOpcode() function in llvm::exegesis::InstructionTemplate
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVLocation.h | 46 LVSmall getOpcode() const { return Opcode; } in getOpcode() function
|
H A D | LVObject.h | 234 LVSmall getOpcode() const { return TagAttrOpcode.Opcode; } in getOpcode() function
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 199 unsigned getOpcode() const { return getOpcode(getRecurrenceKind()); } getOpcode() function
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInst.h | 198 unsigned getOpcode() const { return Opcode; } getOpcode() function
|
H A D | MCInstrDesc.h | 230 unsigned getOpcode() const { return Opcode; } in getOpcode() function
|
H A D | MCExpr.h | 475 Opcode getOpcode() const { return (Opcode)getSubclassData(); } getOpcode() function 632 Opcode getOpcode() const { return (Opcode)getSubclassData(); } getOpcode() function
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 354 UnaryOperator::Opcode getOpcode() const { return Op; } getOpcode() function 397 BinaryOperator::Opcode getOpcode() const { return Op; } getOpcode() function
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanSLP.cpp | 191 static std::optional<unsigned> getOpcode(ArrayRef<VPValue *> Values) { in getOpcode() function
|
H A D | VPlan.h | 1287 unsigned getOpcode() const { return Opcode; } getOpcode() function 1369 unsigned getOpcode() const { return Opcode; } getOpcode() function 1422 Instruction::CastOps getOpcode() const { return Opcode; } getOpcode() function 2230 unsigned getOpcode() const { return getUnderlyingInstr()->getOpcode(); } getOpcode() function [all...] |
H A D | SLPVectorizer.cpp | 644 unsigned getOpcode() const { getOpcode() function 3061 unsigned getOpcode() const { getOpcode() function [all...] |
/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 884 UnaryOp getOpcode() const { return (UnaryOp)Opc; } getOpcode() function 967 BinaryOp getOpcode() const { return (BinaryOp)Opc; } getOpcode() function 1037 TernaryOp getOpcode() const { return (TernaryOp)Opc; } getOpcode() function
|
/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCTargetAsmParser.h | 308 unsigned getOpcode() const { in getOpcode() function
|
/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 108 unsigned getOpcode() const { return Opcode; } in getOpcode() function
|
/llvm-project/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 1097 unsigned RecurrenceDescriptor::getOpcode(RecurKind Kind) { getOpcode() function in RecurrenceDescriptor
|
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTable.cpp | 686 StringRef RuleMatcher::getOpcode() const { in getOpcode() function in llvm::gi::RuleMatcher 1491 StringRef InstructionOpcodeMatcher::getOpcode() const { getOpcode() function in llvm::gi::InstructionOpcodeMatcher
|
H A D | GlobalISelMatchTable.h | 1816 StringRef getOpcode() { return getOpcodeMatcher().getOpcode(); } getOpcode() function
|
/llvm-project/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 543 unsigned getOpcode() const { return Opcode; } in getOpcode() function
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | DAGISelMatcher.h | 481 const SDNodeInfo &getOpcode() const { return Opcode; } in getOpcode() function
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdLibraryFunctionsChecker.cpp | 363 BinaryOperator::Opcode getOpcode() const { return Opcode; } in getOpcode() function in __anon2859deef0111::StdLibraryFunctionsChecker::ComparisonConstraint
|
/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 2228 Opcode getOpcode() const { getOpcode() function 3889 Opcode getOpcode() const { getOpcode() function [all...] |
H A D | ExprCXX.h | 322 BinaryOperatorKind getOpcode() const { return getOperator(); } in getOpcode() function
|