Home
last modified time | relevance | path

Searched refs:ReplaceWith (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dilist_node.h90 void ReplaceWith(NodeType* target);
140 that.ReplaceWith(this); in IntrusiveNodeBase()
151 that.ReplaceWith(this);
213 void IntrusiveNodeBase<NodeType>::ReplaceWith(NodeType* target) { in ReplaceWith() function
Dilist.h220 list.sentinel_.ReplaceWith(&sentinel_); in IntrusiveList()
231 list.sentinel_.ReplaceWith(&sentinel_);
/third_party/spirv-tools/source/util/
Dilist_node.h90 void ReplaceWith(NodeType* target);
140 that.ReplaceWith(this); in IntrusiveNodeBase()
151 that.ReplaceWith(this);
213 void IntrusiveNodeBase<NodeType>::ReplaceWith(NodeType* target) { in ReplaceWith() function
Dilist.h220 list.sentinel_.ReplaceWith(&sentinel_); in IntrusiveList()
231 list.sentinel_.ReplaceWith(&sentinel_);
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dilist_node.h90 void ReplaceWith(NodeType* target);
140 that.ReplaceWith(this); in IntrusiveNodeBase()
151 that.ReplaceWith(this);
213 void IntrusiveNodeBase<NodeType>::ReplaceWith(NodeType* target) { in ReplaceWith() function
Dilist.h220 list.sentinel_.ReplaceWith(&sentinel_); in IntrusiveList()
231 list.sentinel_.ReplaceWith(&sentinel_);
/third_party/node/deps/v8/src/regexp/
Dregexp-bytecode-peephole.cc64 BytecodeSequenceNode& ReplaceWith(int bytecode);
306 BytecodeSequenceNode& BytecodeSequenceNode::ReplaceWith(int bytecode) { in ReplaceWith() function in v8::internal::__anon92f09d870111::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/
DCorrelatedValuePropagation.cpp136 Value *ReplaceWith = S->getTrueValue(); in processSelect() local
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/
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(operand, &allocated); in AllocateInput()
[all …]
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()
Dinstruction.h108 static void ReplaceWith(InstructionOperand* dest, in ReplaceWith() function
/third_party/typescript/tests/baselines/reference/
Dparserindenter.js696 …indentationInfo = IndentationEditInfo.create2(indent.Position, indent.ReplaceWith, lineStartPositi…
1309 …indentationInfo = IndentationEditInfo.create2(indent.Position, indent.ReplaceWith, lineStartPositi…
Dparserindenter.types2852 …indentationInfo = IndentationEditInfo.create2(indent.Position, indent.ReplaceWith, lineStartPositi…
2853 >indentationInfo = IndentationEditInfo.create2(indent.Position, indent.ReplaceWith, lineStartPositi…
2855 >IndentationEditInfo.create2(indent.Position, indent.ReplaceWith, lineStartPosition, lineIndentLeng…
2862 >indent.ReplaceWith : any
2864 >ReplaceWith : any
Dparserindenter.errors.txt1054 …indentationInfo = IndentationEditInfo.create2(indent.Position, indent.ReplaceWith, lineStartPositi…
Dparserindenter.symbols1761 …indentationInfo = IndentationEditInfo.create2(indent.Position, indent.ReplaceWith, lineStartPositi…
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserindenter.ts695 …indentationInfo = IndentationEditInfo.create2(indent.Position, indent.ReplaceWith, lineStartPositi…
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp88896 void ReplaceWith(const Sequence<OwningNodeOrString>& aNodes,