Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.h37 unsigned getOpcode() const { return Opc; } getOpcode() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandReductions.cpp29 unsigned getOpcode(Intrinsic::ID ID) { getOpcode() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h41 unsigned getOpcode() const { getOpcode() function
49 static unsigned getOpcode(const Value *V) { getOpcode() function
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h199 unsigned getOpcode() const { return getOpcode(getRecurrenceKind()); } in getOpcode() function
/freebsd-src/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-src/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(); } getOpcode() function
628 Opcode getOpcode() const { return (Opcode)getSubclassData(); } getOpcode() function
H A DMCInstrDesc.h230 unsigned getOpcode() const { return Opcode; } in getOpcode() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp191 static std::optional<unsigned> getOpcode(ArrayRef<VPValue *> Values) { in getOpcode() function
[all...]
H A DVPlan.h1290 unsigned getOpcode() const { return Opcode; } getOpcode() function
1335 Instruction::CastOps getOpcode() const { return Opcode; } getOpcode() function
H A DSLPVectorizer.cpp543 unsigned getOpcode() const { getOpcode() function
2705 unsigned getOpcode() const { getOpcode() function
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h308 unsigned getOpcode() const { in getOpcode() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h108 unsigned getOpcode() const { return Opcode; } in getOpcode() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1097 unsigned RecurrenceDescriptor::getOpcode(RecurKind Kind) { getOpcode() function in RecurrenceDescriptor
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.cpp
H A DDAGISelMatcher.h
H A DGlobalISelMatchTable.h
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h543 unsigned getOpcode() const { return Opcode; } in getOpcode() function
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp363 BinaryOperator::Opcode getOpcode() const { return Opcode; } in getOpcode() function in __anon46c7ee2e0111::StdLibraryFunctionsChecker::ComparisonConstraint
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2199 Opcode getOpcode() const { getOpcode() function
3855 Opcode getOpcode() const { getOpcode() function
[all...]
H A DExprCXX.h322 BinaryOperatorKind getOpcode() const { return getOperator(); } in getOpcode() function