/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.cpp | 166 AArch64Subtarget::AArch64Subtarget(const Triple &TT, const std::string &CPU, in AArch64Subtarget() 167 const std::string &FS, in AArch64Subtarget() 294 std::unique_ptr<PBQPRAConstraint> 296 return balanceFPOps() ? std::make_unique<A57ChainingConstraint>() : nullptr; in getCustomPBQPConstraints()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.h | 46 MachineBasicBlock::iterator MI, const std::vector<CalleeSavedInfo> &CSI, 52 MachineBasicBlock::iterator MI, std::vector<CalleeSavedInfo> &CSI, 99 const TargetRegisterInfo *TRI, std::vector<CalleeSavedInfo> &CSI) 108 using CSIVect = std::vector<CalleeSavedInfo>;
|
H A D | HexagonGenExtract.cpp | 185 uint32_t U = BW - std::max(SL, SR); in convert() 188 uint32_t W = std::min(U, T); in convert() 233 BasicBlock::iterator I = std::prev(B->end()), NextI, Begin = B->begin(); in visitBlock() 239 NextI = std::prev(I); in visitBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiDelaySlotFiller.cpp | 120 MBB.splice(std::next(I), &MBB, FI, I); in runOnMachineBasicBlock() 124 MBB.splice(std::next(I), &MBB, J); in runOnMachineBasicBlock() 126 BuildMI(MBB, std::next(I), DebugLoc(), TII->get(Lanai::NOP)); in runOnMachineBasicBlock() 138 MIBundleBuilder(MBB, InstrWithSlot, std::next(LastFiller)); in runOnMachineBasicBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
H A D | MSP430BranchSelector.cpp | 146 if (MI->getOpcode() == MSP430::JCC && std::next(MI) != EE) { in expandBranches() 154 MF->insert(std::next(MBB), NewBB); in expandBranches() 157 NewBB->splice(NewBB->end(), &*MBB, std::next(MI), MBB->end()); in expandBranches() 184 MachineBasicBlock *NextMBB = &*std::next(MBB); in expandBranches()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXPrologEpilogPass.cpp | 112 MaxAlign = std::max(MaxAlign, Align); in AdjustStackOffset() 190 std::pair<int, int64_t> Entry = MFI.getLocalFrameObjectMap(i); in calculateFrameObjectOffsets() 199 MaxAlign = std::max(Align, MaxAlign); in calculateFrameObjectOffsets() 239 StackAlign = std::max(StackAlign, MaxAlign); in calculateFrameObjectOffsets()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86Subtarget.cpp | 230 std::string CPUName = CPU; in initSubtargetFeatures() 234 std::string FullFS = FS; in initSubtargetFeatures() 379 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | BlockExtractor.cpp | 33 static cl::opt<std::string> BlockExtractorFile( 45 SmallVector<std::pair<std::string, SmallVector<std::string, 4>>, 4>
|
H A D | ConstantMerge.cpp | 71 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs; in hasMetadataOtherThanDebugLoc() 124 New->setAlignment(Align(std::max(getAlignment(Old), getAlignment(New)))); in replace() 144 SmallVector<std::pair<GlobalVariable *, GlobalVariable *>, 32> in mergeConstants() 230 SameContentReplacements.push_back(std::make_pair(GV, Slot)); in mergeConstants()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
H A D | DependencyAnalysis.cpp | 227 SmallVector<std::pair<BasicBlock *, BasicBlock::iterator>, 4> Worklist; in FindDependencies() 228 Worklist.push_back(std::make_pair(StartBB, StartPos)); in FindDependencies() 230 std::pair<BasicBlock *, BasicBlock::iterator> Pair = in FindDependencies() 246 Worklist.push_back(std::make_pair(PredBB, PredBB->end())); in FindDependencies()
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
H A D | transform_builder.h | 54 static_assert(std::is_base_of<transform::Transform, T>::value, in AddTransform() 127 std::vector<Config> configs = tb->builder()->vector<Config>(); in impl() 158 auto input = tb->builder()->build<std::string>(); in impl() 173 cfg.entry_point_name = tb->builder()->build<std::string>(); in impl()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | array_length_from_uniform.cc | 112 "missing transform data for " + std::string(TypeInfo().name)); in Run() 161 std::unordered_set<uint32_t> used_size_indices; in Run() 214 std::unordered_set<uint32_t> used_size_indices_in) in Result() 215 : used_size_indices(std::move(used_size_indices_in)) {} in Result()
|
H A D | calculate_array_length.cc | 50 inline std::size_t operator()(const ArrayUsage& u) const { in operator ()() 61 std::string CalculateArrayLength::BufferSizeIntrinsic::InternalName() const { in InternalName() 83 std::unordered_map<const sem::Struct*, Symbol> buffer_size_intrinsics; in Run() 115 std::unordered_map<ArrayUsage, Symbol, ArrayUsage::Hasher> in Run()
|
/third_party/skia/tools/ |
H A D | DDLPromiseImageHelper.h | 162 std::unique_ptr<SkPixmap[]> normalMipLevels() const; 193 void setMipLevels(const SkBitmap& baseLevel, std::unique_ptr<SkMipmap> mipLevels); 196 void setYUVPlanes(SkYUVAPixmaps yuvaPixmaps) { fYUVAPixmaps = std::move(yuvaPixmaps); } in setYUVPlanes() 206 std::unique_ptr<SkMipmap> fMipLevels;
|
/third_party/skia/tools/viewer/ |
H A D | MSKPSlide.cpp | 19 MSKPSlide::MSKPSlide(const SkString& name, std::unique_ptr<SkStreamSeekable> stream) in MSKPSlide() 20 : fStream(std::move(stream)) { in MSKPSlide() 95 const std::vector<int>& layerIDs = fListAllLayers ? fAllLayerIDs : fFrameLayerIDs[fFrame]; in draw() 138 canvas->drawImage(std::move(layerImage), 0, 0); in draw()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uarrsort.cpp | 40 return (sizeInBytes + sizeof(std::max_align_t) - 1) / sizeof(std::max_align_t); in sizeInMaxAlignTs() 144 icu::MaybeStackArray<std::max_align_t, sizeInMaxAlignTs(STACK_ITEM_SIZE)> v; in insertionSort() 238 icu::MaybeStackArray<std::max_align_t, sizeInMaxAlignTs(STACK_ITEM_SIZE) * 2> xw; in quickSort()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | DominanceFrontierImpl.h | 76 std::set<BlockT *> tmpSet; in compareDomSet() 105 tmpFrontiers.insert(std::make_pair(I->first, I->second)); in compare() 138 const std::set<BlockT *> &BBs = I->second; in print() 165 std::vector<DFCalculateWorkObject<BlockT>> workList; in calculate()
|
H A D | ValueLattice.h | 133 Res.markConstantRange(std::move(CR)); in getRange() 223 Range = std::move(NewR); in markConstantRange() 233 new (&Range) ConstantRange(std::move(NewR)); in markConstantRange() 280 markConstantRange(std::move(NewR)); in mergeIn()
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | TestUtils.cpp | 45 layout.mipSize = {std::max(textureSizeAtLevel0.width >> mipmapLevel, 1u), in GetTextureDataCopyLayoutForTextureAtLevel() 46 std::max(textureSizeAtLevel0.height >> mipmapLevel, 1u), in GetTextureDataCopyLayoutForTextureAtLevel() 51 std::max(textureSizeAtLevel0.depthOrArrayLayers >> mipmapLevel, 1u); in GetTextureDataCopyLayoutForTextureAtLevel() 119 std::vector<uint8_t> data = {1}; in UnalignDynamicUploader()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | ErrorScopeValidationTests.cpp | 27 static std::unique_ptr<MockDevicePopErrorScopeCallback> mockDevicePopErrorScopeCallback; 39 static std::unique_ptr<MockQueueWorkDoneCallback> mockQueueWorkDoneCallback; 48 mockDevicePopErrorScopeCallback = std::make_unique<MockDevicePopErrorScopeCallback>(); 49 mockQueueWorkDoneCallback = std::make_unique<MockQueueWorkDoneCallback>();
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_map_field.cc | 50 std::map<std::string, std::string>* variables, in SetMessageVariables() 179 std::string ptr; in GenerateSerializationLoop() 263 " ::std::unique_ptr<SortItem[]> items(\n" in GenerateSerializeWithCachedSizesToArray() 273 " ::std::sort(&items[0], &items[static_cast<ptrdiff_t>(n)], Less());\n"); in GenerateSerializeWithCachedSizesToArray()
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | math_approx.h | 49 static inline spx_word16_t speex_rand(spx_word16_t std, spx_int32_t *seed) in speex_rand() argument 57 return 3.4642*std*ran.f; in speex_rand() 122 static inline spx_word16_t speex_rand(spx_word16_t std, spx_int32_t *seed) in speex_rand() argument 126 res = MULT16_16(EXTRACT16(SHR32(*seed,16)),std); in speex_rand()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
H A D | failure_signal_handler.cc | 140 (std::max<size_t>(SIGSTKSZ, 65536) + page_mask) & ~page_mask; in SetupAlternateStackOnce() 317 ABSL_CONST_INIT static std::atomic<GetTidType> failed_tid(0); 330 std::memory_order_acq_rel, std::memory_order_relaxed)) { in AbslFailureSignalHandler()
|
/third_party/skia/fuzz/ |
H A D | FuzzCreateDDL.cpp | 184 return surface->draw(std::move(ddl)); in draw_ddl() 187 using SurfaceAndChar = std::tuple<sk_sp<SkSurface>, SkSurfaceCharacterization>; 229 if (!draw_ddl(std::move(surface), std::move(ddl))) { in DEF_FUZZ()
|
/third_party/skia/include/core/ |
H A D | SkTextBlob.h | 236 void dump(std::string& desc, int depth) const; 268 mutable std::atomic<uint32_t> fCacheID; 513 SK_API void GetGlyphIDforTextBlob(const SkTextBlob* blob, std::vector<SkGlyphID>& glyphIds); 517 SK_API void GetPointsForTextBlob(const SkTextBlob* blob, std::vector<SkPoint>& points);
|