Searched defs:OpKind (Results 1 – 11 of 11) sorted by relevance
| /external/llvm/utils/TableGen/ |
| D | FastISelEmitter.cpp | 78 class OpKind { class 83 OpKind() : Repr(OK_Invalid) {} in OpKind() function in __anon70ed31970311::OperandsSignature::OpKind
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | PointerArithChecker.cpp | 319 BinaryOperatorKind OpKind = BOp->getOpcode(); in checkPreStmt() local
|
| /external/tensorflow/tensorflow/core/transforms/remapper/ |
| D | pass.cc | 103 enum class OpKind { Relu, Relu6, Elu, LeakyRelu, Tanh, Sigmoid }; enum
|
| /external/clang/lib/Parse/ |
| D | ParseExpr.cpp | 1506 tok::TokenKind OpKind = Tok.getKind(); in ParsePostfixExpressionSuffix() local 1614 tok::TokenKind OpKind = Tok.getKind(); in ParsePostfixExpressionSuffix() local
|
| D | ParseExprCXX.cpp | 1526 tok::TokenKind OpKind, in ParseCXXPseudoDestructor()
|
| /external/swiftshader/third_party/subzero/src/ |
| D | IceInst.h | 321 enum OpKind { enum 477 enum OpKind { enum
|
| /external/clang/lib/Sema/ |
| 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()
|
| D | SemaExprMember.cpp | 1714 tok::TokenKind OpKind, in ActOnMemberAccessExpr()
|
| D | SemaExpr.cpp | 6942 BinaryOperatorKind OpKind = BinaryOperator::getOverloadedOpcode(OO); in IsArithmeticBinaryExpr() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
| D | X86AsmParser.cpp | 1554 if (unsigned OpKind = IdentifyIntelInlineAsmOperator(Identifier)) { in ParseIntelExpression() local 1848 unsigned X86AsmParser::ParseIntelInlineAsmOperator(unsigned OpKind) { in ParseIntelInlineAsmOperator()
|
| /external/llvm/lib/Target/X86/AsmParser/ |
| D | X86AsmParser.cpp | 1746 std::unique_ptr<X86Operand> X86AsmParser::ParseIntelOperator(unsigned OpKind) { in ParseIntelOperator()
|