Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DCodeTemplate.cpp31 unsigned InstructionTemplate::getOpcode() const { in getOpcode() function in llvm::exegesis::InstructionTemplate
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandReductions.cpp31 unsigned getOpcode(Intrinsic::ID ID) { in getOpcode() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h40 unsigned getOpcode() const { in getOpcode() function
48 static unsigned getOpcode(const Value *V) { in getOpcode() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h182 unsigned getOpcode() const { return getOpcode(getRecurrenceKind()); } in getOpcode() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInst.h198 unsigned getOpcode() const { return Opcode; } in getOpcode() function
H A DMCExpr.h466 Opcode getOpcode() const { return (Opcode)getSubclassData(); } in getOpcode() function
623 Opcode getOpcode() const { return (Opcode)getSubclassData(); } in getOpcode() function
H A DMCInstrDesc.h221 unsigned getOpcode() const { return Opcode; } in getOpcode() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp199 static Optional<unsigned> getOpcode(ArrayRef<VPValue *> Values) { in getOpcode() function
H A DVPlan.h806 unsigned getOpcode() const { return Opcode; } in getOpcode() function
H A DSLPVectorizer.cpp360 unsigned getOpcode() const { in getOpcode() function
1749 unsigned getOpcode() const { in getOpcode() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h265 unsigned getOpcode() const { in getOpcode() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h793 UnaryOp getOpcode() const { return (UnaryOp)Opc; } in getOpcode() function
849 BinaryOp getOpcode() const { return (BinaryOp)Opc; } in getOpcode() function
906 TernaryOp getOpcode() const { return (TernaryOp)Opc; } in getOpcode() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp839 unsigned RecurrenceDescriptor::getOpcode(RecurKind Kind) { in getOpcode() function in RecurrenceDescriptor
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h332 BinaryOperator::Opcode getOpcode() const { return Op; } in getOpcode() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h108 unsigned getOpcode() const { return Opcode; } in getOpcode() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcher.h457 const SDNodeInfo &getOpcode() const { return Opcode; } in getOpcode() function
H A DGlobalISelEmitter.cpp1864 StringRef getOpcode() const { in getOpcode() function in __anon332dbd1e0111::InstructionOpcodeMatcher
2409 StringRef getOpcode() { return getOpcodeMatcher().getOpcode(); } in getOpcode() function in __anon332dbd1e0111::InstructionMatcher
2412 StringRef RuleMatcher::getOpcode() const { in getOpcode() function in __anon332dbd1e0111::RuleMatcher
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp243 BinaryOperator::Opcode getOpcode() const { return Opcode; } in getOpcode() function in __anon6255e2070111::StdLibraryFunctionsChecker::ComparisonConstraint
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h2137 Opcode getOpcode() const { in getOpcode() function
3773 Opcode getOpcode() const { in getOpcode() function
H A DExprCXX.h323 BinaryOperatorKind getOpcode() const { return getOperator(); } in getOpcode() function