Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h43 unsigned getOpcode() const { in getOpcode() function
51 static unsigned getOpcode(const Value *V) { in getOpcode() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.h38 unsigned getOpcode() const { return Opc; } in getOpcode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h47 LVSmall getOpcode() const { return Opcode; } in getOpcode() function
H A DLVObject.h235 LVSmall getOpcode() const { return TagAttrOpcode.Opcode; } in getOpcode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h286 Opcode getOpcode() const { return (Opcode)getSubclassData(); } in getOpcode() function
443 Opcode getOpcode() const { return (Opcode)getSubclassData(); } in getOpcode() function
H A DMCInst.h202 unsigned getOpcode() const { return Opcode; } in getOpcode() function
H A DMCInstrDesc.h231 unsigned getOpcode() const { return Opcode; } in getOpcode() function
H A DMCSection.h442 unsigned getOpcode() const { return Opcode; } in getOpcode() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1074 unsigned getOpcode() const { return Opcode; } in getOpcode() function
1386 unsigned getOpcode() const { return Opcode; } in getOpcode() function
1445 Instruction::CastOps getOpcode() const { return Opcode; } in getOpcode() function
1619 unsigned getOpcode() const { return Opcode; } in getOpcode() function
2594 unsigned getOpcode() const { return Opcode; } in getOpcode() function
2728 unsigned getOpcode() const { return getUnderlyingInstr()->getOpcode(); } in getOpcode() function
H A DVPlanSLP.cpp247 static std::optional<unsigned> getOpcode(ArrayRef<VPValue *> Values) { in getOpcode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h225 unsigned getOpcode() const { return getOpcode(getRecurrenceKind()); } in getOpcode() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h365 UnaryOperator::Opcode getOpcode() const { return Op; } in getOpcode() function
408 BinaryOperator::Opcode getOpcode() const { return Op; } in getOpcode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h291 unsigned getOpcode() const { in getOpcode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h868 UnaryOp getOpcode() const { return (UnaryOp)Opc; } in getOpcode() function
936 BinaryOp getOpcode() const { return (BinaryOp)Opc; } in getOpcode() function
988 TernaryOp getOpcode() const { return (TernaryOp)Opc; } in getOpcode() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp695 StringRef RuleMatcher::getOpcode() const { in getOpcode() function in llvm::gi::RuleMatcher
1499 StringRef InstructionOpcodeMatcher::getOpcode() const { in getOpcode() function in llvm::gi::InstructionOpcodeMatcher
H A DGlobalISelMatchTable.h1873 StringRef getOpcode() { return getOpcodeMatcher().getOpcode(); } in getOpcode() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1202 unsigned RecurrenceDescriptor::getOpcode(RecurKind Kind) { in getOpcode() function in RecurrenceDescriptor
/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/include/llvm/MCA/
H A DInstruction.h544 unsigned getOpcode() const { return Opcode; } in getOpcode() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h723 unsigned getOpcode() const { return Opcode; } in getOpcode() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h481 const SDNodeInfo &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 __anon4d759d9c0111::StdLibraryFunctionsChecker::ComparisonConstraint
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h130 Opcode getOpcode() const { return Opc; } in getOpcode() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2278 Opcode getOpcode() const { in getOpcode() function
4011 Opcode getOpcode() const { in getOpcode() function
H A DExprCXX.h324 BinaryOperatorKind getOpcode() const { return getOperator(); } in getOpcode() function

12