Home
last modified time | relevance | path

Searched refs:kTrue (Results 1 - 25 of 33) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator-reducer.cc76 return m.ResolvedValue() ? Decision::kTrue : Decision::kFalse; in DecideCondition()
80 return Decision::kTrue; in DecideCondition()
85 return *maybe_result ? Decision::kTrue : Decision::kFalse; in DecideCondition()
103 DecideCondition(cond->InputAt(2)) == Decision::kTrue)) { in ReduceBranch()
131 Replace(use, (decision == Decision::kTrue) ? control : dead()); in ReduceBranch()
166 if (condition_is_true == (decision == Decision::kTrue)) { in ReduceDeoptimizeConditional()
396 case Decision::kTrue: in ReduceSelect()
473 if (decision == Decision::kTrue) { in ReduceStaticAssert()
490 } else if ((decision == Decision::kTrue) == trapping_condition) { in ReduceTrapConditional()
H A Dsimplified-operator-reducer.cc27 return IsSmiDouble(m.ResolvedValue()) ? Decision::kTrue : Decision::kFalse; in DecideObjectIsSmi()
31 if (m.IsChangeInt31ToTaggedSigned()) return Decision::kTrue; in DecideObjectIsSmi()
198 if (DecideObjectIsSmi(input) == Decision::kTrue) { in Reduce()
215 case Decision::kTrue: in Reduce()
H A Dmemory-lowering.cc158 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw()
164 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw()
177 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw()
183 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw()
345 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw()
H A Dcommon-operator.h43 enum class BranchHint : uint8_t { kNone, kTrue, kFalse }; member in v8::internal::compiler::BranchHint
49 case BranchHint::kTrue: in NegateBranchHint()
52 return BranchHint::kTrue; in NegateBranchHint()
H A Dgraph-reducer.h30 enum class Decision : uint8_t { kUnknown, kTrue, kFalse }; member in v8::internal::compiler::Decision
H A Dwasm-compiler.cc246 : AllowLargeObjects::kTrue; in Allocate()
251 AllowLargeObjects allow_large = AllowLargeObjects::kTrue) {
1438 return gasm_->Branch(cond, true_node, false_node, BranchHint::kTrue); in BranchExpectTrue()
2470 BranchHint::kTrue); in MemoryGrow() member in v8::internal::compiler::BranchHint
2804 graph()->NewNode(c->Branch(BranchHint::kTrue), check0, control()); in BuildI32AsmjsRemS()
2846 graph()->NewNode(c->Branch(BranchHint::kTrue), check1, if_false0); in BuildI32AsmjsRemS()
3357 success_control, failure_control, BranchHint::kTrue); in CompareToInternalFunctionAtIndex()
3508 Diamond d(graph(), mcgraph()->common(), check, BranchHint::kTrue); in BuildConvertUint32ToSmiWithSaturation() member in v8::internal::compiler::BranchHint
4240 gasm_->UintLessThan(index, mem_size), BranchHint::kTrue); in BuildAsmjsLoadMem() member in v8::internal::compiler::BranchHint
4284 BranchHint::kTrue); in BuildAsmjsStoreMem() member in v8::internal::compiler::BranchHint
[all...]
H A Djs-call-reducer.cc127 hint_ = BranchHint::kTrue; in ExpectTrue()
159 auto if_false = (hint_ == BranchHint::kTrue) ? gasm_->MakeDeferredLabel() in ~IfBuilder0()
202 hint_ = BranchHint::kTrue; in ExpectTrue()
226 auto if_false = (hint_ == BranchHint::kTrue) ? gasm_->MakeDeferredLabel() in Value()
504 BranchHint::kTrue); in Do() member in v8::internal::compiler::JSCallReducerAssembler::ForBuilder0::BranchHint
575 BranchHint::kTrue, arg0); in Value() member in v8::internal::ForBuilder1::BranchHint
3155 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
3226 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
3925 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
5420 graph()->NewNode(common()->Branch(BranchHint::kTrue), chec
[all...]
H A Dgraph-assembler.h375 // so {GotoIfNot(..., BranchHint::kTrue)} means "optimize for the case where
700 hint = if_false->IsDeferred() ? BranchHint::kTrue : BranchHint::kFalse; in Branch()
781 BranchHint hint = label->IsDeferred() ? BranchHint::kTrue : BranchHint::kNone; in GotoIfNot()
H A Draw-machine-assembler.cc475 if (hint == BranchHint::kTrue) { in MarkControlDeferred()
494 new_branch_hint = BranchHint::kTrue; in MarkControlDeferred()
H A Dscheduler.cc481 hint_from_profile = BranchHint::kTrue; in ConnectBranch()
494 case BranchHint::kTrue: in ConnectBranch()
502 case BranchHint::kTrue: in ConnectBranch()
H A Djs-typed-lowering.cc617 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control); in ReduceJSAdd()
1124 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control); in ReduceJSToObject()
1252 graph()->NewNode(common()->Branch(BranchHint::kTrue), check10, if_true1); in ReduceJSHasInPrototypeChain()
1893 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control); in ReduceJSForInNext()
1998 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control); in ReduceJSForInPrepare()
H A Dgraph-assembler.cc562 hint = if_false->IsDeferred() ? BranchHint::kTrue : BranchHint::kFalse; in BranchWithCriticalSafetyCheck()
H A Djs-native-context-specialization.cc2764 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), in BuildElementAccess()
2836 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), in BuildElementAccess()
2976 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), in BuildElementAccess()
3261 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, *control); in BuildIndexedStringLoad()
H A Dsimplified-lowering.cc4399 graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, control); in DoJSToNumberOrNumericTruncatesToFloat64()
4501 graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, control); in DoJSToNumberOrNumericTruncatesToWord32()
4664 Node* branch0 = graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, in Int32Div()
4741 Node* branch0 = graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, in Int32Mod()
4784 Node* branch1 = graph()->NewNode(common()->Branch(BranchHint::kTrue), in Int32Mod()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dmarshalling.cc46 const char* kTrue[] = {"1", "t", "true", "y", "yes"}; in AbslParseFlag() local
48 static_assert(sizeof(kTrue) == sizeof(kFalse), "true_false_equal"); in AbslParseFlag()
52 for (size_t i = 0; i < ABSL_ARRAYSIZE(kTrue); ++i) { in AbslParseFlag()
53 if (absl::EqualsIgnoreCase(text, kTrue[i])) { in AbslParseFlag()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dtoken.h309 kTrue, member in tint::reader::wgsl::Token::Type
384 type_ == Type::kUintLiteral || type_ == Type::kTrue || in IsLiteral()
H A Dtoken.cc300 case Token::Type::kTrue: in TypeToName()
H A Dlexer.cc1124 return {Token::Type::kTrue, source, "true"}; in check_keyword()
H A Dlexer_test.cc709 TokenData{"true", Token::Type::kTrue},
/third_party/node/deps/v8/src/objects/
H A Doddball.h62 static const byte kTrue = 1; member in v8::internal::Oddball
H A Dvalue-serializer.cc101 kTrue = 'T', member in v8::internal::SerializationTag
487 case Oddball::kTrue: in WriteOddball()
488 tag = SerializationTag::kTrue; in WriteOddball()
1454 case SerializationTag::kTrue: in ReadObjectInternal()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-macro-assembler.cc189 static constexpr uint32_t kTrue = 1; in IsCharacterInRangeArray() local
202 return (length % 2) == 0 ? kFalse : kTrue; in IsCharacterInRangeArray()
228 return (current_range_start_index % 2) == 0 ? kTrue : kFalse; in IsCharacterInRangeArray()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex.h723 static const Condition kTrue; member in absl::Condition
748 Condition(); // null constructor used only to create kTrue
/third_party/node/deps/v8/src/heap/
H A Dsetup-heap-internal.cc601 Oddball::cast(obj).set_kind(Oddball::kTrue); in CreateInitialMaps()
718 Oddball::kTrue); in CreateInitialObjects() member in v8::internal::Oddball
/third_party/node/deps/v8/src/common/
H A Dglobals.h904 enum class AllowLargeObjects { kFalse, kTrue };

Completed in 63 milliseconds

12