/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | ilist_node.h | 90 void ReplaceWith(NodeType* target); 140 that.ReplaceWith(this); in IntrusiveNodeBase() 151 that.ReplaceWith(this); 213 void IntrusiveNodeBase<NodeType>::ReplaceWith(NodeType* target) { in ReplaceWith() function
|
D | ilist.h | 220 list.sentinel_.ReplaceWith(&sentinel_); in IntrusiveList() 231 list.sentinel_.ReplaceWith(&sentinel_);
|
/third_party/spirv-tools/source/util/ |
D | ilist_node.h | 90 void ReplaceWith(NodeType* target); 140 that.ReplaceWith(this); in IntrusiveNodeBase() 151 that.ReplaceWith(this); 213 void IntrusiveNodeBase<NodeType>::ReplaceWith(NodeType* target) { in ReplaceWith() function
|
D | ilist.h | 220 list.sentinel_.ReplaceWith(&sentinel_); in IntrusiveList() 231 list.sentinel_.ReplaceWith(&sentinel_);
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
D | ilist_node.h | 90 void ReplaceWith(NodeType* target); 140 that.ReplaceWith(this); in IntrusiveNodeBase() 151 that.ReplaceWith(this); 213 void IntrusiveNodeBase<NodeType>::ReplaceWith(NodeType* target) { in ReplaceWith() function
|
D | ilist.h | 220 list.sentinel_.ReplaceWith(&sentinel_); in IntrusiveList() 231 list.sentinel_.ReplaceWith(&sentinel_);
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-bytecode-peephole.cc | 64 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/ |
D | CorrelatedValuePropagation.cpp | 136 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/ |
D | mid-tier-register-allocator.cc | 654 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 …]
|
D | register-allocator.cc | 654 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()
|
D | instruction.h | 108 static void ReplaceWith(InstructionOperand* dest, in ReplaceWith() function
|
/third_party/typescript/tests/baselines/reference/ |
D | parserindenter.js | 696 …indentationInfo = IndentationEditInfo.create2(indent.Position, indent.ReplaceWith, lineStartPositi… 1309 …indentationInfo = IndentationEditInfo.create2(indent.Position, indent.ReplaceWith, lineStartPositi…
|
D | parserindenter.types | 2852 …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
|
D | parserindenter.errors.txt | 1054 …indentationInfo = IndentationEditInfo.create2(indent.Position, indent.ReplaceWith, lineStartPositi…
|
D | parserindenter.symbols | 1761 …indentationInfo = IndentationEditInfo.create2(indent.Position, indent.ReplaceWith, lineStartPositi…
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/ |
D | parserindenter.ts | 695 …indentationInfo = IndentationEditInfo.create2(indent.Position, indent.ReplaceWith, lineStartPositi…
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 88896 void ReplaceWith(const Sequence<OwningNodeOrString>& aNodes,
|