Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Lower/
H A DConvertExprToHLFIR.cpp1017 struct BinaryOp<Fortran::evaluate::Power<Fortran::evaluate::Type<TC, KIND>>> { struct
1184 struct BinaryOp<Fortra struct
958 struct BinaryOp {}; global() struct
989 struct BinaryOp<Fortran::evaluate::Divide< global() struct
991 Op__anon1a9dd9e00111::BinaryOp global() argument
993 gen__anon1a9dd9e00111::BinaryOp gen() argument
1005 struct BinaryOp<Fortran::evaluate::Power<Fortran::evaluate::Type<TC, KIND>>> { global() struct
1006 Op__anon1a9dd9e00111::BinaryOp global() argument
1007 gen__anon1a9dd9e00111::BinaryOp gen() argument
1019 Op__anon1a9dd9e00111::BinaryOp global() argument
1021 gen__anon1a9dd9e00111::BinaryOp gen() argument
1031 struct BinaryOp< global() struct
1033 Op__anon1a9dd9e00111::BinaryOp global() argument
1034 gen__anon1a9dd9e00111::BinaryOp gen() argument
1052 struct BinaryOp<Fortran::evaluate::Extremum< global() struct
1054 Op__anon1a9dd9e00111::BinaryOp global() argument
1056 gen__anon1a9dd9e00111::BinaryOp gen() argument
1061 genResultTypeParams__anon1a9dd9e00111::BinaryOp genResultTypeParams() argument
1116 struct BinaryOp<Fortran::evaluate::Relational< global() struct
1118 Op__anon1a9dd9e00111::BinaryOp global() argument
1120 gen__anon1a9dd9e00111::BinaryOp gen() argument
1131 struct BinaryOp<Fortran::evaluate::Relational< global() struct
1133 Op__anon1a9dd9e00111::BinaryOp global() argument
1135 gen__anon1a9dd9e00111::BinaryOp gen() argument
1146 struct BinaryOp<Fortran::evaluate::Relational< global() struct
1148 Op__anon1a9dd9e00111::BinaryOp global() argument
1150 gen__anon1a9dd9e00111::BinaryOp gen() argument
1161 struct BinaryOp<Fortran::evaluate::Relational< global() struct
1163 Op__anon1a9dd9e00111::BinaryOp global() argument
1165 gen__anon1a9dd9e00111::BinaryOp gen() argument
1185 Op__anon1a9dd9e00111::BinaryOp global() argument
1186 gen__anon1a9dd9e00111::BinaryOp gen() argument
1215 struct BinaryOp<Fortran::evaluate::ComplexConstructor<KIND>> { global() struct
1216 Op__anon1a9dd9e00111::BinaryOp global() argument
1217 gen__anon1a9dd9e00111::BinaryOp gen() argument
1227 struct BinaryOp<Fortran::evaluate::SetLength<KIND>> { global() struct
1228 Op__anon1a9dd9e00111::BinaryOp global() argument
1229 gen__anon1a9dd9e00111::BinaryOp gen() argument
1240 genResultTypeParams__anon1a9dd9e00111::BinaryOp genResultTypeParams() argument
1248 struct BinaryOp<Fortran::evaluate::Concat<KIND>> { global() struct
1249 Op__anon1a9dd9e00111::BinaryOp global() argument
1250 gen__anon1a9dd9e00111::BinaryOp gen() argument
1259 genResultTypeParams__anon1a9dd9e00111::BinaryOp genResultTypeParams() argument
1274 len__anon1a9dd9e00111::BinaryOp global() argument
[all...]
/llvm-project/clang-tools-extra/clang-tidy/hicpp/
H A DSignedBitwiseCheck.cpp88 if (const auto *BinaryOp = in check() local
91 else if (const auto *BinaryOp = in check() local
/llvm-project/clang-tools-extra/clang-tidy/altera/
H A DUnrollLoopsCheck.cpp140 if (const auto *BinaryOp = dyn_cast<BinaryOperator>(Conditional)) { in hasKnownBounds() local
187 const auto *BinaryOp = cast<BinaryOperator>(Conditional); in hasLargeNumIterations() local
/llvm-project/clang/tools/clang-fuzzer/
H A Dcxx_loop_proto.proto35 message BinaryOp { message
H A Dcxx_proto.proto29 message BinaryOp { message
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1404 struct BinaryOp { struct
1410 explicit BinaryOp(Instruction *Op) in BinaryOp() argument
1419 explicit BinaryOp(Instruction::BinaryOps Opcode, Value *LHS, Value *RHS, in BinaryOp() argument
1405 Opcode__anon7d6845520611::BinaryOp global() argument
1406 Operands__anon7d6845520611::BinaryOp global() argument
1407 IsNSW__anon7d6845520611::BinaryOp global() argument
1408 IsNUW__anon7d6845520611::BinaryOp global() argument
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DChainedComparisonCheck.cpp104 if (const auto *BinaryOp = dyn_cast<BinaryOperator>(Op)) { in extract() local
/llvm-project/libc/test/src/math/exhaustive/
H A Dexhaustive_test.h73 using BinaryOp = OutType(InType, InType); variable
/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h32 BinaryOp, enumerator
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DUseStdMinMaxCheck.cpp161 const auto *BinaryOp = Result.Nodes.getNodeAs<BinaryOperator>("binaryOp"); check() local
H A DContainerSizeEmptyCheck.cpp232 const auto *BinaryOp = Result.Nodes.getNodeAs<BinaryOperator>("SizeBinaryOp"); in check() local
H A DSimplifyBooleanExprCheck.cpp523 const auto *BinaryOp = dyn_cast<BinaryOperator>(E); in isExpectedBinaryOp() local
570 const auto *BinaryOp = cast<BinaryOperator>(SubExpr); in TraverseUnaryOperator() local
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp145 std::optional<Instruction::BinaryOps> BinaryOp; simplifyNvvmIntrinsic() member
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp5246 /// Try to map \p V into a BinaryOp, and return \c std::nullopt on failure. argument
5241 struct BinaryOp { global() struct
5242 Opcode__anon08f5dad11611::BinaryOp global() argument
5243 LHS__anon08f5dad11611::BinaryOp global() argument
5244 RHS__anon08f5dad11611::BinaryOp global() argument
5245 IsNSW__anon08f5dad11611::BinaryOp global() argument
5250 Op__anon08f5dad11611::BinaryOp global() argument
5252 BinaryOp__anon08f5dad11611::BinaryOp BinaryOp() argument
5261 BinaryOp__anon08f5dad11611::BinaryOp BinaryOp() argument
[all...]
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1215 BinaryOp(TIL_BinaryOpcode Op, SExpr *E0, SExpr *E1) in BinaryOp() function
1220 BinaryOp(const BinaryOp &B, SExpr *E0, SExpr *E1) in BinaryOp() function
/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1678 DecodeOperatorCall(const CXXOperatorCallExpr * S,UnaryOperatorKind & UnaryOp,BinaryOperatorKind & BinaryOp,unsigned & NumArgs) DecodeOperatorCall() argument
1891 BinaryOperatorKind BinaryOp = BO_Comma; VisitCXXOperatorCallExpr() local
[all...]
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6044 isNeutralValue(Instruction::BinaryOps BinaryOp,Value * RHS,bool IsSigned) isNeutralValue() argument
6058 computeOverflow(Instruction::BinaryOps BinaryOp,bool IsSigned,Value * LHS,Value * RHS,Instruction * CxtI) const computeOverflow() argument
6082 OptimizeOverflowCheck(Instruction::BinaryOps BinaryOp,bool IsSigned,Value * LHS,Value * RHS,Instruction & OrigI,Value * & Result,Constant * & Overflow) OptimizeOverflowCheck() argument
[all...]
/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h899 enum BinaryOp : uint8_t { global() enum
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp4401 TEST(MemorySanitizerOrigins, BinaryOp) { in TEST() argument