/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 269 static MachineInstr *getVRegDef(unsigned Reg, const MachineInstr *Insert, in getVRegDef() argument 278 LIS.getInstructionIndex(*Insert))) in getVRegDef() 316 static bool isSafeToMove(const MachineInstr *Def, const MachineInstr *Insert, in isSafeToMove() argument 318 assert(Def->getParent() == Insert->getParent()); in isSafeToMove() 328 if (NextI != Insert) in isSafeToMove() 340 if (MO.isDead() && Insert->definesRegister(Reg) && in isSafeToMove() 341 !Insert->readsRegister(Reg)) in isSafeToMove() 373 MachineBasicBlock::const_iterator D(Def), I(Insert); in isSafeToMove() 485 MachineInstr *Insert, LiveIntervals &LIS, in moveForSingleUse() argument 491 MBB.splice(Insert, &MBB, Def); in moveForSingleUse() [all …]
|
D | WebAssemblyDebugValueManager.cpp | 26 void WebAssemblyDebugValueManager::move(MachineInstr *Insert) { in move() argument 27 MachineBasicBlock *MBB = Insert->getParent(); in move() 29 MBB->splice(Insert, DBI->getParent(), DBI); in move() 37 void WebAssemblyDebugValueManager::clone(MachineInstr *Insert, in clone() argument 39 MachineBasicBlock *MBB = Insert->getParent(); in clone() 44 MBB->insert(Insert, Clone); in clone()
|
D | WebAssemblyDebugValueManager.h | 30 void move(MachineInstr *Insert); 32 void clone(MachineInstr *Insert, unsigned NewReg);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 917 InstTy *Insert(InstTy *I, const Twine &Name = "") const { 924 Constant *Insert(Constant *C, const Twine& = "") const { 948 return Insert(ReturnInst::Create(Context)); in CreateRetVoid() 953 return Insert(ReturnInst::Create(Context, V)); in CreateRet() 967 return Insert(ReturnInst::Create(Context, V)); in CreateAggregateRet() 972 return Insert(BranchInst::Create(Dest)); in CreateBr() 980 return Insert(addBranchMetadata(BranchInst::Create(True, False, Cond), 994 return Insert(Br); in CreateCondBr() 1003 return Insert(addBranchMetadata(SwitchInst::Create(V, Dest, NumCases), 1011 return Insert(IndirectBrInst::Create(Addr, NumDests)); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveRangeShrink.cpp | 167 MachineInstr *Insert = nullptr; in runOnMachineFunction() local 182 Insert = nullptr; in runOnMachineFunction() 188 Insert = nullptr; in runOnMachineFunction() 202 Insert = FindDominatedInstruction(DefInstr, Insert, IOM); in runOnMachineFunction() 204 Insert = nullptr; in runOnMachineFunction() 211 for (MachineInstr *I = Insert; I && IOM[I] == Barrier; in runOnMachineFunction() 214 Insert = nullptr; in runOnMachineFunction() 218 if (DefMO && Insert && NumEligibleUse > 1 && Barrier <= IOM[Insert]) { in runOnMachineFunction() 219 MachineBasicBlock::iterator I = std::next(Insert->getIterator()); in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 1413 vector = Insert(vector, x, 0); in createLoad() 1427 vector = Insert(vector, x, 0); in createLoad() 1428 vector = Insert(vector, y, 1); in createLoad() 2255 RValue<Byte8> Insert(RValue<Byte8> val, RValue<Byte> element, int i) in Insert() function 2267 result = Insert(result, SaturateUnsigned(Short(Int(Extract(x, 0)) + Int(Extract(y, 0)))), 0); in AddSat() 2268 result = Insert(result, SaturateUnsigned(Short(Int(Extract(x, 1)) + Int(Extract(y, 1)))), 1); in AddSat() 2269 result = Insert(result, SaturateUnsigned(Short(Int(Extract(x, 2)) + Int(Extract(y, 2)))), 2); in AddSat() 2270 result = Insert(result, SaturateUnsigned(Short(Int(Extract(x, 3)) + Int(Extract(y, 3)))), 3); in AddSat() 2271 result = Insert(result, SaturateUnsigned(Short(Int(Extract(x, 4)) + Int(Extract(y, 4)))), 4); in AddSat() 2272 result = Insert(result, SaturateUnsigned(Short(Int(Extract(x, 5)) + Int(Extract(y, 5)))), 5); in AddSat() [all …]
|
D | EmulatedIntrinsics.cpp | 40 result = Insert(result, Call(func, Extract(x, 0)), 0); in call4() 41 result = Insert(result, Call(func, Extract(x, 1)), 1); in call4() 42 result = Insert(result, Call(func, Extract(x, 2)), 2); in call4() 43 result = Insert(result, Call(func, Extract(x, 3)), 3); in call4() 52 result = Insert(result, Call(func, Extract(x, 0), Extract(y, 0)), 0); in call4() 53 result = Insert(result, Call(func, Extract(x, 1), Extract(y, 1)), 1); in call4() 54 result = Insert(result, Call(func, Extract(x, 2), Extract(y, 2)), 2); in call4() 55 result = Insert(result, Call(func, Extract(x, 3), Extract(y, 3)), 3); in call4() 74 out = Insert(out, el, i); in gather() 78 out = Insert(out, EL(0), i); in gather()
|
/third_party/boost/boost/algorithm/string/detail/ |
D | sequence.hpp | 42 const InsertT& Insert ) in insert() argument 44 … ::boost::algorithm::detail::insert( Input, At, ::boost::begin(Insert), ::boost::end(Insert) ); in insert() 183 const InsertT& Insert ) in replace() argument 187 …boost::algorithm::detail::replace( Input, From, To, ::boost::begin(Insert), ::boost::end(Insert) ); in replace() 191 … ::boost::algorithm::detail::insert( Input, From, ::boost::begin(Insert), ::boost::end(Insert) ); in replace()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/ |
D | move_to_front_test.cpp | 442 EXPECT_TRUE(mtf.Insert(1)); in TEST() 443 EXPECT_TRUE(mtf.Insert(2)); in TEST() 444 EXPECT_TRUE(mtf.Insert(3)); in TEST() 445 EXPECT_FALSE(mtf.Insert(2)); in TEST() 470 EXPECT_TRUE(mtf.Insert(40)); in TEST() 475 EXPECT_TRUE(mtf.Insert(50)); in TEST() 507 EXPECT_TRUE(mtf.Insert(1)); in TEST() 508 EXPECT_TRUE(mtf.Insert(2)); in TEST() 509 EXPECT_TRUE(mtf.Insert(3)); in TEST() 535 EXPECT_TRUE(mtf.Insert(10)); in TEST() [all …]
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/asm/comp/ |
D | bitfield-signed-operations.asm.comp | 3 uint spvBitfieldInsert(uint Base, uint Insert, uint Offset, uint Count) 6 return (Base & ~Mask) | ((Insert << Offset) & Mask); 9 uint2 spvBitfieldInsert(uint2 Base, uint2 Insert, uint Offset, uint Count) 12 return (Base & ~Mask) | ((Insert << Offset) & Mask); 15 uint3 spvBitfieldInsert(uint3 Base, uint3 Insert, uint Offset, uint Count) 18 return (Base & ~Mask) | ((Insert << Offset) & Mask); 21 uint4 spvBitfieldInsert(uint4 Base, uint4 Insert, uint Offset, uint Count) 24 return (Base & ~Mask) | ((Insert << Offset) & Mask);
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/comp/ |
D | bitfield.comp | 1 uint spvBitfieldInsert(uint Base, uint Insert, uint Offset, uint Count) 4 return (Base & ~Mask) | ((Insert << Offset) & Mask); 7 uint2 spvBitfieldInsert(uint2 Base, uint2 Insert, uint Offset, uint Count) 10 return (Base & ~Mask) | ((Insert << Offset) & Mask); 13 uint3 spvBitfieldInsert(uint3 Base, uint3 Insert, uint Offset, uint Count) 16 return (Base & ~Mask) | ((Insert << Offset) & Mask); 19 uint4 spvBitfieldInsert(uint4 Base, uint4 Insert, uint Offset, uint Count) 22 return (Base & ~Mask) | ((Insert << Offset) & Mask);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CFGUpdate.h | 26 enum class UpdateKind : unsigned char { Insert, Delete }; enumerator 45 OS << (getKind() == UpdateKind::Insert ? "Insert " : "Delete "); in print() 80 Operations[{From, To}] += (U.getKind() == UpdateKind::Insert ? 1 : -1); in LegalizeUpdates() 91 NumInsertions > 0 ? UpdateKind::Insert : UpdateKind::Delete; in LegalizeUpdates()
|
/third_party/gn/src/gn/ |
D | string_atom.cc | 101 void Insert(Node* node, size_t hash, KeyType key) { in Insert() function 120 set_.Insert(node, hash, &kEmptyString); in StringAtomSet() 137 set_.Insert(node, hash, result); in find() 199 local_set_.Insert(node, hash, result); in find()
|
D | unique_vector.h | 69 void Insert(Node* node, size_t hash, size_t index) { in Insert() function 119 set_.Insert(node, hash, vector_.size() - 1); in push_back() 131 set_.Insert(node, hash, vector_.size() - 1); in push_back() 155 set_.Insert(node, hash, result); in PushBackWithIndex() 168 set_.Insert(node, hash, result); in PushBackWithIndex()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | ConcurrentCacheTests.cpp | 73 insertOutput = cachePtr->Insert(&cachedObject); in TEST_F() 76 anotherInsertOutput = cachePtr->Insert(&anotherCachedObject); in TEST_F() 95 insertOutput = cachePtr->Insert(&cachedObject); in TEST_F()
|
/third_party/glib/gio/tests/desktop-files/usr/applications/ |
D | gucharmap.desktop | 13 Comment=Insert special characters into documents 19 Comment[en_CA]=Insert special characters into documents 20 Comment[en_GB]=Insert special characters into documents
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | PixelRoutine.cpp | 511 zValue = As<Short4>(Insert(As<Int2>(zValue), *Pointer<Int>(buffer), 0)); in depthTest16() 512 zValue = As<Short4>(Insert(As<Int2>(zValue), *Pointer<Int>(buffer + pitch), 1)); in depthTest16() 616 z = Insert(z, *Pointer<Int>(buffer), 0); in depthBoundsTest16() 617 z = Insert(z, *Pointer<Int>(buffer + pitch), 1); in depthBoundsTest16() 729 zValue = As<Short4>(Insert(As<Int2>(zValue), *Pointer<Int>(buffer), 0)); in writeDepth16() 730 zValue = As<Short4>(Insert(As<Int2>(zValue), *Pointer<Int>(buffer + pitch), 1)); in writeDepth16() 894 sRefDuplicated = Insert(sRefDuplicated, sRef.x, 0); in stencilReplaceRef() 895 sRefDuplicated = Insert(sRefDuplicated, sRef.x, 1); in stencilReplaceRef() 1164 pixel.x = Insert(pixel.x, *Pointer<Short>(buffer), 0); in readPixel() 1166 pixel.x = Insert(pixel.x, *Pointer<Short>(buffer), 1); in readPixel() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 234 Instruction *Insert; in handleLoopCondition() local 236 Insert = Parent->getTerminator(); in handleLoopCondition() 238 Insert = L->getHeader()->getFirstNonPHIOrDbgOrLifetime(); in handleLoopCondition() 242 return CallInst::Create(IfBreak, Args, "", Insert); in handleLoopCondition() 247 Instruction *Insert = Cond == BoolTrue ? in handleLoopCondition() local 251 return CallInst::Create(IfBreak, Args, "", Insert); in handleLoopCondition()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/ |
D | arena.cc | 41 tr_.Insert(0, num_blks); in ArenaImpl() 64 tr_.Insert(addr + reqBlk, size - reqBlk); in Allocate() 113 tr_.Insert(hdr.addr, hdr.blk_size); in Deallocate() 127 tr_.Insert(*addr + new_sz, size - new_sz); in BlockEnlarge() 146 tr_.Insert(*addr + new_sz, size - new_sz); in BlockEnlarge() 192 tr_.Insert(hdr.addr + req_blk, hdr.blk_size - req_blk); in Reallocate()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_string_list.h | 60 void Insert (uint32 index, 65 Insert (Count (), s); in Append()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DomTreeUpdater.cpp | 42 if (Kind == DominatorTree::Insert && !HasEdge) in isUpdateValid() 320 assert(isUpdateValid({DominatorTree::Insert, From, To}) && in insertEdge() 339 PendUpdates.push_back({DominatorTree::Insert, From, To}); in insertEdge() 349 if (!isUpdateValid({DominatorTree::Insert, From, To})) in insertEdgeRelaxed() 360 PendUpdates.push_back({DominatorTree::Insert, From, To}); in insertEdgeRelaxed() 463 if (U.getKind() == DominatorTree::Insert) in dump()
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/ |
D | token.go | 40 func (m *Map) Insert(name string) (ID, error) { func 161 id, err := m.Insert(string(src[i:j])) 177 id, err := m.Insert(string(src[i:j])) 203 id, err := m.Insert(string(src[i:j]))
|
/third_party/boost/libs/msm/doc/HTML/examples/ |
D | iPodSearchEuml.cpp | 73 no_action ),Insert) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 89 Insert == StringFind + Found , in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 91 Foreach == Insert + Done in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
|
/third_party/boost/libs/msm/doc/PDF/examples/ |
D | iPodSearchEuml.cpp | 73 no_action ),Insert) in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 89 Insert == StringFind + Found , in BOOST_MSM_EUML_DECLARE_ATTRIBUTE() 91 Foreach == Insert + Done in BOOST_MSM_EUML_DECLARE_ATTRIBUTE()
|
/third_party/boost/libs/geometry/doc/index/generated/ |
D | inserters.qbk | 7 [[[link group__inserters_1gab22c33d31b9805250e54ee6d6d240a47 `inserter(Container &)`]][Insert itera… 13 Insert iterator generator.
|