/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | if_conversion.cpp | 69 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 D | ir_builder.h | 348 // |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 D | if_conversion.cpp | 69 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 D | ir_builder.h | 348 // |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 D | if_conversion.cpp | 69 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 D | ir_builder.h | 352 // |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 D | test_wintypes.py | 12 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 D | option-utils.h | 76 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 D | js-segments.cc | 162 ? factory->true_value() in CreateSegmentDataObject()
|
H A D | object-list-macros.h | 353 V(True, true_value) \
|
H A D | js-locale.cc | 828 return (numeric == "true") ? factory->true_value() : factory->false_value();
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction-selector.h | 87 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 D | js-graph.cc | 67 if (ref.object().equals(isolate()->factory()->true_value())) { in Constant() 163 DEFINE_GETTER(TrueConstant, HeapConstant(factory()->true_value()))
|
H A D | simplified-operator-reducer.cc | 53 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 D | factory-base-inl.h | 21 return value ? impl()->true_value() : impl()->false_value(); in ToBoolean()
|
H A D | heap-inl.h | 502 return condition ? roots.true_value() : roots.false_value(); in ToBoolean()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-trace.cc | 245 return ReadOnlyRoots(isolate).true_value(); in BUILTIN()
|
/third_party/python/Lib/test/ |
H A D | test_peepholer.py | 351 def f(cond, true_value, false_value): 353 return (true_value if cond
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-array.cc | 323 return ReadOnlyRoots(isolate).true_value(); in RUNTIME_FUNCTION()
|
H A D | runtime-debug.cc | 310 isolate->factory()->true_value()); in GetInternalProperties() 844 isolate->factory()->true_value(), in RUNTIME_FUNCTION()
|
H A D | runtime-test.cc | 183 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 D | runtime-test-wasm.cc | 245 return ReadOnlyRoots(isolate).true_value(); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.h | 215 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 D | interpreter-generator.cc | 1285 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 D | api-natives.cc | 639 auto intrinsic_marker = isolate->factory()->true_value(); in AddDataProperty()
|