Home
last modified time | relevance | path

Searched defs:negate (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/flang/test/Semantics/
H A Dresolve109.f9034 subroutine negate(x) subroutine
51 call mvbits(x) ! negate argument
/llvm-project/flang/test/Lower/
H A Dselect-type.f9025 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 Dranges_is_heap.pass.cpp153 auto negate = [](A a) { return a.x * -1; }; in test() local
H A Dranges_is_heap_until.pass.cpp157 auto negate = [](A a) { return a.x * -1; }; in test() local
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dranges_partition.pass.cpp175 auto negate = [](int x) { return -x; }; in test() local
H A Dranges_stable_partition.pass.cpp211 auto negate = [](int x) { return -x; }; in test() local
H A Dranges_partition_copy.pass.cpp234 auto negate = [](int x) { return -x; }; in test() local
/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h114 static SmallVector<int64_t, 8> negate(SmallVector<int64_t, 8> R) { negate() function
H A DScalarEvolutionExpressions.h447 static enum SCEVTypes negate(enum SCEVTypes T) { in negate() function
/llvm-project/llvm/utils/lit/lit/
H A DShCommands.py65 def __init__(self, commands, negate=False, pipe_err=False): argument
/llvm-project/flang/lib/Evaluate/
H A Dfold-logical.cpp49 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 Dranges.next_permutation.pass.cpp214 constexpr A negate() const { return A{i * -1}; } in test() function
H A Dranges.prev_permutation.pass.cpp214 constexpr A negate() const { return A{i * -1}; } in test() function
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp480 [[nodiscard]] Value *Negator::negate(Value *V, bool IsNSW, unsigned Depth) { negate() function in Negator
[all...]
H A DInstCombineAddSub.cpp157 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 DMathToSPIRV.cpp349 Value negate = rewriter.create<spirv::FNegateOp>(loc, pow); matchAndRewrite() local
/llvm-project/flang/runtime/
H A Dnamelist.cpp132 bool negate{ch && *ch == '-'}; in GetSubscriptValue() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp220 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 Dtoken-parsers.h419 SignedInteger(const std::optional<std::uint64_t> & x,Location at,bool negate,ParseState & state) SignedInteger() argument
/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp434 APFixedPoint APFixedPoint::negate(bool *Overflow) const { negate() function in llvm::APFixedPoint
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-constraints.cpp225 std::enable_if_t<!Traits<T>::value> negate() { in negate() function
/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1430 void negate() { negate() function
/llvm-project/polly/lib/External/isl/
H A Disl_coalesce.c1292 isl_int *ineq, unsigned len, __isl_keep isl_set *set, int negate) in add_wrap()
H A Disl_input.c2185 int negate; in read_conjuncts() local
/llvm-project/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp425 auto negate = rewriter.create<arith::NegFOp>(loc, resultTypes, args[0]); createLinalgBodyCalculationForElementwiseOp() local

12