Home
last modified time | relevance | path

Searched refs:ReplaceWith (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dilist_node.h90 void ReplaceWith(NodeType* target);
140 that.ReplaceWith(this); in IntrusiveNodeBase()
151 that.ReplaceWith(this); in operator =()
213 void IntrusiveNodeBase<NodeType>::ReplaceWith(NodeType* target) { in ReplaceWith() function in spvtools::utils::IntrusiveNodeBase
H A Dilist.h220 list.sentinel_.ReplaceWith(&sentinel_); in IntrusiveList()
231 list.sentinel_.ReplaceWith(&sentinel_); in operator =()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dilist_node.h90 void ReplaceWith(NodeType* target);
140 that.ReplaceWith(this); in IntrusiveNodeBase()
151 that.ReplaceWith(this); in operator =()
213 void IntrusiveNodeBase<NodeType>::ReplaceWith(NodeType* target) { in ReplaceWith() function in spvtools::utils::IntrusiveNodeBase
H A Dilist.h220 list.sentinel_.ReplaceWith(&sentinel_); in IntrusiveList()
231 list.sentinel_.ReplaceWith(&sentinel_); in operator =()
/third_party/spirv-tools/source/util/
H A Dilist_node.h90 void ReplaceWith(NodeType* target);
140 that.ReplaceWith(this); in IntrusiveNodeBase()
151 that.ReplaceWith(this); in operator =()
213 void IntrusiveNodeBase<NodeType>::ReplaceWith(NodeType* target) { in ReplaceWith() function in spvtools::utils::IntrusiveNodeBase
H A Dilist.h220 list.sentinel_.ReplaceWith(&sentinel_); in IntrusiveList()
231 list.sentinel_.ReplaceWith(&sentinel_); in operator =()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-peephole.cc64 BytecodeSequenceNode& ReplaceWith(int bytecode);
69 // sequence (i.e. after ReplaceWith()).
306 BytecodeSequenceNode& BytecodeSequenceNode::ReplaceWith(int bytecode) { in ReplaceWith() function in v8::internal::__anon14964::BytecodeSequenceNode
509 .ReplaceWith(BC_SKIP_UNTIL_BIT_IN_TABLE) in DefineStandardSequences()
524 .ReplaceWith(BC_SKIP_UNTIL_CHAR_POS_CHECKED) in DefineStandardSequences()
540 .ReplaceWith(BC_SKIP_UNTIL_CHAR_AND) in DefineStandardSequences()
561 .ReplaceWith(BC_SKIP_UNTIL_CHAR) in DefineStandardSequences()
579 .ReplaceWith(BC_SKIP_UNTIL_CHAR_OR_CHAR) in DefineStandardSequences()
607 .ReplaceWith(BC_SKIP_UNTIL_GT_OR_NOT_BIT_IN_TABLE) in DefineStandardSequences()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp136 Value *ReplaceWith = S->getTrueValue(); in processSelect()
138 if (!CI->isOne()) std::swap(ReplaceWith, Other); in processSelect()
139 if (ReplaceWith == S) ReplaceWith = UndefValue::get(S->getType()); in processSelect()
141 S->replaceAllUsesWith(ReplaceWith); in processSelect()
/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc654 InstructionOperand::ReplaceWith(operand, spill_operand()); in SpillOperand()
657 InstructionOperand::ReplaceWith(operand, &pending_op); in SpillOperand()
687 InstructionOperand::ReplaceWith(&move_ops->destination(), &to_operand); in EmitGapMoveToInputFromSpillSlot()
701 InstructionOperand::ReplaceWith(&move_ops->source(), &from_operand); in EmitGapMoveToSpillSlot()
739 InstructionOperand::ReplaceWith(current, &allocated); in AllocatePendingSpillOperand()
982 InstructionOperand::ReplaceWith(operand, &pending_op); in PendingUse()
1027 InstructionOperand::ReplaceWith(pending_use, &allocated_op); in Commit()
1169 InstructionOperand::ReplaceWith(operand, &allocated); in Commit()
2373 InstructionOperand::ReplaceWith(operand, &to); in AllocateUseWithMove()
2399 InstructionOperand::ReplaceWith(operan in AllocateInput()
[all...]
H A Dregister-allocator.cc654 InstructionOperand::ReplaceWith(pos->operand(), &spill_op); in ConvertUsesToOperand()
661 InstructionOperand::ReplaceWith(pos->operand(), &op); in ConvertUsesToOperand()
1291 InstructionOperand::ReplaceWith(operand, &assigned); in CommitAssignment()
1635 InstructionOperand::ReplaceWith(operand, &allocated); in AllocateFixed()
H A Dinstruction.h108 static void ReplaceWith(InstructionOperand* dest, in ReplaceWith() function in v8::internal::compiler::InstructionOperand
/third_party/typescript/tests/baselines/reference/
H A Dparserindenter.js696 indentationInfo = IndentationEditInfo.create2(indent.Position, indent.ReplaceWith, lineStartPosition, lineIndentLength);
1309 indentationInfo = IndentationEditInfo.create2(indent.Position, indent.ReplaceWith, lineStartPosition, lineIndentLength);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 54 milliseconds