Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.h37 unsigned getOpcode() const { return Opc; } in getOpcode() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandReductions.cpp29 unsigned getOpcode(Intrinsic::ID ID) { in getOpcode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h41 unsigned getOpcode() const { in getOpcode() function
49 static unsigned getOpcode(const Value *V) { in getOpcode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h46 LVSmall getOpcode() const { return Opcode; } in getOpcode() function
H A DLVObject.h234 LVSmall getOpcode() const { return TagAttrOpcode.Opcode; } in getOpcode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h199 unsigned getOpcode() const { return getOpcode(getRecurrenceKind()); } in getOpcode() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h354 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 DMCInst.h198 unsigned getOpcode() const { return Opcode; } in getOpcode() function
H A DMCExpr.h471 Opcode getOpcode() const { return (Opcode)getSubclassData(); } in getOpcode() function
628 Opcode getOpcode() const { return (Opcode)getSubclassData(); } in getOpcode() function
H A DMCInstrDesc.h230 unsigned getOpcode() const { return Opcode; } in getOpcode() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp191 static std::optional<unsigned> getOpcode(ArrayRef<VPValue *> Values) { in getOpcode() function
H A DVPlan.h1290 unsigned getOpcode() const { return Opcode; } in getOpcode() function
1335 Instruction::CastOps getOpcode() const { return Opcode; } in getOpcode() function
H A DSLPVectorizer.cpp543 unsigned getOpcode() const { in getOpcode() function
2705 unsigned getOpcode() const { in getOpcode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h884 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 DMCTargetAsmParser.h308 unsigned getOpcode() const { in getOpcode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h108 unsigned getOpcode() const { return Opcode; } in getOpcode() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1097 unsigned RecurrenceDescriptor::getOpcode(RecurKind Kind) { in getOpcode() function in RecurrenceDescriptor
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.cpp686 StringRef RuleMatcher::getOpcode() const { in getOpcode() function in llvm::gi::RuleMatcher
1451 StringRef InstructionOpcodeMatcher::getOpcode() const { in getOpcode() function in llvm::gi::InstructionOpcodeMatcher
H A DDAGISelMatcher.h488 const SDNodeInfo &getOpcode() const { return Opcode; } in getOpcode() function
H A DGlobalISelMatchTable.h1785 StringRef getOpcode() { return getOpcodeMatcher().getOpcode(); } in getOpcode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h543 unsigned getOpcode() const { return Opcode; } in getOpcode() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp363 BinaryOperator::Opcode getOpcode() const { return Opcode; } in getOpcode() function in __anon6bc7ad640111::StdLibraryFunctionsChecker::ComparisonConstraint
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2199 Opcode getOpcode() const { in getOpcode() function
3855 Opcode getOpcode() const { in getOpcode() function
H A DExprCXX.h322 BinaryOperatorKind getOpcode() const { return getOperator(); } in getOpcode() function