| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | template_util_unittest.cc | 64 typedef if_<true, true_type, false_type>::type if_true; in TEST() typedef
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | diamond.h | 21 Node* if_true; member
|
| H A D | control-flow-optimizer.cc | 88 Node* if_true; in TryBuildSwitch() local
|
| H A D | common-operator-reducer.cc | 193 Node* if_true = node->InputAt(0); in ReduceMerge() local 251 Node* if_true = merge_inputs[0]; in ReducePhi() local [all...] |
| H A D | js-intrinsic-lowering.cc | 250 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceIsInstanceType() local
|
| H A D | graph-assembler.h | 694 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 D | graph-assembler.cc | 557 BranchWithCriticalSafetyCheck( Node* condition, GraphAssemblerLabel<0u>* if_true, GraphAssemblerLabel<0u>* if_false) BranchWithCriticalSafetyCheck() argument
|
| H A D | code-assembler.h | 692 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 D | js-call-reducer.cc | 157 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 D | js-generic-lowering.cc | 1206 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in LowerJSStackCheck() local
|
| H A D | js-native-context-specialization.cc | 1181 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 D | js-typed-lowering.cc | 1126 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 D | parse.h | 64 struct statement *if_true; member
|
| H A D | linearize.c | 695 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 D | cfg.cc | 99 void CfgAssembler::Branch(Block* if_true, Block* if_false) { in Branch() argument
|
| H A D | instructions.h | 641 Block* if_true; member 661 Block* if_true; member [all...] |
| H A D | ast.h | 448 Expression* if_true; member 706 Statement* if_true; member
|
| /third_party/gn/src/gn/ |
| H A D | parse_tree.h | 350 const BlockNode* if_true() const { return if_true_.get(); } in if_true() function in ConditionNode
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-string-gen.cc | 1504 BranchIfStringPrimitiveWithNoCustomIteration( TNode<Object> object, TNode<Context> context, Label* if_true, Label* if_false) BranchIfStringPrimitiveWithNoCustomIteration() argument
|
| H A D | builtins-internal-gen.cc | 990 Branch(IsTrue(result), &if_true, &if_false); in TF_BUILTIN() local
|
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | interpreter-generator.cc | 1287 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 D | graph-builder-interface.cc | 289 TFNode* if_true = nullptr; in If() local
|
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-ir.h | 1493 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 D | nir_to_spirv.c | 1217 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 D | code-stub-assembler.h | 1026 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...] |