Home
last modified time | relevance | path

Searched defs:if_true (Results 1 - 25 of 28) sorted by relevance

12

/third_party/protobuf/src/google/protobuf/stubs/
H A Dtemplate_util_unittest.cc64 typedef if_<true, true_type, false_type>::type if_true; in TEST() typedef
/third_party/node/deps/v8/src/compiler/
H A Ddiamond.h21 Node* if_true; member
H A Dcontrol-flow-optimizer.cc88 Node* if_true; in TryBuildSwitch() local
H A Dcommon-operator-reducer.cc193 Node* if_true = node->InputAt(0); in ReduceMerge() local
251 Node* if_true = merge_inputs[0]; in ReducePhi() local
[all...]
H A Djs-intrinsic-lowering.cc250 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceIsInstanceType() local
H A Dgraph-assembler.h694 Branch(Node* condition, GraphAssemblerLabel<sizeof...(Vars)>* if_true, GraphAssemblerLabel<sizeof...(Vars)>* if_false, Vars... vars) Branch() argument
707 BranchWithHint( Node* condition, GraphAssemblerLabel<sizeof...(Vars)>* if_true, GraphAssemblerLabel<sizeof...(Vars)>* if_false, BranchHint hint, Vars... vars) BranchWithHint() argument
715 BranchImpl(Node* condition, GraphAssemblerLabel<sizeof...(Vars)>* if_true, GraphAssemblerLabel<sizeof...(Vars)>* if_false, BranchHint hint, Vars... vars) BranchImpl() argument
[all...]
H A Dgraph-assembler.cc557 BranchWithCriticalSafetyCheck( Node* condition, GraphAssemblerLabel<0u>* if_true, GraphAssemblerLabel<0u>* if_false) BranchWithCriticalSafetyCheck() argument
H A Dcode-assembler.h692 Branch(TNode<BoolT> condition, CodeAssemblerParameterizedLabel<T...>* if_true, CodeAssemblerParameterizedLabel<T...>* if_false, Args... args) Branch() argument
700 Branch(TNode<BoolT> condition, CodeAssemblerParameterizedLabel<T...>* if_true, std::vector<Node*> args_true, CodeAssemblerParameterizedLabel<U...>* if_false, std::vector<Node*> args_false) Branch() argument
H A Djs-call-reducer.cc157 auto if_true = (hint_ == BranchHint::kFalse) ? gasm_->MakeDeferredLabel() in ~IfBuilder0() local
224 auto if_true = (hint_ == BranchHint::kFalse) ? gasm_->MakeDeferredLabel() in Value() local
[all...]
H A Djs-generic-lowering.cc1206 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in LowerJSStackCheck() local
H A Djs-native-context-specialization.cc1181 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceNamedAccess() local
2767 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in BuildElementAccess() local
2839 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in BuildElementAccess() local
2979 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); BuildElementAccess() local
3087 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); BuildElementAccess() local
3210 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); BuildElementAccess() local
3263 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); BuildIndexedStringLoad() local
[all...]
H A Djs-typed-lowering.cc1126 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceJSToObject() local
1895 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceJSForInNext() local
2000 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceJSForInPrepare() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.h64 struct statement *if_true; member
H A Dlinearize.c695 void insert_select(struct basic_block *bb, struct instruction *br, struct instruction *phi_node, pseudo_t if_true, pseudo_t if_false) in insert_select() argument
/third_party/node/deps/v8/src/torque/
H A Dcfg.cc99 void CfgAssembler::Branch(Block* if_true, Block* if_false) { in Branch() argument
H A Dinstructions.h641 Block* if_true; member
661 Block* if_true; member
[all...]
H A Dast.h448 Expression* if_true; member
706 Statement* if_true; member
/third_party/gn/src/gn/
H A Dparse_tree.h350 const BlockNode* if_true() const { return if_true_.get(); } in if_true() function in ConditionNode
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-string-gen.cc1504 BranchIfStringPrimitiveWithNoCustomIteration( TNode<Object> object, TNode<Context> context, Label* if_true, Label* if_false) BranchIfStringPrimitiveWithNoCustomIteration() argument
H A Dbuiltins-internal-gen.cc990 Branch(IsTrue(result), &if_true, &if_false); in TF_BUILTIN() local
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc1287 Branch(TaggedEqual(value, true_value), &if_true, &if_false); in IGNITION_HANDLER() local
1826 GotoIf(TaggedEqual(object, TrueConstant()), &if_true); IGNITION_HANDLER() local
1827 Branch(TaggedEqual(object, FalseConstant()), &if_true, &if_false); IGNITION_HANDLER() local
1854 &if_true, &if_false); IGNITION_HANDLER() local
1862 GotoIf(IsNull(object), &if_true); IGNITION_HANDLER() local
1871 Branch(Word32Equal(callable_undetectable, Int32Constant(0)), &if_true, IGNITION_HANDLER() local
2926 Branch(TaggedEqual(index, cache_length), &if_true, &if_false); IGNITION_HANDLER() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc289 TFNode* if_true = nullptr; in If() local
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-ir.h1493 BasicBlock* if_true() const { return if_true_.block_ptr(); } in if_true() function in v8::internal::maglev::ConditionalControlNode
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1217 emit_select(struct ntv_context *ctx, SpvId type, SpvId cond, SpvId if_true, SpvId if_false) emit_select() argument
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h1026 void BranchIfSmiEqual(TNode<Smi> a, TNode<Smi> b, Label* if_true, in BranchIfSmiEqual() argument
1028 Branch(SmiEqual(a, b), if_true, if_false); in BranchIfSmiEqual() local
1031 void BranchIfSmiLessThan(TNode<Smi> a, TNode<Smi> b, Label* if_true, in BranchIfSmiLessThan() argument
1033 Branch(SmiLessThan(a, b), if_true, if_false); in BranchIfSmiLessThan() local
1036 void BranchIfSmiLessThanOrEqual(TNode<Smi> a, TNode<Smi> b, Label* if_true, in BranchIfSmiLessThanOrEqual() argument
1038 Branch(SmiLessThanOrEqual(a, b), if_true, if_false); in BranchIfSmiLessThanOrEqual() local
1041 void BranchIfFloat64IsNaN(TNode<Float64T> value, Label* if_true, in BranchIfFloat64IsNaN() argument
1043 Branch(Float64Equal(value, value), if_false, if_true); in BranchIfFloat64IsNaN() local
1053 BranchIfToBooleanIsFalse(TNode<Object> value, Label* if_false, Label* if_true) BranchIfToBooleanIsFalse() argument
3575 BranchIfNumberEqual(TNode<Number> left, TNode<Number> right, Label* if_true, Label* if_false) BranchIfNumberEqual() argument
3581 BranchIfNumberNotEqual(TNode<Number> left, TNode<Number> right, Label* if_true, Label* if_false) BranchIfNumberNotEqual() argument
3586 BranchIfNumberLessThan(TNode<Number> left, TNode<Number> right, Label* if_true, Label* if_false) BranchIfNumberLessThan() argument
3592 BranchIfNumberLessThanOrEqual(TNode<Number> left, TNode<Number> right, Label* if_true, Label* if_false) BranchIfNumberLessThanOrEqual() argument
3598 BranchIfNumberGreaterThan(TNode<Number> left, TNode<Number> right, Label* if_true, Label* if_false) BranchIfNumberGreaterThan() argument
3604 BranchIfNumberGreaterThanOrEqual(TNode<Number> left, TNode<Number> right, Label* if_true, Label* if_false) BranchIfNumberGreaterThanOrEqual() argument
[all...]

Completed in 64 milliseconds

12