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 D | AVRMCExpr.h | 54 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 D | AVRMCExpr.cpp | 39 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 D | ARMTargetParser.cpp | 451 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 D | HexagonConstPropagation.cpp | 2267 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 D | HexagonBitTracker.cpp | 990 bool Negated = false; 996 Negated = true; 1028 // "Test.is(!Negated)" means "branch condition is true". 1029 if (!Test.is(!Negated)) {
|
H A D | HexagonHardwareLoops.cpp | 647 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount() 692 if (Negated) in getLoopTripCount()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-temporal-objects.h | 140 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalDuration> Negated(
|
H A D | js-temporal-objects.cc | 4859 MaybeHandle<JSTemporalDuration> JSTemporalDuration::Negated( in Negated() function in v8::internal::JSTemporalDuration
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-temporal.cc | 773 TEMPORAL_PROTOTYPE_METHOD0(Duration, Negated, negated)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelDAGToDAG.cpp | 169 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 D | bootstrapper.cc | 5139 V(negated, Negated, 0) \ in InitializeGlobal_harmony_temporal()
|
Completed in 45 milliseconds