Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.h37 unsigned getOpcode() const { return Opc; } in getOpcode() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DCodeTemplate.cpp40 unsigned InstructionTemplate::getOpcode() const { in getOpcode() function in llvm::exegesis::InstructionTemplate
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandReductions.cpp29 unsigned getOpcode(Intrinsic::ID ID) { in getOpcode() function
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DOperator.h41 unsigned getOpcode() const { in getOpcode() function
49 static unsigned getOpcode(const Value *V) { in getOpcode() function
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h49 LVSmall getOpcode() const { return Opcode; } in getOpcode() function
H A DLVObject.h250 LVSmall getOpcode() const { return TagAttrOpcode.Opcode; } in getOpcode() function
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h353 UnaryOperator::Opcode getOpcode() const { return Op; } in getOpcode() function
396 BinaryOperator::Opcode getOpcode() const { return Op; } in getOpcode() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIVDescriptors.h200 unsigned getOpcode() const { return getOpcode(getRecurrenceKind()); } in getOpcode() function
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInst.h198 unsigned getOpcode() const { return Opcode; } in getOpcode() function
H A DMCExpr.h468 Opcode getOpcode() const { return (Opcode)getSubclassData(); } in getOpcode() function
625 Opcode getOpcode() const { return (Opcode)getSubclassData(); } in getOpcode() function
H A DMCInstrDesc.h230 unsigned getOpcode() const { return Opcode; } in getOpcode() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp191 static std::optional<unsigned> getOpcode(ArrayRef<VPValue *> Values) { in getOpcode() function
H A DVPlan.h836 unsigned getOpcode() const { return Opcode; } in getOpcode() function
H A DSLPVectorizer.cpp548 unsigned getOpcode() const { in getOpcode() function
2604 unsigned getOpcode() const { in getOpcode() function
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h822 UnaryOp getOpcode() const { return (UnaryOp)Opc; } in getOpcode() function
900 BinaryOp getOpcode() const { return (BinaryOp)Opc; } in getOpcode() function
959 TernaryOp getOpcode() const { return (TernaryOp)Opc; } in getOpcode() function
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h271 unsigned getOpcode() const { in getOpcode() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h108 unsigned getOpcode() const { return Opcode; } in getOpcode() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIVDescriptors.cpp1130 unsigned RecurrenceDescriptor::getOpcode(RecurKind Kind) { in getOpcode() function in RecurrenceDescriptor
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/
H A DInstruction.h543 unsigned getOpcode() const { return Opcode; } in getOpcode() function
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcher.h457 const SDNodeInfo &getOpcode() const { return Opcode; } in getOpcode() function
H A DGlobalISelEmitter.cpp1882 StringRef getOpcode() const { in getOpcode() function in __anon8aabd5ea0111::InstructionOpcodeMatcher
2450 StringRef getOpcode() { return getOpcodeMatcher().getOpcode(); } in getOpcode() function in __anon8aabd5ea0111::InstructionMatcher
2453 StringRef RuleMatcher::getOpcode() const { in getOpcode() function in __anon8aabd5ea0111::RuleMatcher
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp245 BinaryOperator::Opcode getOpcode() const { return Opcode; } in getOpcode() function in __anon2143b5530111::StdLibraryFunctionsChecker::ComparisonConstraint
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h2216 Opcode getOpcode() const { in getOpcode() function
3858 Opcode getOpcode() const { in getOpcode() function
H A DExprCXX.h322 BinaryOperatorKind getOpcode() const { return getOperator(); } in getOpcode() function