/llvm-project/flang/test/Semantics/ |
H A D | resolve109.f90 | 34 subroutine negate(x) subroutine 51 call mvbits(x) ! negate argument
|
/llvm-project/flang/test/Lower/ |
H A D | select-type.f90 | 25 procedure :: negate method 35 function negate(this) function 37 class(p5), allocatable :: negate local
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
H A D | ranges_is_heap.pass.cpp | 153 auto negate = [](A a) { return a.x * -1; }; in test() local
|
H A D | ranges_is_heap_until.pass.cpp | 157 auto negate = [](A a) { return a.x * -1; }; in test() local
|
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
H A D | ranges_partition.pass.cpp | 175 auto negate = [](int x) { return -x; }; in test() local
|
H A D | ranges_stable_partition.pass.cpp | 211 auto negate = [](int x) { return -x; }; in test() local
|
H A D | ranges_partition_copy.pass.cpp | 234 auto negate = [](int x) { return -x; }; in test() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ConstraintSystem.h | 114 static SmallVector<int64_t, 8> negate(SmallVector<int64_t, 8> R) { negate() function
|
H A D | ScalarEvolutionExpressions.h | 447 static enum SCEVTypes negate(enum SCEVTypes T) { in negate() function
|
/llvm-project/llvm/utils/lit/lit/ |
H A D | ShCommands.py | 65 def __init__(self, commands, negate=False, pipe_err=False): argument
|
/llvm-project/flang/lib/Evaluate/ |
H A D | fold-logical.cpp | 49 RealToIntBoundHelper(bool round,bool negate) RealToIntBoundHelper() argument 88 RealToIntBound(int xRKind,int moldIKind,bool round,bool negate) RealToIntBound() argument 249 IntToRealBoundHelper(bool negate) IntToRealBoundHelper() argument 287 IntToRealBound(int xIKind,int moldRKind,bool negate) IntToRealBound() argument [all...] |
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.permutation.generators/ |
H A D | ranges.next_permutation.pass.cpp | 214 constexpr A negate() const { return A{i * -1}; } in test() function
|
H A D | ranges.prev_permutation.pass.cpp | 214 constexpr A negate() const { return A{i * -1}; } in test() function
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 480 [[nodiscard]] Value *Negator::negate(Value *V, bool IsNSW, unsigned Depth) { negate() function in Negator [all...] |
H A D | InstCombineAddSub.cpp | 157 void negate() { Coeff.negate(); } in negate() function in __anone2711ed90111::FAddend 324 void FAddendCoef::negate() { in negate() function in FAddendCoef
|
/llvm-project/mlir/lib/Conversion/MathToSPIRV/ |
H A D | MathToSPIRV.cpp | 349 Value negate = rewriter.create<spirv::FNegateOp>(loc, pow); matchAndRewrite() local
|
/llvm-project/flang/runtime/ |
H A D | namelist.cpp | 132 bool negate{ch && *ch == '-'}; in GetSubscriptValue() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdLibraryFunctionsChecker.cpp | 220 virtual ValueConstraintPtr negate() const { in negate() function in __anon2859deef0111::StdLibraryFunctionsChecker::ValueConstraint 299 ValueConstraintPtr negate() const override { in negate() function in __anon2859deef0111::StdLibraryFunctionsChecker::RangeConstraint 391 ValueConstraintPtr negate() const override { in negate() function in __anon2859deef0111::StdLibraryFunctionsChecker::NotNullConstraint 438 ValueConstraintPtr negate() const override { in negate() function in __anon2859deef0111::StdLibraryFunctionsChecker::NotNullBufferConstraint 505 ValueConstraintPtr negate() const override { in negate() function in __anon2859deef0111::StdLibraryFunctionsChecker::BufferSizeConstraint [all...] |
/llvm-project/flang/lib/Parser/ |
H A D | token-parsers.h | 419 SignedInteger(const std::optional<std::uint64_t> & x,Location at,bool negate,ParseState & state) SignedInteger() argument
|
/llvm-project/llvm/lib/Support/ |
H A D | APFixedPoint.cpp | 434 APFixedPoint APFixedPoint::negate(bool *Overflow) const { negate() function in llvm::APFixedPoint
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-constraints.cpp | 225 std::enable_if_t<!Traits<T>::value> negate() { in negate() function
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1430 void negate() { negate() function
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_coalesce.c | 1292 isl_int *ineq, unsigned len, __isl_keep isl_set *set, int negate) in add_wrap()
|
H A D | isl_input.c | 2185 int negate; in read_conjuncts() local
|
/llvm-project/mlir/lib/Conversion/TosaToLinalg/ |
H A D | TosaToLinalg.cpp | 425 auto negate = rewriter.create<arith::NegFOp>(loc, resultTypes, args[0]); createLinalgBodyCalculationForElementwiseOp() local
|