Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DExpandReductions.cpp31 unsigned getOpcode(Intrinsic::ID ID) { in getOpcode() function
/freebsd-12.1/contrib/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-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp197 static Optional<unsigned> getOpcode(ArrayRef<VPValue *> Values) { in getOpcode() function
H A DVPlan.h662 unsigned getOpcode() const { return Opcode; } in getOpcode() function
H A DSLPVectorizer.cpp314 unsigned getOpcode() const { in getOpcode() function
5355 unsigned getOpcode() const { in getOpcode() function in __anonfe9ee8d91a11::HorizontalReduction::OperationData
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCExpr.h404 Opcode getOpcode() const { return Op; } in getOpcode() function
561 Opcode getOpcode() const { return Op; } in getOpcode() function
H A DMCInstrDesc.h204 unsigned getOpcode() const { return Opcode; } in getOpcode() function
/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A DRecord.h786 UnaryOp getOpcode() const { return (UnaryOp)Opc; } in getOpcode() function
840 BinaryOp getOpcode() const { return (BinaryOp)Opc; } in getOpcode() function
897 TernaryOp getOpcode() const { return (TernaryOp)Opc; } in getOpcode() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp112 BinaryOperator::Opcode getOpcode() const { in getOpcode() function in __anon2d97c18b0111::StdLibraryFunctionsChecker::ValueRange
H A DIteratorChecker.cpp1856 BinaryOperator::Opcode getOpcode(const SymExpr *SE) { in getOpcode() function
/freebsd-12.1/contrib/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h274 unsigned getOpcode() const { in getOpcode() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h323 BinaryOperator::Opcode getOpcode() const { return Op; } in getOpcode() function
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h109 unsigned getOpcode() const { return Opcode; } in getOpcode() function
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1612 StringRef getOpcode() const { return I->TheDef->getName(); } in getOpcode() function in __anon7e76e5f80111::InstructionOpcodeMatcher
2007 StringRef getOpcode() { return getOpcodeMatcher().getOpcode(); } in getOpcode() function in __anon7e76e5f80111::InstructionMatcher
2010 StringRef RuleMatcher::getOpcode() const { in getOpcode() function in __anon7e76e5f80111::RuleMatcher
H A DDAGISelMatcher.h446 const SDNodeInfo &getOpcode() const { return Opcode; } in getOpcode() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1921 Opcode getOpcode() const { in getOpcode() function
3327 Opcode getOpcode() const { in getOpcode() function