Home
last modified time | relevance | path

Searched refs:std (Results 12701 - 12725 of 20229) sorted by relevance

1...<<501502503504505506507508509510>>...810

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp105 std::pair<const MachineOperand *, int> isOMod(const MachineInstr &MI) const;
471 SmallVectorImpl<std::pair<MachineOperand*, unsigned>> &Defs, in getRegSeqInit()
497 Defs.push_back(std::make_pair(Sub, Def->getOperand(I + 1).getImm())); in getRegSeqInit()
536 SmallVector<std::pair<MachineOperand*, unsigned>, 32> Defs; in tryToFoldACImm()
591 Next = std::next(RSUse); in foldOperand()
654 NextUse = std::next(Use); in foldOperand()
708 SmallVector<std::pair<MachineOperand*, unsigned>, 32> Defs; in foldOperand()
1046 std::swap(Src0, Src1); in tryConstantFoldOp()
1047 std::swap(Src0Idx, Src1Idx); in tryConstantFoldOp()
1154 NextUse = std in foldInstOperand()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp71 std::numeric_limits<uint64_t>::max();
76 static cl::opt<std::string> ClMemoryAccessCallbackPrefix(
225 DenseMap<AllocaInst *, std::vector<DbgVariableIntrinsic *>> &AllocaDbgMap,
308 HWASan = std::make_unique<HWAddressSanitizer>(M, CompileKernel, Recover);
322 std::unique_ptr<HWAddressSanitizer> HWASan;
395 std::tie(HwasanCtorFunction, std::ignore) = in initializeModule()
437 const std::string TypeStr = AccessIsWrite ? "store" : "load"; in initializeCallbacks()
438 const std::string EndingStr = Recover ? "_noabort" : ""; in initializeCallbacks()
462 const std in initializeCallbacks()
[all...]
H A DAddressSanitizer.cpp97 std::numeric_limits<uint64_t>::max();
307 static cl::opt<std::string> ClMemoryAccessCallbackPrefix(
394 static cl::opt<std::string> ClDebugFunc("asan-debug-func", cl::Hidden,
538 return std::max(32U, 1U << MappingScale); in RedzoneSizeForScale()
777 const std::string &UniqueModuleId);
912 std::unique_ptr<CallInst> EmptyInlineAsm;
1034 StackAlignment = std::max(StackAlignment, AI.getAlignment()); in visitAllocaInst()
1697 IntegerType::get(*C, std::max(8U, TypeSize >> Mapping.Scale)); in instrumentAddress()
1883 std::string ErrorCode = MCSectionMachO::ParseSectionSpecifier( in ShouldInstrumentGlobal()
1996 std in SetComdatForGlobalMetadata()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DDataMov.cpp372 using Type = std::conditional<FloatLength == 32, float, double>::type; \ in TEST_F()
375 static constexpr bool IsDouble = std::is_same<Type, double>::value; \ in TEST_F()
396 using Type = std::conditional<FloatLength == 32, float, double>::type; \ in TEST_F()
421 using Type = std::conditional<FloatLength == 32, float, double>::type; \ in TEST_F()
424 static constexpr bool IsDouble = std::is_same<Type, double>::value; \ in TEST_F()
428 static_assert(std::numeric_limits<Type>::has_quiet_NaN, \ in TEST_F()
430 const Type V1 = std::numeric_limits<Type>::quiet_NaN(); \ in TEST_F()
451 using Type = std::conditional<FloatLength == 32, float, double>::type; \ in TEST_F()
476 using Type = std::conditional<FloatLength == 32, float, double>::type; \ in TEST_F()
480 static constexpr bool IsDouble = std in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DDataMov.cpp526 using Type = std::conditional<FloatLength == 32, float, double>::type; \ in TEST_F()
529 static constexpr bool IsDouble = std::is_same<Type, double>::value; \ in TEST_F()
549 using Type = std::conditional<FloatLength == 32, float, double>::type; \ in TEST_F()
582 using Type = std::conditional<FloatLength == 32, float, double>::type; \ in TEST_F()
585 static constexpr bool IsDouble = std::is_same<Type, double>::value; \ in TEST_F()
589 static_assert(std::numeric_limits<Type>::has_quiet_NaN, \ in TEST_F()
591 const Type V1 = std::numeric_limits<Type>::quiet_NaN(); \ in TEST_F()
611 using Type = std::conditional<FloatLength == 32, float, double>::type; \ in TEST_F()
644 using Type = std::conditional<FloatLength == 32, float, double>::type; \ in TEST_F()
648 static constexpr bool IsDouble = std in TEST_F()
[all...]
/third_party/rust/crates/clap/clap_derive/src/
H A Ditem.rs15 use std::env;
556 quote!(<#ty as ::std::default::Default>::default()) in push_attrs()
575 ::std::string::ToString::to_string(&val) in push_attrs()
623 T: ::std::borrow::Borrow<#inner_type> in push_attrs()
632 static DEFAULT_STRINGS: clap::__macro_refs::once_cell::sync::Lazy<Vec<::std::string::String>> = clap::__macro_refs::once_cell::sync::Lazy::new(|| { in push_attrs()
637 DEFAULT_STRINGS.iter().map(::std::string::String::as_str).collect() in push_attrs()
647 T: ::std::borrow::Borrow<#inner_type> in push_attrs()
652 static DEFAULT_STRINGS: clap::__macro_refs::once_cell::sync::Lazy<Vec<::std::string::String>> = clap::__macro_refs::once_cell::sync::Lazy::new(|| { in push_attrs()
657 DEFAULT_STRINGS.iter().map(::std::string::String::as_str).collect() in push_attrs()
688 quote!(<#ty as ::std in push_attrs()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fBasicComputeShaderTests.cpp44 using std::string;
45 using std::vector;
94 std::ostringstream src; in iterate()
133 std::ostringstream src; in iterate()
157 std::vector<deUint32> inputValues (m_numValues); in iterate()
255 std::ostringstream src; in iterate()
279 std::vector<deUint32> inputValues (m_numValues); in iterate()
379 std::ostringstream src; in iterate()
407 std::vector<deUint32> inputValues (m_numValues); in iterate()
483 std in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDepthRangeUnrestrictedTests.cpp85 std::string getFormatCaseName (vk::VkFormat format) in getFormatCaseName()
90 std::string getCompareOpStringName (VkCompareOp compare) in getCompareOpStringName()
95 const std::string generateTestName (struct DepthRangeUnrestrictedParam param) in generateTestName()
97 std::ostringstream result; in generateTestName()
120 const std::string generateTestDescription (struct DepthRangeUnrestrictedParam param) in generateTestDescription()
122 std::string result("Test unrestricted depth ranges on viewport"); in generateTestDescription()
210 static inline std::vector<Vertex4RGBA> createPoints (float wc)
215 std::vector<Vertex4RGBA> vertices;
410 std::vector<VkAttachmentDescription> attachmentDescriptions; in makeRenderPass()
490 std
[all...]
H A DvktPipelineImageSamplingInstance.cpp196 throw tcu::NotSupportedError(std::string("Unsupported format for sampling: ") + getFormatName(params.imageFormat)); in checkSupportImageSamplingInstance()
199 throw tcu::NotSupportedError(std::string("Unsupported render target count: ") + de::toString(params.imageCount)); in checkSupportImageSamplingInstance()
205 throw tcu::NotSupportedError(std::string("Unsupported format for linear filtering: ") + getFormatName(params.imageFormat)); in checkSupportImageSamplingInstance()
268 throw tcu::NotSupportedError(std::string("Unsupported format for min/max filtering: ") + getFormatName(params.imageFormat)); in checkSupportImageSamplingInstance()
562 std::vector<VkDescriptorImageInfo> descriptorImageInfo(m_imageCount); in setup()
636 std::vector<VkAttachmentDescription> colorAttachmentDescriptions(m_imageCount); in setup()
637 std::vector<VkAttachmentReference> colorAttachmentReferences(m_imageCount); in setup()
687 std::vector<VkImageView> pAttachments(m_imageCount); in setup()
770 const std::vector<VkViewport> viewports { makeViewport(m_renderSize) }; in setup()
771 const std in setup()
[all...]
/third_party/node/src/
H A Dnode_file.cc86 std::string Basename(const std::string& str, const std::string& extension) { in Basename()
88 std::string::size_type pos = str.find_last_of(kPathSeparator); in Basename()
91 std::size_t start_pos = 0; in Basename()
93 std::size_t str_size = str.size(); in Basename()
94 if (pos != std::string::npos) { in Basename()
291 std::unique_ptr<worker::TransferData> FileHandle::TransferForMessaging() { in TransferForMessaging()
293 auto ret = std::make_unique<TransferData>(fd_); in TransferForMessaging()
314 std in Deserialize()
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.cpp51 using std::vector;
834 std::cerr << "Shader after conversion from nir\n"; in r600_shader_from_nir()
835 shader->print(std::cerr); in r600_shader_from_nir()
842 std::cerr << "Shader after optimization\n"; in r600_shader_from_nir()
843 shader->print(std::cerr); in r600_shader_from_nir()
849 std::cerr << "Shader after scheduling\n"; in r600_shader_from_nir()
850 shader->print(std::cerr); in r600_shader_from_nir()
857 scheduled_shader->print(std::cerr); in r600_shader_from_nir()
871 scheduled_shader->print(std::cerr); in r600_shader_from_nir()
892 scheduled_shader->print(std in r600_shader_from_nir()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSampleReadTests.cpp56 using std::string;
57 using std::vector;
505 const std::vector<VkViewport> viewports (1, makeViewport(tcu::UVec2(width, height))); in createRenderPipeline()
506 const std::vector<VkRect2D> scissors (1, makeRect2D(tcu::UVec2(width, height))); in createRenderPipeline()
531 viewports, // const std::vector<VkViewport>& viewports in createRenderPipeline()
532 scissors, // const std::vector<VkRect2D>& scissors in createRenderPipeline()
619 const std::vector<VkViewport> viewports (1, makeViewport(tcu::UVec2(width, height))); in createSubpassPipeline()
620 const std::vector<VkRect2D> scissors (1, makeRect2D(tcu::UVec2(width, height))); in createSubpassPipeline()
645 viewports, // const std::vector<VkViewport>& viewports in createSubpassPipeline()
646 scissors, // const std in createSubpassPipeline()
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DModifyStruct.cpp97 const std::vector<PathItem> &path)
139 using ConversionFunc = std::function<Access(Access::Env &, OriginalAccess &, ModifiedAccess &)>;
148 std::vector<PathItem> pathItems;
440 std::reverse(modifiedFields.begin() + begin, modifiedFields.end());
538 TFieldList fields = std::move(modifiedFields);
603 char buffer[std::numeric_limits<unsigned>::digits10 + 1];
620 std::vector<PathItem> pathItems;
622 std::vector<size_t> namePathSizes;
623 std::string namePath;
625 std
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateAST.cpp83 std::map<TIntermNode *, TIntermNode *> mParent;
87 std::vector<std::set<const TVariable *>> mDeclaredVariables;
88 std::set<const TInterfaceBlock *> mNamelessInterfaceBlocks;
89 std::map<ImmutableString, const TVariable *> mReferencedBuiltIns;
96 std::set<const TFunction *> mDeclaredFunctions;
112 std::vector<std::map<ImmutableString, const TFieldListCollection *>> mStructsAndBlocksByName;
259 const std::map<ImmutableString, const TFieldListCollection *> &scopeDecls = in visitStructUsage()
522 for (const std in isVariableDeclared()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp96 MORE = std::make_unique<MachineOptimizationRemarkEmitter>(MF, MBFI); in init()
155 std::swap(Src, Dst); in repairReg()
218 std::unique_ptr<MachineInstr *[]> NewInstrs( in repairReg()
222 for (const std::unique_ptr<InsertPoint> &InsertPt : RepairPt) { in repairReg()
267 std::swap(CurRegBank, DesiredRegBank); in getRepairCost()
282 if (Cost != std::numeric_limits<unsigned>::max()) in getRepairCost()
286 return std::numeric_limits<unsigned>::max(); in getRepairCost()
308 RepairPts.emplace_back(std::move(RepairPt)); in findBestMapping()
530 if (RepairCost == std::numeric_limits<unsigned>::max()) in computeMapping()
544 for (const std in computeMapping()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp251 const int Offset = std::distance(StatepointSlots.begin(), SlotIt); in reservePreviousStackSlotForValue()
313 static std::pair<SDValue, SDNode *> lowerCallFromStatepointLoweringInfo( in lowerCallFromStatepointLoweringInfo()
317 std::tie(ReturnValue, CallEndVal) = in lowerCallFromStatepointLoweringInfo()
347 return std::make_pair(ReturnValue, CallEnd->getOperand(0).getNode()); in lowerCallFromStatepointLoweringInfo()
367 static std::tuple<SDValue, SDValue, MachineMemOperand*>
409 return std::make_tuple(Loc, Chain, MMO); in spillIncomingStatepointValue()
461 Ops.push_back(std::get<0>(Res)); in lowerIncomingStatepointValue()
462 if (auto *MMO = std::get<2>(Res)) in lowerIncomingStatepointValue()
464 Chain = std::get<1>(Res);; in lowerIncomingStatepointValue()
674 std in LowerAsSTATEPOINT()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DOrcABISupport.cpp155 std::error_code EC; in emitIndirectStubsBlock()
186 StubsInfo = IndirectStubsInfo(NumStubs, std::move(StubsMem)); in emitIndirectStubsBlock()
237 std::error_code EC; in emitIndirectStubsBlock()
267 StubsInfo = IndirectStubsInfo(NumStubs, std::move(StubsMem)); in emitIndirectStubsBlock()
505 std::error_code EC; in emitIndirectStubsBlock()
534 StubsInfo = IndirectStubsInfo(NumStubs, std::move(StubsMem)); in emitIndirectStubsBlock()
691 std::error_code EC; in emitIndirectStubsBlock()
727 StubsInfo = IndirectStubsInfo(NumStubs, std::move(StubsMem)); in emitIndirectStubsBlock()
937 std::error_code EC; in emitIndirectStubsBlock()
978 StubsInfo = IndirectStubsInfo(NumStubs, std in emitIndirectStubsBlock()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCObjectStreamer.cpp26 std::unique_ptr<MCAsmBackend> TAB, in MCObjectStreamer()
27 std::unique_ptr<MCObjectWriter> OW, in MCObjectStreamer()
28 std::unique_ptr<MCCodeEmitter> Emitter) in MCObjectStreamer()
30 Assembler(std::make_unique<MCAssembler>( in MCObjectStreamer()
31 Context, std::move(TAB), std::move(Emitter), std::move(OW))), in MCObjectStreamer()
62 auto SecIt = std::find(PendingLabelSections.begin(), in addPendingLabel()
189 return &*std::prev(CurInsertionPoint); in getCurrentFragment()
549 ArrayRef<std in EmitCVDefRangeDirective()
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLStreamTest.cpp71 std::cout << "Stream extension not supported" << std::endl; in TEST_P()
166 std::cout << "Stream consumer gltexture extension not supported" << std::endl; in TEST_P()
204 std::cout << "Stream consumer gltexture yuv extension not supported" << std::endl; in TEST_P()
321 std::cout << "Stream producer d3d texture not supported" << std::endl; in TEST_P()
390 std::cout << "Stream producer d3d texture not supported" << std
[all...]
/third_party/skia/src/gpu/ops/
H A DShadowRRectOp.cpp200 , fFalloffView(std::move(falloffView)) { in ShadowCircularRRectOp()
211 umbraInset = std::max(outerRadius, blurRadius); in ShadowCircularRRectOp()
220 if (insetWidth <= 0.5f*std::min(devRect.width(), devRect.height())) { in ShadowCircularRRectOp()
223 innerRadius = std::max(insetWidth - umbraInset, 0.0f); in ShadowCircularRRectOp()
405 SkScalar minDim = 0.5f*std::min(bounds.width(), bounds.height()); in fillInRRectVerts()
541 std::move(appliedClip),
601 fMesh->setIndexed(std::move(indexBuffer), fIndexCount, firstIndex, 0, fVertCount - 1,
602 GrPrimitiveRestart::kNo, std::move(vertexBuffer), firstVertex);
696 view = std::get<0>(GrMakeUncachedBitmapProxyView(rContext, bitmap)); in create_falloff_texture()
742 std in Make()
[all...]
/third_party/skia/tests/
H A DPathOpsExtendedTest.cpp26 std::vector<std::string> gUniqueNames;
32 // std::to_string isn't implemented on android
36 std::string std_to_string(T value) in std_to_string()
38 std::ostringstream os ; in std_to_string()
299 static void appendTestName(const char* nameSuffix, std::string& out) {
309 const char* testFunction, bool twoPaths, std::string& out) {
377 std::string str;
451 if (gUniqueNames.end() != std::find(gUniqueNames.begin(), gUniqueNames.end(), in check_for_duplicate_names()
452 std in check_for_duplicate_names()
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DD3D12ResourceWrappingTests.cpp32 std::vector<const char*> GetRequiredFeatures() override {
64 mD3d11Device = std::move(d3d11Device);
65 mD3d11DeviceContext = std::move(d3d11DeviceContext);
95 std::unique_ptr<dawn_native::d3d12::ExternalImageDXGI>* in WrapSharedHandle()
116 std::unique_ptr<dawn_native::d3d12::ExternalImageDXGI> externalImage = in WrapSharedHandle()
138 *externalImageOut = std::move(externalImage); in WrapSharedHandle()
385 std::unique_ptr<dawn_native::d3d12::ExternalImageDXGI> externalImage = in WrapAndClearD3D11Texture()
594 std::unique_ptr<dawn_native::d3d12::ExternalImageDXGI> externalImage; in TEST_P()
643 std::unique_ptr<dawn_native::d3d12::ExternalImageDXGI> externalImage; in TEST_P()
665 std in TEST_P()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp108 static bool needToInsertPhisForLCSSA(Loop *L, std::vector<BasicBlock *> Blocks, in needToInsertPhisForLCSSA()
375 std::vector<BasicBlock*> OriginalLoopBlocks = L->getBlocks(); in UnrollLoop()
546 std::vector<PHINode*> OrigPHINode; in UnrollLoop()
551 std::vector<BasicBlock *> Headers; in UnrollLoop()
552 std::vector<BasicBlock *> HeaderSucc; in UnrollLoop()
553 std::vector<BasicBlock *> Latches; in UnrollLoop()
578 std::vector<BasicBlock*> UnrolledLoopBlocks = L->getBlocks(); in UnrollLoop()
603 std::vector<BasicBlock*> NewBlocks; in UnrollLoop()
887 std::replace(Latches.begin(), Latches.end(), Dest, Fold); in UnrollLoop()
888 UnrolledLoopBlocks.erase(std in UnrollLoop()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h756 auto Parts = bit_cast<std::array<T, sizeof(int64_t) / sizeof(T)>>(Imm); in isSVEMaskOfIdenticalElements()
766 if (std::is_same<int8_t, typename std::make_signed<T>::type>::value) in isSVECpyImm()
769 if (std::is_same<int16_t, typename std::make_signed<T>::type>::value) in isSVECpyImm()
779 std::is_same<int8_t, typename std::make_signed<T>::type>::value; in isSVEAddSubImm()
788 auto S = bit_cast<std::array<int32_t, 2>>(Imm); in isSVEMoveMaskPreferredLogicalImmediate()
789 auto H = bit_cast<std::array<int16_t, 4>>(Imm); in isSVEMoveMaskPreferredLogicalImmediate()
790 auto B = bit_cast<std in isSVEMoveMaskPreferredLogicalImmediate()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DDIE.h142 std::vector<DIEAbbrev *> Abbreviations;
382 static_assert(std::is_standard_layout<T>::value || in construct()
383 std::is_pointer<T>::value, in construct()
397 /// add a static assert on \a std::is_trivially_copyable(), but we currently
563 : public iterator_facade_base<iterator, std::forward_iterator_tag, T> {
585 : public iterator_facade_base<const_iterator, std::forward_iterator_tag,
650 std::forward_iterator_tag, DIEValue> {
655 std::forward_iterator_tag, DIEValue>;
667 std::forward_iterator_tag, const DIEValue> {
670 std
[all...]

Completed in 50 milliseconds

1...<<501502503504505506507508509510>>...810