Home
last modified time | relevance | path

Searched refs:move (Results 1 - 25 of 4260) sorted by relevance

12345678910>>...171

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_fluent.cpp44 Derived move(std::move(*this)); in notation()
46 move.fMacros.notation = notation; in notation()
47 return move; in notation()
61 Derived move(std::move(*this)); in unit()
63 move.fMacros.unit = unit; in unit()
64 return move; in unit()
70 // Just move the unit into the MacroProps by value, and delete it since we have ownership. in adoptUnit()
75 copy.fMacros.unit = std::move(*uni in adoptUnit()
410 : NFS<UNF>(std::move(src)) { move() function
440 : NFS<LNF>(std::move(src)) { move() function
[all...]
H A Dnumrange_fluent.cpp41 Derived move(std::move(*this)); in numberFormatterBoth()
42 move.fMacros.formatter1 = formatter; in numberFormatterBoth()
43 move.fMacros.singleFormatter = true; in numberFormatterBoth()
44 touchRangeLocales(move.fMacros); in numberFormatterBoth()
45 return move; in numberFormatterBoth()
51 copy.fMacros.formatter1 = std::move(formatter); in numberFormatterBoth()
59 Derived move(std::move(*this)); in numberFormatterBoth()
60 move in numberFormatterBoth()
211 : NFS<UNF>(std::move(src)) { move() function
240 : NFS<LNF>(std::move(src)) { move() function
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_fluent.cpp44 Derived move(std::move(*this)); in notation()
46 move.fMacros.notation = notation; in notation()
47 return move; in notation()
61 Derived move(std::move(*this)); in unit()
63 move.fMacros.unit = unit; in unit()
64 return move; in unit()
70 // Just move the unit into the MacroProps by value, and delete it since we have ownership. in adoptUnit()
75 copy.fMacros.unit = std::move(*uni in adoptUnit()
438 : NFS<UNF>(std::move(src)) { move() function
468 : NFS<LNF>(std::move(src)) { move() function
[all...]
H A Dnumrange_fluent.cpp41 Derived move(std::move(*this)); in numberFormatterBoth()
42 move.fMacros.formatter1 = formatter; in numberFormatterBoth()
43 move.fMacros.singleFormatter = true; in numberFormatterBoth()
44 touchRangeLocales(move.fMacros); in numberFormatterBoth()
45 return move; in numberFormatterBoth()
51 copy.fMacros.formatter1 = std::move(formatter); in numberFormatterBoth()
59 Derived move(std::move(*this)); in numberFormatterBoth()
60 move in numberFormatterBoth()
211 : NFS<UNF>(std::move(src)) { move() function
240 : NFS<LNF>(std::move(src)) { move() function
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_fluent.cpp44 Derived move(std::move(*this)); in notation()
46 move.fMacros.notation = notation; in notation()
47 return move; in notation()
61 Derived move(std::move(*this)); in unit()
63 move.fMacros.unit = unit; in unit()
64 return move; in unit()
70 // Just move the unit into the MacroProps by value, and delete it since we have ownership. in adoptUnit()
75 copy.fMacros.unit = std::move(*uni in adoptUnit()
438 : NFS<UNF>(std::move(src)) { move() function
468 : NFS<LNF>(std::move(src)) { move() function
[all...]
H A Dnumrange_fluent.cpp41 Derived move(std::move(*this)); in numberFormatterBoth()
42 move.fMacros.formatter1 = formatter; in numberFormatterBoth()
43 move.fMacros.singleFormatter = true; in numberFormatterBoth()
44 touchRangeLocales(move.fMacros); in numberFormatterBoth()
45 return move; in numberFormatterBoth()
51 copy.fMacros.formatter1 = std::move(formatter); in numberFormatterBoth()
59 Derived move(std::move(*this)); in numberFormatterBoth()
60 move in numberFormatterBoth()
211 : NFS<UNF>(std::move(src)) { move() function
240 : NFS<LNF>(std::move(src)) { move() function
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dgap-resolver.cc19 // Splits a FP move between two location operands into the equivalent series of
20 // moves between smaller sub-operands, e.g. a double move to two single moves.
23 MoveOperands* Split(MoveOperands* move, MachineRepresentation smaller_rep, in Split() argument
28 const LocationOperand& src_loc = LocationOperand::cast(move->source()); in Split()
29 const LocationOperand& dst_loc = LocationOperand::cast(move->destination()); in Split()
63 // Reuse 'move' for the first fragment. It is not pending. in Split()
64 move->set_source(AllocatedOperand(src_kind, smaller_rep, src_index)); in Split()
65 move->set_destination(AllocatedOperand(dst_kind, smaller_rep, dst_index)); in Split()
74 return move; in Split()
79 MoveOperandKind GetKind(const InstructionOperand& move) { in GetKind() argument
98 MoveOperands* move = (*moves)[i]; Resolve() local
130 auto move = (*moves)[i]; Resolve() local
138 auto move = (*moves)[i]; Resolve() local
148 auto move = (*moves)[i]; Resolve() local
153 PerformMove(ParallelMove* moves, MoveOperands* move) PerformMove() argument
[all...]
H A Dmove-optimizer.cc5 #include "src/compiler/backend/move-optimizer.h"
117 for (MoveOperands* move : *moves) { in FindFirstNonEmptySlot()
118 if (!move->IsRedundant()) return i; in FindFirstNonEmptySlot()
119 move->Eliminate(); in FindFirstNonEmptySlot()
121 moves->clear(); // Clear this redundant move. in FindFirstNonEmptySlot()
191 for (MoveOperands* move : *moves) { in RemoveClobberedDestinations()
192 if (outputs.ContainsOpOrAlias(move->destination()) && in RemoveClobberedDestinations()
193 !inputs.ContainsOpOrAlias(move->destination())) { in RemoveClobberedDestinations()
194 move->Eliminate(); in RemoveClobberedDestinations()
201 for (MoveOperands* move in RemoveClobberedDestinations()
[all...]
/third_party/skia/third_party/externals/tint/src/
H A Dprogram.cc37 : id_(std::move(program.id_)), in Program()
38 types_(std::move(program.types_)), in Program()
39 ast_nodes_(std::move(program.ast_nodes_)), in Program()
40 sem_nodes_(std::move(program.sem_nodes_)), in Program()
41 ast_(std::move(program.ast_)), in Program()
42 sem_(std::move(program.sem_)), in Program()
43 symbols_(std::move(program.symbols_)), in Program()
44 diagnostics_(std::move(program.diagnostics_)), in Program()
45 transforms_applied_(std::move(program.transforms_applied_)), in Program()
62 // The above must be called *before* the calls to std::move() belo in Program()
[all...]
/third_party/skia/src/sksl/dsl/
H A DDSLCore.cpp81 auto result = std::make_unique<SkSL::Program>(std::move(source), in ReleaseProgram()
82 std::move(instance.fConfig), in ReleaseProgram()
84 std::move(instance.fProgramElements), in ReleaseProgram()
85 std::move(instance.fSharedElements), in ReleaseProgram()
86 std::move(instance.fModifiersPool), in ReleaseProgram()
87 std::move(compiler.fSymbolTable), in ReleaseProgram()
88 std::move(instance.fPool), in ReleaseProgram()
107 return success ? std::move(result) : nullptr; in ReleaseProgram()
133 ThreadContext::Compiler().convertIdentifier(-1, name), std::move(argArray)); in Call()
162 return SkSL::Block::MakeUnscoped(pos.line(), std::move(statement in Declare()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dir_loader.cpp109 new Instruction(module()->context(), *inst, std::move(dbg_line_info_))); in AddInstruction()
138 function_ = MakeUnique<Function>(std::move(spv_inst)); in AddInstruction()
149 function_->SetFunctionEnd(std::move(spv_inst)); in AddInstruction()
150 module_->AddFunction(std::move(function_)); in AddInstruction()
161 block_ = MakeUnique<BasicBlock>(std::move(spv_inst)); in AddInstruction()
173 block_->AddInstruction(std::move(spv_inst)); in AddInstruction()
174 function_->AddBasicBlock(std::move(block_)); in AddInstruction()
183 module_->AddCapability(std::move(spv_inst)); in AddInstruction()
185 module_->AddExtension(std::move(spv_inst)); in AddInstruction()
187 module_->AddExtInstImport(std::move(spv_ins in AddInstruction()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_loader.cpp109 new Instruction(module()->context(), *inst, std::move(dbg_line_info_))); in AddInstruction()
138 function_ = MakeUnique<Function>(std::move(spv_inst)); in AddInstruction()
149 function_->SetFunctionEnd(std::move(spv_inst)); in AddInstruction()
150 module_->AddFunction(std::move(function_)); in AddInstruction()
161 block_ = MakeUnique<BasicBlock>(std::move(spv_inst)); in AddInstruction()
173 block_->AddInstruction(std::move(spv_inst)); in AddInstruction()
174 function_->AddBasicBlock(std::move(block_)); in AddInstruction()
183 module_->AddCapability(std::move(spv_inst)); in AddInstruction()
185 module_->AddExtension(std::move(spv_inst)); in AddInstruction()
187 module_->AddExtInstImport(std::move(spv_ins in AddInstruction()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderImage.cpp323 for(auto i = 0u; i < resultType.componentCount; i++) { result.move(i, out[i]); } in EmitImageSample()
518 if(dimensions >= 1) dst.move(0, Max(SIMD::Int(width) >> lod, one)); in GetImageDimensions()
519 if(dimensions >= 2) dst.move(1, Max(SIMD::Int(height) >> lod, one)); in GetImageDimensions()
520 if(dimensions >= 3) dst.move(2, Max(SIMD::Int(depth) >> lod, one)); in GetImageDimensions()
525 if(dimensions >= 1) dst.move(0, SIMD::Int(width)); in GetImageDimensions()
526 if(dimensions >= 2) dst.move(1, SIMD::Int(height)); in GetImageDimensions()
527 if(dimensions >= 3) dst.move(2, SIMD::Int(depth)); in GetImageDimensions()
532 dst.move(dimensions, SIMD::Int(depth)); in GetImageDimensions()
559 dst.move(0, SIMD::Int(mipLevels)); in EmitImageQueryLevels()
594 dst.move( in EmitImageQuerySamples()
[all...]
H A DSpirvShaderArithmetic.cpp33 dst.move(i, lhs.Float(i) * rhs.Float(0)); in EmitVectorTimesScalar()
53 dst.move(i, v); in EmitMatrixTimesVector()
73 dst.move(i, v); in EmitVectorTimesMatrix()
99 dst.move(numRows * col + row, v); in EmitMatrixTimesMatrix()
120 dst.move(col * numRows + row, lhs.Float(row) * rhs.Float(col)); in EmitOuterProduct()
140 dst.move(col * numRows + row, mat.Float(row * numCols + col)); in EmitTranspose()
159 dst.move(i, ~src.UInt(i)); in EmitUnaryOp()
169 dst.move(i, (v & ~mask) | ((insert << offset) & mask)); in EmitUnaryOp()
186 dst.move(i, out); in EmitUnaryOp()
201 dst.move( in EmitUnaryOp()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_1_0_autogen.cpp33 return CallCapture(angle::EntryPoint::GLAlphaFunc, std::move(paramBuffer)); in CaptureAlphaFunc()
46 return CallCapture(angle::EntryPoint::GLAlphaFuncx, std::move(paramBuffer)); in CaptureAlphaFuncx()
63 return CallCapture(angle::EntryPoint::GLClearColorx, std::move(paramBuffer)); in CaptureClearColorx()
72 return CallCapture(angle::EntryPoint::GLClearDepthx, std::move(paramBuffer)); in CaptureClearDepthx()
81 return CallCapture(angle::EntryPoint::GLClientActiveTexture, std::move(paramBuffer)); in CaptureClientActiveTexture()
95 paramBuffer.addParam(std::move(eqnParam)); in CaptureClipPlanef()
102 paramBuffer.addParam(std::move(eqnParam)); in CaptureClipPlanef()
105 return CallCapture(angle::EntryPoint::GLClipPlanef, std::move(paramBuffer)); in CaptureClipPlanef()
122 paramBuffer.addParam(std::move(equationParam)); in CaptureClipPlanex()
129 paramBuffer.addParam(std::move(equationPara in CaptureClipPlanex()
[all...]
H A Dcapture_gles_ext_autogen.cpp40 std::move(paramBuffer)); in CaptureDrawArraysInstancedBaseInstanceANGLE()
66 paramBuffer.addParam(std::move(indicesParam)); in CaptureDrawElementsInstancedBaseVertexBaseInstanceANGLE()
73 paramBuffer.addParam(std::move(indicesParam)); in CaptureDrawElementsInstancedBaseVertexBaseInstanceANGLE()
81 std::move(paramBuffer)); in CaptureDrawElementsInstancedBaseVertexBaseInstanceANGLE()
104 paramBuffer.addParam(std::move(firstsParam)); in CaptureMultiDrawArraysInstancedBaseInstanceANGLE()
111 paramBuffer.addParam(std::move(firstsParam)); in CaptureMultiDrawArraysInstancedBaseInstanceANGLE()
121 paramBuffer.addParam(std::move(countsParam)); in CaptureMultiDrawArraysInstancedBaseInstanceANGLE()
128 paramBuffer.addParam(std::move(countsParam)); in CaptureMultiDrawArraysInstancedBaseInstanceANGLE()
138 paramBuffer.addParam(std::move(instanceCountsParam)); in CaptureMultiDrawArraysInstancedBaseInstanceANGLE()
145 paramBuffer.addParam(std::move(instanceCountsPara in CaptureMultiDrawArraysInstancedBaseInstanceANGLE()
[all...]
H A Dcapture_gles_3_0_autogen.cpp33 return CallCapture(angle::EntryPoint::GLBeginQuery, std::move(paramBuffer)); in CaptureBeginQuery()
45 return CallCapture(angle::EntryPoint::GLBeginTransformFeedback, std::move(paramBuffer)); in CaptureBeginTransformFeedback()
60 return CallCapture(angle::EntryPoint::GLBindBufferBase, std::move(paramBuffer)); in CaptureBindBufferBase()
79 return CallCapture(angle::EntryPoint::GLBindBufferRange, std::move(paramBuffer)); in CaptureBindBufferRange()
92 return CallCapture(angle::EntryPoint::GLBindSampler, std::move(paramBuffer)); in CaptureBindSampler()
106 return CallCapture(angle::EntryPoint::GLBindTransformFeedback, std::move(paramBuffer)); in CaptureBindTransformFeedback()
117 return CallCapture(angle::EntryPoint::GLBindVertexArray, std::move(paramBuffer)); in CaptureBindVertexArray()
147 return CallCapture(angle::EntryPoint::GLBlitFramebuffer, std::move(paramBuffer)); in CaptureBlitFramebuffer()
164 return CallCapture(angle::EntryPoint::GLClearBufferfi, std::move(paramBuffer)); in CaptureClearBufferfi()
183 paramBuffer.addParam(std::move(valuePara in CaptureClearBufferfv()
[all...]
H A Dcapture_gles_2_0_autogen.cpp29 return CallCapture(angle::EntryPoint::GLActiveTexture, std::move(paramBuffer)); in CaptureActiveTexture()
42 return CallCapture(angle::EntryPoint::GLAttachShader, std::move(paramBuffer)); in CaptureAttachShader()
62 paramBuffer.addParam(std::move(nameParam)); in CaptureBindAttribLocation()
69 paramBuffer.addParam(std::move(nameParam)); in CaptureBindAttribLocation()
72 return CallCapture(angle::EntryPoint::GLBindAttribLocation, std::move(paramBuffer)); in CaptureBindAttribLocation()
85 return CallCapture(angle::EntryPoint::GLBindBuffer, std::move(paramBuffer)); in CaptureBindBuffer()
98 return CallCapture(angle::EntryPoint::GLBindFramebuffer, std::move(paramBuffer)); in CaptureBindFramebuffer()
111 return CallCapture(angle::EntryPoint::GLBindRenderbuffer, std::move(paramBuffer)); in CaptureBindRenderbuffer()
124 return CallCapture(angle::EntryPoint::GLBindTexture, std::move(paramBuffer)); in CaptureBindTexture()
141 return CallCapture(angle::EntryPoint::GLBlendColor, std::move(paramBuffe in CaptureBlendColor()
[all...]
H A Dcapture_gles_3_1_autogen.cpp33 return CallCapture(angle::EntryPoint::GLActiveShaderProgram, std::move(paramBuffer)); in CaptureActiveShaderProgram()
56 return CallCapture(angle::EntryPoint::GLBindImageTexture, std::move(paramBuffer)); in CaptureBindImageTexture()
67 return CallCapture(angle::EntryPoint::GLBindProgramPipeline, std::move(paramBuffer)); in CaptureBindProgramPipeline()
84 return CallCapture(angle::EntryPoint::GLBindVertexBuffer, std::move(paramBuffer)); in CaptureBindVertexBuffer()
105 paramBuffer.addParam(std::move(stringsParam)); in CaptureCreateShaderProgramv()
112 paramBuffer.addParam(std::move(stringsParam)); in CaptureCreateShaderProgramv()
117 paramBuffer.addReturnValue(std::move(returnValueCapture)); in CaptureCreateShaderProgramv()
119 return CallCapture(angle::EntryPoint::GLCreateShaderProgramv, std::move(paramBuffer)); in CaptureCreateShaderProgramv()
139 paramBuffer.addParam(std::move(pipelinesPackedParam)); in CaptureDeleteProgramPipelines()
148 paramBuffer.addParam(std::move(pipelinesPackedPara in CaptureDeleteProgramPipelines()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DLayer.cpp23 *this, *getManglingOptions(), std::move(TSM), std::move(K))); in add()
29 : MaterializationUnit(SymbolFlagsMap(), std::move(K)), TSM(std::move(TSM)) { in IRMaterializationUnit()
81 : MaterializationUnit(std::move(SymbolFlags), std::move(K)), in IRMaterializationUnit()
82 TSM(std::move(TSM)), SymbolToDefinition(std::move(SymbolToDefinition)) {} in IRMaterializationUnit()
109 : IRMaterializationUnit(L.getExecutionSession(), MO, std::move(TSM), in BasicIRLayerMaterializationUnit()
110 std::move( in BasicIRLayerMaterializationUnit()
[all...]
H A DCompileOnDemandLayer.cpp74 : IRMaterializationUnit(ES, MO, std::move(TSM), std::move(K)), in PartitioningIRMaterializationUnit()
81 : IRMaterializationUnit(std::move(TSM), std::move(K), in PartitioningIRMaterializationUnit()
82 std::move(SymbolFlags), in PartitioningIRMaterializationUnit()
83 std::move(SymbolToDefinition)), in PartitioningIRMaterializationUnit()
88 Parent.emitPartition(std::move(R), std::move(TSM),
89 std::move(SymbolToDefinition));
105 return std::move(Requeste in compileRequested()
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLForStatement.cpp57 std::move(unrollInfo), in clone()
96 test = context.fTypes.fBool->coerceExpression(std::move(test), context); in Convert()
135 scope.push_back(std::move(initializer)); in Convert()
137 std::move(test), std::move(next), std::move(statement), in Convert()
138 std::move(unrollInfo), std::move(symbolTable))); in Convert()
139 return Block::Make(line, std::move(scope)); in Convert()
142 return ForStatement::Make(context, line, std::move(initialize in Convert()
[all...]
/third_party/node/deps/v8/src/torque/
H A Dcpp-builder.h19 explicit TemplateParameter(std::string name) : name(std::move(name)) {} in TemplateParameter()
21 : name(std::move(name)), type(std::move(type)) {} in TemplateParameter()
29 explicit Class(std::string name) : name_(std::move(name)) {} in Class()
31 : template_parameters_(std::move(template_parameters)), in Class()
32 name_(std::move(name)) {} in Class()
68 : type(std::move(type)),
69 name(std::move(name)),
70 default_value(std::move(default_value)) {}
76 name_(std::move(nam in Function()
[all...]
/third_party/spirv-tools/source/opt/
H A Dir_loader.cpp111 new Instruction(module()->context(), *inst, std::move(dbg_line_info_))); in AddInstruction()
140 function_ = MakeUnique<Function>(std::move(spv_inst)); in AddInstruction()
151 function_->SetFunctionEnd(std::move(spv_inst)); in AddInstruction()
152 module_->AddFunction(std::move(function_)); in AddInstruction()
163 block_ = MakeUnique<BasicBlock>(std::move(spv_inst)); in AddInstruction()
175 block_->AddInstruction(std::move(spv_inst)); in AddInstruction()
176 function_->AddBasicBlock(std::move(block_)); in AddInstruction()
185 module_->AddCapability(std::move(spv_inst)); in AddInstruction()
187 module_->AddExtension(std::move(spv_inst)); in AddInstruction()
189 module_->AddExtInstImport(std::move(spv_ins in AddInstruction()
[all...]
/third_party/backends/backend/genesys/
H A Dtables_motor.cpp40 s_motors->push_back(std::move(motor)); in genesys_init_motor_tables()
48 s_motors->push_back(std::move(motor)); in genesys_init_motor_tables()
56 s_motors->push_back(std::move(motor)); in genesys_init_motor_tables()
64 s_motors->push_back(std::move(motor)); in genesys_init_motor_tables()
72 s_motors->push_back(std::move(motor)); in genesys_init_motor_tables()
80 s_motors->push_back(std::move(motor)); in genesys_init_motor_tables()
103 s_motors->push_back(std::move(motor)); in genesys_init_motor_tables()
121 s_motors->push_back(std::move(motor)); in genesys_init_motor_tables()
138 s_motors->push_back(std::move(motor)); in genesys_init_motor_tables()
147 s_motors->push_back(std::move(moto in genesys_init_motor_tables()
[all...]

Completed in 27 milliseconds

12345678910>>...171