/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMatInt.h | 38 unsigned getOpcode() const { return Opc; } in getOpcode() function
|
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 199 unsigned getOpcode() const { return getOpcode(getRecurrenceKind()); } in getOpcode() function
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 354 UnaryOperator::Opcode getOpcode() const { return Op; } in getOpcode() function 397 BinaryOperator::Opcode getOpcode() const { return Op; } in getOpcode() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInst.h | 198 unsigned getOpcode() const { return Opcode; } in 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(); } in getOpcode() function 632 Opcode getOpcode() const { return (Opcode)getSubclassData(); } in getOpcode() function
|
/freebsd/contrib/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 | 1341 unsigned getOpcode() const { return Opcode; } in getOpcode() function 1429 unsigned getOpcode() const { return Opcode; } in getOpcode() function 1480 Instruction::CastOps getOpcode() const { return Opcode; } in getOpcode() function 2357 unsigned getOpcode() const { return getUnderlyingInstr()->getOpcode(); } in getOpcode() function
|
H A D | SLPVectorizer.cpp | 666 unsigned getOpcode() const { in getOpcode() function 3085 unsigned getOpcode() const { getOpcode() function [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 884 UnaryOp getOpcode() const { return (UnaryOp)Opc; } in getOpcode() function 967 BinaryOp getOpcode() const { return (BinaryOp)Opc; } in getOpcode() function 1037 TernaryOp getOpcode() const { return (TernaryOp)Opc; } in getOpcode() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCTargetAsmParser.h | 308 unsigned getOpcode() const { in getOpcode() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 108 unsigned getOpcode() const { return Opcode; } in getOpcode() function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 1096 unsigned RecurrenceDescriptor::getOpcode(RecurKind Kind) { in getOpcode() function in RecurrenceDescriptor
|
/freebsd/contrib/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 { in getOpcode() function in llvm::gi::InstructionOpcodeMatcher
|
H A D | GlobalISelMatchTable.h | 1816 StringRef getOpcode() { return getOpcodeMatcher().getOpcode(); } in getOpcode() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 543 unsigned getOpcode() const { return Opcode; } in getOpcode() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
H A D | SandboxIR.h | 536 Opcode getOpcode() const { return Opc; } in getOpcode() function
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | DAGISelMatcher.h | 481 const SDNodeInfo &getOpcode() const { return Opcode; } in getOpcode() function
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdLibraryFunctionsChecker.cpp | 363 BinaryOperator::Opcode getOpcode() const { return Opcode; } in getOpcode() function in __anon4d759d9c0111::StdLibraryFunctionsChecker::ComparisonConstraint
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 2228 Opcode getOpcode() const { in getOpcode() function 3904 Opcode getOpcode() const { in getOpcode() function
|
H A D | ExprCXX.h | 322 BinaryOperatorKind getOpcode() const { return getOperator(); } in getOpcode() function
|