Home
last modified time | relevance | path

Searched defs:OpKind (Results 1 – 14 of 14) sorted by relevance

/external/pytorch/torch/csrc/lazy/core/
Dir.h35 struct TORCH_API OpKind { struct
37 explicit OpKind(c10::Symbol op) : op(op) {} in OpKind() argument
58 static OpKind Get(const std::string& name); argument
63 inline std::ostream& operator<<(std::ostream& stream, const OpKind& op) { argument
/external/pytorch/torch/csrc/lazy/core/internal_ops/
Dltc_ops.h21 operator OpKind() const { in OpKind() function
/external/llvm/utils/TableGen/
DFastISelEmitter.cpp78 class OpKind { class
83 OpKind() : Repr(OK_Invalid) {} in OpKind() function in __anonb44e9ac80311::OperandsSignature::OpKind
/external/clang/lib/StaticAnalyzer/Checkers/
DPointerArithChecker.cpp319 BinaryOperatorKind OpKind = BOp->getOpcode(); in checkPreStmt() local
/external/tensorflow/tensorflow/core/transforms/remapper/
Dpass.cc103 enum class OpKind { Relu, Relu6, Elu, LeakyRelu, Tanh, Sigmoid }; enum
/external/clang/lib/Parse/
DParseExpr.cpp1506 tok::TokenKind OpKind = Tok.getKind(); in ParsePostfixExpressionSuffix() local
1614 tok::TokenKind OpKind = Tok.getKind(); in ParsePostfixExpressionSuffix() local
DParseExprCXX.cpp1526 tok::TokenKind OpKind, in ParseCXXPseudoDestructor()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2041 if (unsigned OpKind = IdentifyIntelInlineAsmOperator(Identifier)) { in ParseIntelExpression() local
2062 if (unsigned OpKind = IdentifyMasmOperator(Identifier)) { in ParseIntelExpression() local
2392 unsigned X86AsmParser::ParseIntelInlineAsmOperator(unsigned OpKind) { in ParseIntelInlineAsmOperator()
2437 bool X86AsmParser::ParseMasmOperator(unsigned OpKind, int64_t &Val) { in ParseMasmOperator()
/external/swiftshader/third_party/subzero/src/
DIceInst.h321 enum OpKind { enum
477 enum OpKind { enum
/external/clang/lib/Sema/
DSemaExprCXX.cpp5915 tok::TokenKind OpKind, in ActOnStartCXXMemberReference()
6057 tok::TokenKind& OpKind, SourceLocation OpLoc) { in CheckArrow()
6091 tok::TokenKind OpKind, in BuildPseudoDestructorExpr()
6189 tok::TokenKind OpKind, in ActOnPseudoDestructorExpr()
6326 tok::TokenKind OpKind, in ActOnPseudoDestructorExpr()
DSemaExprMember.cpp1714 tok::TokenKind OpKind, in ActOnMemberAccessExpr()
DSemaExpr.cpp6942 BinaryOperatorKind OpKind = BinaryOperator::getOverloadedOpcode(OO); in IsArithmeticBinaryExpr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1554 if (unsigned OpKind = IdentifyIntelInlineAsmOperator(Identifier)) { in ParseIntelExpression() local
1848 unsigned X86AsmParser::ParseIntelInlineAsmOperator(unsigned OpKind) { in ParseIntelInlineAsmOperator()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1746 std::unique_ptr<X86Operand> X86AsmParser::ParseIntelOperator(unsigned OpKind) { in ParseIntelOperator()