Home
last modified time | relevance | path

Searched refs:Negated (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.h54 bool isNegated() const { return Negated; } in isNegated()
55 void setNegated(bool negated = true) { Negated = negated; } in setNegated()
81 bool Negated; member in llvm::AVRMCExpr
84 explicit AVRMCExpr(VariantKind Kind, const MCExpr *Expr, bool Negated) in AVRMCExpr() argument
85 : Kind(Kind), SubExpr(Expr), Negated(Negated) {} in AVRMCExpr()
H A DAVRMCExpr.cpp39 bool Negated, MCContext &Ctx) { in create()
40 return new (Ctx) AVRMCExpr(Kind, Expr, Negated); in create()
99 if (Negated) in evaluateAsInt64()
38 create(VariantKind Kind, const MCExpr *Expr, bool Negated, MCContext &Ctx) create() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DARMTargetParser.cpp451 bool Negated = stripNegationPrefix(ArchExt); in getArchExtFeature() local
454 return StringRef(Negated ? AE.NegFeature : AE.Feature); in getArchExtFeature()
501 const bool Negated = stripNegationPrefix(ArchExt); in appendArchExtFeatures() local
508 if (Negated && (AE.ID & ID) == ID && AE.NegFeature) in appendArchExtFeatures()
520 if (Negated) { in appendArchExtFeatures()
525 } else if (Negated) { in appendArchExtFeatures()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp2267 bool Negated = false; in evaluate() local
2272 Negated = true; in evaluate()
2318 if ((!Negated && CTrue) || (Negated && CFalse)) in evaluate()
2320 else if ((!Negated && CFalse) || (Negated && CTrue)) in evaluate()
H A DHexagonBitTracker.cpp990 bool Negated = false;
996 Negated = true;
1028 // "Test.is(!Negated)" means "branch condition is true".
1029 if (!Test.is(!Negated)) {
H A DHexagonHardwareLoops.cpp647 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount()
692 if (Negated) in getLoopTripCount()
/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.h140 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalDuration> Negated(
H A Djs-temporal-objects.cc4859 MaybeHandle<JSTemporalDuration> JSTemporalDuration::Negated( in Negated() function in v8::internal::JSTemporalDuration
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-temporal.cc773 TEMPORAL_PROTOTYPE_METHOD0(Duration, Negated, negated)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp169 bool isInlineImmediate(const SDNode *N, bool Negated = false) const;
536 bool Negated) const { in isInlineImmediate()
541 if (Negated) { in isInlineImmediate()
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc5139 V(negated, Negated, 0) \ in InitializeGlobal_harmony_temporal()

Completed in 45 milliseconds