/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/ |
H A D | ir.h | 35 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 D | ltc_ops.h | 21 operator OpKind() const { in OpKind() function
|
/aosp_15_r20/external/llvm/utils/TableGen/ |
H A D | FastISelEmitter.cpp | 78 class OpKind { class 83 OpKind() : Repr(OK_Invalid) {} in OpKind() function in __anon551480480311::OperandsSignature::OpKind
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | nodes_shared.h | 114 enum OpKind { enum
|
/aosp_15_r20/external/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 1506 tok::TokenKind OpKind = Tok.getKind(); in ParsePostfixExpressionSuffix() local 1614 tok::TokenKind OpKind = Tok.getKind(); in ParsePostfixExpressionSuffix() local
|
H A D | ParseExprCXX.cpp | 1526 tok::TokenKind OpKind, in ParseCXXPseudoDestructor()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 2041 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 D | PointerArithChecker.cpp | 319 BinaryOperatorKind OpKind = BOp->getOpcode(); in checkPreStmt() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/remapper/ |
H A D | pass.cc | 103 enum class OpKind { Relu, Relu6, Elu, LeakyRelu, Tanh, Sigmoid }; enum
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 5915 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 D | SemaExprMember.cpp | 1714 tok::TokenKind OpKind, in ActOnMemberAccessExpr()
|
H A D | SemaExpr.cpp | 6942 BinaryOperatorKind OpKind = BinaryOperator::getOverloadedOpcode(OO); in IsArithmeticBinaryExpr() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceInst.h | 321 enum OpKind { enum 477 enum OpKind { enum
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1554 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 D | X86AsmParser.cpp | 1746 std::unique_ptr<X86Operand> X86AsmParser::ParseIntelOperator(unsigned OpKind) { in ParseIntelOperator()
|