/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | osfiber_asm.h | 79 const std::function<void()>& func); 91 std::function<void()> target; 113 const std::function<void()>& func) { in createFiber()
|
H A D | osfiber_ucontext.h | 52 const std::function<void()>& func); 61 std::function<void()> target; 84 const std::function<void()>& func) { in createFiber()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
H A D | StreamingMemoryObject.cpp | 40 return static_cast<std::ptrdiff_t>(address) < LastChar - FirstChar; in validAddress() 135 std::unique_ptr<DataStreamer> Streamer) in StreamingMemoryObject() 136 : Bytes(kChunkSize), Streamer(std::move(Streamer)), BytesRead(0), in StreamingMemoryObject()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
H A D | Remark.cpp | 21 std::string Remark::getArgsAsMsg() const { in getArgsAsMsg() 22 std::string Str; in getArgsAsMsg() 127 auto Next = std::next(It); in LLVMRemarkEntryGetNextArg()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64CompressJumpTables.cpp | 104 int MaxOffset = std::numeric_limits<int>::min(), in compressJumpTable() 105 MinOffset = std::numeric_limits<int>::max(); in compressJumpTable() 111 MaxOffset = std::max(MaxOffset, BlockOffset); in compressJumpTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetMachine.h | 34 std::unique_ptr<TargetLoweringObjectFile> TLOF; 71 mutable StringMap<std::unique_ptr<R600Subtarget>> SubtargetMap; 96 mutable StringMap<std::unique_ptr<GCNSubtarget>> SubtargetMap;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMBasicBlockInfo.h | 92 const Align PA = std::max(PostAlign, Alignment); in postOffset() 105 return std::max(Log2(std::max(PostAlign, Align)), internalKnownBits()); in postKnownBits()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BPFAsmPrinter.cpp | 40 std::unique_ptr<MCStreamer> Streamer) in BPFAsmPrinter() 41 : AsmPrinter(TM, std::move(Streamer)), BTF(nullptr) {} in BPFAsmPrinter() 64 Handlers.push_back(HandlerInfo(std::unique_ptr<BTFDebug>(BTF), "emit", in doInitialization()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXTargetStreamer.cpp | 28 for (const std::string &S : DwarfFiles) in outputDwarfFileDirectives() 122 for (auto It = std::next(Data.bytes_begin(), I * MaxLen), in emitRawBytes() 125 : std::next(Data.bytes_begin(), (I + 1) * MaxLen); in emitRawBytes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCFrameLowering.h | 116 const std::vector<CalleeSavedInfo> &CSI, 124 std::vector<CalleeSavedInfo> &CSI) const override; 132 std::vector<CalleeSavedInfo> &CSI,
|
H A D | PPCMachineFunctionInfo.h | 129 std::vector<std::pair<unsigned, ISD::ArgFlagsTy>> LiveInAttrs; 204 LiveInAttrs.push_back(std::make_pair(VReg, Flags)); in addLiveInAttr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.h | 98 std::pair<unsigned, unsigned> 101 ArrayRef<std::pair<unsigned, const char *>> 116 std::vector<outliner::Candidate> &RepeatedSequenceLocs) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAddMissingPrototypes.cpp | 64 std::vector<std::pair<Function *, Function *>> Replacements; in runOnModule() 135 std::string Name = OldF->getName(); in runOnModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/ |
H A D | Annotations.cpp | 31 llvm::SmallVector<std::pair<llvm::StringRef, size_t>, 8> OpenRanges; in Annotations() 74 std::vector<size_t> Annotations::points(llvm::StringRef Name) const { in points() 86 std::vector<Annotations::Range>
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | function.cc | 36 params(std::move(parameters)), in Function() 39 decorations(std::move(decos)), in Function() 40 return_type_decorations(std::move(return_type_decos)) { in Function()
|
H A D | traverse_expressions.h | 64 using EXPR_TYPE = std::remove_pointer_t<traits::ParameterType<CALLBACK, 0>>; in TraverseExpressions() 65 std::vector<const ast::Expression*> to_visit{root}; in TraverseExpressions() 77 auto push_list = [&](const std::vector<const ast::Expression*>& exprs) { in TraverseExpressions()
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_impl_barrier_test.cc | 32 Program ParseAndBuild(std::string spirv) { in ParseAndBuild() 40 auto p = std::make_unique<ParserImpl>(test::Assemble(preamble + spirv)); in ParseAndBuild() 44 return Program(std::move(builder)); in ParseAndBuild()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | pad_array_elements.cc | 33 using ArrayBuilder = std::function<const ast::Array*()>; 48 std::unordered_map<const sem::Array*, ArrayBuilder>& padded_arrays, in PadArray() 103 std::unordered_map<const sem::Array*, ArrayBuilder> padded_arrays;
|
H A D | single_entry_point.cc | 39 "missing transform data for " + std::string(TypeInfo().name)); in Run() 65 std::unordered_set<const ast::Variable*> referenced_vars; in Run() 115 SingleEntryPoint::Config::Config(std::string entry_point) in Config()
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | scalar_constant.h | 134 namespace std { namespace 136 /// Custom std::hash specialization for tint::Symbol so symbols can be used as 137 /// keys for std::unordered_map and std::unordered_set. 143 inline std::size_t operator()( in operator ()() 146 std::memcpy(&value, &c.value, sizeof(value)); in operator ()() 151 } // namespace std
|
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/ |
H A D | deflate_fuzzer.cc | 31 std::vector<uint8_t> src = fdp.ConsumeRemainingBytes<uint8_t>(); in LLVMFuzzerTestOneInput() 41 std::vector<uint8_t> compressed(src.size() * 2 + 1000); in LLVMFuzzerTestOneInput() 61 std::vector<uint8_t> decompressed(src.size() + 1); in LLVMFuzzerTestOneInput()
|
/third_party/skia/tools/fonts/ |
H A D | TestTypeface.h | 73 std::unique_ptr<SkScalerContext> onCreateScalerContext(const SkScalerContextEffects&, 77 std::unique_ptr<SkAdvancedTypefaceMetrics> onGetAdvancedMetrics() const override; 79 std::unique_ptr<SkStreamAsset> onOpenStream(int* ttcIndex) const override { return nullptr; }
|
/third_party/skia/tools/gpu/ |
H A D | ManagedBackendTexture.cpp | 28 std::unique_ptr<Context> context(static_cast<Context*>(ctx)); in ReleaseProc() 89 std::vector<SkPixmap> levels({src}); in MakeFromPixmap() 90 std::unique_ptr<SkMipmap> mm; in MakeFromPixmap()
|
H A D | ManagedBackendTexture.h | 104 mbet->fTexture = dContext->createBackendTexture(std::forward<Args>(args)..., in MakeWithData() 118 dContext->createBackendTexture(std::forward<Args>(args)...); in MakeWithoutData() 124 mbet->fTexture = std::move(texture); in MakeWithoutData()
|
H A D | ProxyUtils.cpp | 84 auto sContext = dContext->priv().makeSC(std::move(view), pixmap.colorInfo()); in MakeTextureProxyViewFromData() 120 std::move(appliedClip), dstProxyView, in CreateProgramInfo() 121 geomProc, std::move(processors), in CreateProgramInfo()
|