Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dir.h35 struct TORCH_API OpKind { struct
37 explicit OpKind(c10::Symbol op) : op(op) {} in OpKind() function
58 static OpKind Get(const std::string& name); argument
63 inline std::ostream& operator<<(std::ostream& stream, const OpKind& op) { argument
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/internal_ops/
H A Dltc_ops.h21 operator OpKind() const { in OpKind() function
/aosp_15_r20/external/llvm/utils/TableGen/
H A DFastISelEmitter.cpp78 class OpKind { class
83 OpKind() : Repr(OK_Invalid) {} in OpKind() function in __anon551480480311::OperandsSignature::OpKind
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes_shared.h114 enum OpKind { enum
/aosp_15_r20/external/clang/lib/Parse/
H A DParseExpr.cpp1506 tok::TokenKind OpKind = Tok.getKind(); in ParsePostfixExpressionSuffix() local
1614 tok::TokenKind OpKind = Tok.getKind(); in ParsePostfixExpressionSuffix() local
H A DParseExprCXX.cpp1526 tok::TokenKind OpKind, in ParseCXXPseudoDestructor()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/AsmParser/
H A 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()
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp319 BinaryOperatorKind OpKind = BOp->getOpcode(); in checkPreStmt() local
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/remapper/
H A Dpass.cc103 enum class OpKind { Relu, Relu6, Elu, LeakyRelu, Tanh, Sigmoid }; enum
/aosp_15_r20/external/clang/lib/Sema/
H A 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()
H A DSemaExprMember.cpp1714 tok::TokenKind OpKind, in ActOnMemberAccessExpr()
H A DSemaExpr.cpp6942 BinaryOperatorKind OpKind = BinaryOperator::getOverloadedOpcode(OO); in IsArithmeticBinaryExpr() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceInst.h321 enum OpKind { enum
477 enum OpKind { enum
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1554 if (unsigned OpKind = IdentifyIntelInlineAsmOperator(Identifier)) { in ParseIntelExpression() local
1848 unsigned X86AsmParser::ParseIntelInlineAsmOperator(unsigned OpKind) { in ParseIntelInlineAsmOperator()
/aosp_15_r20/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1746 std::unique_ptr<X86Operand> X86AsmParser::ParseIntelOperator(unsigned OpKind) { in ParseIntelOperator()