Home
last modified time | relevance | path

Searched defs:BinaryOp (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm-project/clang-tools-extra/clang-tidy/hicpp/
DSignedBitwiseCheck.cpp89 if (const auto *BinaryOp = in check() local
92 else if (const auto *BinaryOp = in check() local
/external/tensorflow/tensorflow/core/framework/
Dnumeric_op.h42 explicit BinaryOp(OpKernelConstruction* context) : OpKernel(context) { in BinaryOp() function
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DContainerSizeEmptyCheck.cpp103 const auto *BinaryOp = Result.Nodes.getNodeAs<BinaryOperator>("SizeBinaryOp"); in check() local
/external/llvm-project/clang/tools/clang-fuzzer/
Dcxx_loop_proto.proto35 message BinaryOp { message
Dcxx_proto.proto29 message BinaryOp { message
/external/tensorflow/tensorflow/core/graph/
Dgraph_def_builder.cc117 Node* BinaryOp(const string& op_name, NodeOut a, NodeOut b, in BinaryOp() function
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DBinaryOp.java39 public enum BinaryOp { enum
/external/llvm-project/lldb/include/lldb/Symbol/
DPostfixExpression.h32 BinaryOp, enumerator
/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_window_utils.cc50 HloOp BinaryOp(HloOp x, HloOp y, HloOpcode opcode, in BinaryOp() function
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp144 Optional<Instruction::BinaryOps> BinaryOp; in simplifyNvvmIntrinsic() member
/external/deqp/framework/randomshaders/
DrsgBinaryOps.hpp41 class BinaryOp : public Expression class
DrsgBinaryOps.cpp197 BinaryOp<Precedence, Assoc>::BinaryOp (Token::Type operatorToken) in BinaryOp() function in rsg::BinaryOp
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16_test.py233 BinaryOp = collections.namedtuple("BinaryOp", ["op"]) variable
/external/tensorflow/tensorflow/core/kernels/
Dcwise_ops_common.h84 explicit BinaryOp(OpKernelConstruction* ctx) in BinaryOp() function
/external/rust/crates/regex-syntax/src/ast/
Dvisitor.rs198 BinaryOp(&'a ast::ClassSetBinaryOp), enumerator
Dmod.rs927 BinaryOp(ClassSetBinaryOp), enumerator
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3789 struct BinaryOp { struct
3790 unsigned Opcode;
3791 Value *LHS;
3792 Value *RHS;
3793 bool IsNSW;
3794 bool IsNUW;
3798 Operator *Op;
3800 explicit BinaryOp(Operator *Op) in BinaryOp() function
3809 explicit BinaryOp(unsigned Opcode, Value *LHS, Value *RHS, bool IsNSW = false, in BinaryOp() function
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp4538 struct BinaryOp { struct
4539 unsigned Opcode;
4540 Value *LHS;
4541 Value *RHS;
4542 bool IsNSW = false;
4543 bool IsNUW = false;
4544 bool IsExact = false;
4548 Operator *Op = nullptr;
4550 explicit BinaryOp(Operator *Op) in BinaryOp() function
4561 explicit BinaryOp(unsigned Opcode, Value *LHS, Value *RHS, bool IsNSW = false, in BinaryOp() argument
/external/clang/lib/AST/
DStmtProfile.cpp1000 BinaryOperatorKind &BinaryOp) { in DecodeOperatorCall()
1188 BinaryOperatorKind BinaryOp = BO_Comma; in VisitCXXOperatorCallExpr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp4477 struct BinaryOp { struct
4478 unsigned Opcode;
4479 Value *LHS;
4480 Value *RHS;
4481 bool IsNSW = false;
4482 bool IsNUW = false;
4486 Operator *Op = nullptr;
4488 explicit BinaryOp(Operator *Op) in BinaryOp() argument
4497 explicit BinaryOp(unsigned Opcode, Value *LHS, Value *RHS, bool IsNSW = false, in BinaryOp() function
/external/llvm-project/clang/lib/AST/
DStmtProfile.cpp1469 BinaryOperatorKind &BinaryOp) { in DecodeOperatorCall()
1681 BinaryOperatorKind BinaryOp = BO_Comma; in VisitCXXOperatorCallExpr() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4539 static bool isNeutralValue(Instruction::BinaryOps BinaryOp, Value *RHS) { in isNeutralValue()
4552 InstCombinerImpl::computeOverflow(Instruction::BinaryOps BinaryOp, in computeOverflow()
4576 bool InstCombinerImpl::OptimizeOverflowCheck(Instruction::BinaryOps BinaryOp, in OptimizeOverflowCheck()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4469 static bool isNeutralValue(Instruction::BinaryOps BinaryOp, Value *RHS) { in isNeutralValue()
4482 Instruction::BinaryOps BinaryOp, bool IsSigned, in computeOverflow()
4506 Instruction::BinaryOps BinaryOp, bool IsSigned, Value *LHS, Value *RHS, in OptimizeOverflowCheck()
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1206 BinaryOp(TIL_BinaryOpcode Op, SExpr *E0, SExpr *E1) in BinaryOp() function
1211 BinaryOp(const BinaryOp &B, SExpr *E0, SExpr *E1) in BinaryOp() function
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1211 BinaryOp(TIL_BinaryOpcode Op, SExpr *E0, SExpr *E1) in BinaryOp() function
1215 BinaryOp(const BinaryOp &B, SExpr *E0, SExpr *E1) in BinaryOp() function

12