Home
last modified time | relevance | path

Searched refs:true_value (Results 1 - 25 of 67) sorted by relevance

123

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dif_conversion.cpp69 Instruction* true_value = nullptr; in Process()
73 true_value = GetIncomingValue(phi, 0u); in Process()
76 true_value = GetIncomingValue(phi, 1u); in Process()
80 BasicBlock* true_def_block = context()->get_instr_block(true_value); in Process()
83 uint32_t true_vn = vn_table.GetValueNumber(true_value); in Process()
93 inst_to_use = true_value; in Process()
97 } else if (CanHoistInstruction(true_value, common, dominators)) { in Process()
98 inst_to_use = true_value; in Process()
124 context()->get_type_mgr()->GetType(true_value->type_id()); in Process()
130 true_value in Process()
[all...]
H A Dir_builder.h348 // |type| must match the types of |true_value| and |false_value|. It is up to
351 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect() argument
357 {SPV_OPERAND_TYPE_ID, {true_value}}, in AddSelect()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dif_conversion.cpp69 Instruction* true_value = nullptr; in Process()
73 true_value = GetIncomingValue(phi, 0u); in Process()
76 true_value = GetIncomingValue(phi, 1u); in Process()
80 BasicBlock* true_def_block = context()->get_instr_block(true_value); in Process()
83 uint32_t true_vn = vn_table.GetValueNumber(true_value); in Process()
93 inst_to_use = true_value; in Process()
97 } else if (CanHoistInstruction(true_value, common, dominators)) { in Process()
98 inst_to_use = true_value; in Process()
124 context()->get_type_mgr()->GetType(true_value->type_id()); in Process()
130 true_value in Process()
[all...]
H A Dir_builder.h348 // |type| must match the types of |true_value| and |false_value|. It is up to
351 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect() argument
357 {SPV_OPERAND_TYPE_ID, {true_value}}, in AddSelect()
/third_party/spirv-tools/source/opt/
H A Dif_conversion.cpp69 Instruction* true_value = nullptr; in Process()
73 true_value = GetIncomingValue(phi, 0u); in Process()
76 true_value = GetIncomingValue(phi, 1u); in Process()
80 BasicBlock* true_def_block = context()->get_instr_block(true_value); in Process()
83 uint32_t true_vn = vn_table.GetValueNumber(true_value); in Process()
93 inst_to_use = true_value; in Process()
97 } else if (CanHoistInstruction(true_value, common, dominators)) { in Process()
98 inst_to_use = true_value; in Process()
124 context()->get_type_mgr()->GetType(true_value->type_id()); in Process()
130 true_value in Process()
[all...]
H A Dir_builder.h352 // |type| must match the types of |true_value| and |false_value|. It is up to
355 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect() argument
361 {SPV_OPERAND_TYPE_ID, {true_value}}, in AddSelect()
/third_party/python/Lib/ctypes/test/
H A Dtest_wintypes.py12 for true_value in (1, 32767, 32768, 65535, 65537):
13 true = POINTER(c_int16)(c_int16(true_value))
21 vb.value = true_value
/third_party/node/deps/v8/src/objects/
H A Doption-utils.h76 const std::vector<T>& enum_values, T true_value, T false_value, in GetStringOrBooleanOption()
94 return Just(true_value); in GetStringOrBooleanOption()
73 GetStringOrBooleanOption( Isolate* isolate, Handle<JSReceiver> options, const char* property, const char* method, const std::vector<const char*>& str_values, const std::vector<T>& enum_values, T true_value, T false_value, T fallback_value) GetStringOrBooleanOption() argument
H A Djs-segments.cc162 ? factory->true_value() in CreateSegmentDataObject()
H A Dobject-list-macros.h353 V(True, true_value) \
H A Djs-locale.cc828 return (numeric == "true") ? factory->true_value() : factory->false_value();
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.h87 Node* true_value, Node* false_value) { in ForSelect()
88 return FlagsContinuation(condition, result, true_value, false_value); in ForSelect()
133 Node* true_value() const { in true_value() function in v8::internal::compiler::final
229 FlagsContinuation(FlagsCondition condition, Node* result, Node* true_value, in FlagsContinuation() argument
234 true_value_(true_value), in FlagsContinuation()
237 DCHECK_NOT_NULL(true_value); in FlagsContinuation()
86 ForSelect(FlagsCondition condition, Node* result, Node* true_value, Node* false_value) ForSelect() argument
/third_party/node/deps/v8/src/compiler/
H A Djs-graph.cc67 if (ref.object().equals(isolate()->factory()->true_value())) { in Constant()
163 DEFINE_GETTER(TrueConstant, HeapConstant(factory()->true_value()))
H A Dsimplified-operator-reducer.cc53 if (m.Is(factory()->true_value())) return ReplaceBoolean(false); in Reduce()
169 if (m.Is(factory()->true_value())) { in Reduce()
/third_party/node/deps/v8/src/heap/
H A Dfactory-base-inl.h21 return value ? impl()->true_value() : impl()->false_value(); in ToBoolean()
H A Dheap-inl.h502 return condition ? roots.true_value() : roots.false_value(); in ToBoolean()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-trace.cc245 return ReadOnlyRoots(isolate).true_value(); in BUILTIN()
/third_party/python/Lib/test/
H A Dtest_peepholer.py351 def f(cond, true_value, false_value):
353 return (true_value if cond
/third_party/node/deps/v8/src/runtime/
H A Druntime-array.cc323 return ReadOnlyRoots(isolate).true_value(); in RUNTIME_FUNCTION()
H A Druntime-debug.cc310 isolate->factory()->true_value()); in GetInternalProperties()
844 isolate->factory()->true_value(), in RUNTIME_FUNCTION()
H A Druntime-test.cc183 return ReadOnlyRoots(isolate).true_value(); in RUNTIME_FUNCTION()
1306 return ReturnFuzzSafe(ReadOnlyRoots(isolate).true_value(), isolate); in RUNTIME_FUNCTION()
1544 return ReadOnlyRoots(isolate).true_value(); in RUNTIME_FUNCTION()
H A Druntime-test-wasm.cc245 return ReadOnlyRoots(isolate).true_value(); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h215 V(TrueValue, true_value, True) \
952 TNode<A> SelectConstant(TNode<BoolT> condition, TNode<A> true_value, in SelectConstant() argument
955 condition, [=] { return true_value; }, [=] { return false_value; }); in SelectConstant()
958 TNode<Int32T> SelectInt32Constant(TNode<BoolT> condition, int true_value,
960 TNode<IntPtrT> SelectIntPtrConstant(TNode<BoolT> condition, int true_value,
963 TNode<Smi> SelectSmiConstant(TNode<BoolT> condition, Smi true_value,
965 TNode<Smi> SelectSmiConstant(TNode<BoolT> condition, int true_value, in SelectSmiConstant() argument
967 return SelectSmiConstant(condition, Smi::FromInt(true_value), false_value); in SelectSmiConstant()
969 TNode<Smi> SelectSmiConstant(TNode<BoolT> condition, Smi true_value, in SelectSmiConstant() argument
971 return SelectSmiConstant(condition, true_value, Sm in SelectSmiConstant()
973 SelectSmiConstant(TNode<BoolT> condition, int true_value, int false_value) SelectSmiConstant() argument
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc1285 TNode<Oddball> true_value = TrueConstant(); in IGNITION_HANDLER() local
1287 Branch(TaggedEqual(value, true_value), &if_true, &if_false); in IGNITION_HANDLER()
1296 result = true_value; in IGNITION_HANDLER()
/third_party/node/deps/v8/src/api/
H A Dapi-natives.cc639 auto intrinsic_marker = isolate->factory()->true_value(); in AddDataProperty()

Completed in 29 milliseconds

123