/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/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/node/deps/v8/src/interpreter/ |
D | constant-array-builder.h | 71 size_t Insert(Smi smi); 72 size_t Insert(double number); 73 size_t Insert(const AstRawString* raw_string); 74 size_t Insert(AstBigInt bigint); 75 size_t Insert(const Scope* scope); 76 #define INSERT_ENTRY(NAME, ...) size_t Insert##NAME();
|
D | constant-array-builder.cc | 223 size_t ConstantArrayBuilder::Insert(Smi smi) { in Insert() function in v8::internal::interpreter::ConstantArrayBuilder 231 size_t ConstantArrayBuilder::Insert(double number) { in Insert() function in v8::internal::interpreter::ConstantArrayBuilder 242 size_t ConstantArrayBuilder::Insert(const AstRawString* raw_string) { in Insert() function in v8::internal::interpreter::ConstantArrayBuilder 250 size_t ConstantArrayBuilder::Insert(AstBigInt bigint) { in Insert() function in v8::internal::interpreter::ConstantArrayBuilder 258 size_t ConstantArrayBuilder::Insert(const Scope* scope) { in Insert() function in v8::internal::interpreter::ConstantArrayBuilder 267 size_t ConstantArrayBuilder::Insert##NAME() { \
|
/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 …]
|
D | VertexRoutine.cpp | 478 src = Insert(src, *Pointer<Int>(source0), 0); in readStream() 479 src = Insert(src, *Pointer<Int>(source1), 1); in readStream() 480 src = Insert(src, *Pointer<Int>(source2), 2); in readStream() 481 src = Insert(src, *Pointer<Int>(source3), 3); in readStream() 499 src = Insert(src, *Pointer<Int>(source0), 0); in readStream() 500 src = Insert(src, *Pointer<Int>(source1), 1); in readStream() 501 src = Insert(src, *Pointer<Int>(source2), 2); in readStream() 502 src = Insert(src, *Pointer<Int>(source3), 3); in readStream() 515 src = Insert(src, *Pointer<Int>(source0), 0); in readStream() 516 src = Insert(src, *Pointer<Int>(source1), 1); in readStream() [all …]
|
D | ComputeProgram.cpp | 69 …routine->workgroupID = Insert(Insert(Insert(Int4(0), workgroupID[X], X), workgroupID[Y], Y), workg… in setWorkgroupBuiltins() 130 …Int4 wgID = Insert(Insert(Insert(SIMD::Int(0), workgroupID[X], X), workgroupID[Y], Y), workgroupID… in setSubgroupBuiltins()
|
/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/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/node/deps/v8/src/parsing/ |
D | parser.h | 940 source_range_map_->Insert( 958 source_range_map_->Insert( 965 source_range_map_->Insert(node, 973 source_range_map_->Insert( 980 source_range_map_->Insert(node, zone()->New<FunctionLiteralSourceRanges>()); 986 source_range_map_->Insert( 994 source_range_map_->Insert( 1003 source_range_map_->Insert( 1011 source_range_map_->Insert( 1019 source_range_map_->Insert(node, [all …]
|
/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/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/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/Target/ARM/ |
D | MVETailPredication.cpp | 227 Instruction *Insert = nullptr; in isTailPredicate() local 228 if (!match(Shuffle, m_ShuffleVector(m_Instruction(Insert), m_Undef(), in isTailPredicate() 234 if (!match(Insert, m_InsertElement(m_Undef(), m_Instruction(BECount), in isTailPredicate() 264 if (!match(BroadcastSplat, m_ShuffleVector(m_Instruction(Insert), m_Undef(), in isTailPredicate() 270 if (!match(Insert, m_InsertElement(m_Undef(), m_Instruction(IV), m_Zero()))) in isTailPredicate() 284 unsigned Lanes = cast<VectorType>(Insert->getType())->getNumElements(); in isTailPredicate()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | PixelRoutine.cpp | 1058 pixel.w = Insert(pixel.w, *Pointer<Short>(buffer), 0); in readPixel() 1060 pixel.w = Insert(pixel.w, *Pointer<Short>(buffer), 1); in readPixel() 1068 pixel.x = Insert(pixel.x, *Pointer<Short>(buffer), 0); in readPixel() 1070 pixel.x = Insert(pixel.x, *Pointer<Short>(buffer), 1); in readPixel() 1096 c01 = As<Short4>(Insert(As<Int2>(c01), *Pointer<Int>(buffer), 0)); in readPixel() 1098 c01 = As<Short4>(Insert(As<Int2>(c01), *Pointer<Int>(buffer), 1)); in readPixel() 1747 value = Insert(value, *Pointer<Int>(buffer), 0); in writeColor() 1749 value = Insert(value, *Pointer<Int>(buffer + pitch), 1); in writeColor() 1772 value = Insert(value, *Pointer<Short>(buffer), 0); in writeColor() 1774 value = Insert(value, *Pointer<Short>(buffer + pitch), 1); in writeColor() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Blitter.cpp | 795 c = Insert(c, Int(*Pointer<SByte>(element + 3)), 3); in read() 797 c = Insert(c, Int(*Pointer<SByte>(element + 2)), 2); in read() 799 c = Insert(c, Int(*Pointer<SByte>(element + 1)), 1); in read() 801 c = Insert(c, Int(*Pointer<SByte>(element)), 0); in read() 804 c = Insert(c, Int(*Pointer<Byte>(element + 3)), 3); in read() 806 c = Insert(c, Int(*Pointer<Byte>(element + 2)), 2); in read() 808 c = Insert(c, Int(*Pointer<Byte>(element + 1)), 1); in read() 810 c = Insert(c, Int(*Pointer<Byte>(element)), 0); in read() 813 c = Insert(c, Int(*Pointer<Short>(element + 6)), 3); in read() 815 c = Insert(c, Int(*Pointer<Short>(element + 4)), 2); in read() [all …]
|