Home
last modified time | relevance | path

Searched refs:get (Results 5726 - 5750 of 11169) sorted by relevance

1...<<221222223224225226227228229230>>...447

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h153 // Number of samples to get to the desrired percentile.
406 ProfileSummary &getSummary() const { return *(Summary.get()); } in getSummary()
408 MemoryBuffer *getBuffer() const { return Buffer.get(); } in getBuffer()
695 GcovBuffer(Buffer.get()) {} in SampleProfileReaderGCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp86 // Cache the Loop ExitBlocks across this loop. We expect to get a lot of in formLCSSAForInstructions()
160 for (BasicBlock *Pred : PredCache.get(ExitBB)) { in formLCSSAForInstructions()
233 DVI->setOperand(0, MetadataAsValue::get(Ctx, ValueAsMetadata::get(V))); in formLCSSAForInstructions()
H A DLoopRotationUtils.cpp172 NewVal = UndefValue::get(OrigHeaderVal->getType()); in RewriteUsesOfClonedInstructions()
174 MetadataAsValue::get(OrigHeaderVal->getContext(), in RewriteUsesOfClonedInstructions()
175 ValueAsMetadata::get(NewVal))); in RewriteUsesOfClonedInstructions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DTrace.cpp54 FileHeader = std::move(FileHeaderOrError.get()); in loadNaiveFormatLog()
279 FileHeader = std::move(FileHeaderOrError.get()); in loadFDRLog()
291 if (auto E = C.consume(std::move(R.get()))) in loadFDRLog()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DFunction.h158 /// getCallingConv()/setCallingConv(CC) - These method get and set the
185 Attribute::get(getContext(), Kind, Val)); in addFnAttr()
523 inline ValueSymbolTable *getValueSymbolTable() { return SymTab.get(); } in getValueSymbolTable()
525 return SymTab.get(); in getValueSymbolTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCheckImpl.h334 static Error get(const SourceMgr &SM, SMLoc Loc, const Twine &ErrMsg) { in get() function in llvm::ErrorDiagnostic
339 static Error get(const SourceMgr &SM, StringRef Buffer, const Twine &ErrMsg) { in get() function in llvm::ErrorDiagnostic
340 return get(SM, SMLoc::getFromPointer(Buffer.data()), ErrMsg); in get()
372 /// RegExStr will contain "foobaz" and we'll get two entries in this vector
386 /// Note: uses std::map rather than StringMap to be able to get the key when
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp145 ReturnStruct = StructType::get(Boolean, IntMask); in initialize()
149 BoolUndef = UndefValue::get(Boolean); in initialize()
150 IntMaskZero = ConstantInt::get(IntMask, 0); in initialize()
299 // get executed on every iteration of the loop, when it should be in closeControlFlow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp330 ConstantInt *VF = ConstantInt::get(cast<IntegerType>(TripCount->getType()), in ComputeElements()
465 Type *Ty = IntegerType::get(M->getContext(), 32); in InsertVCTPIntrinsic()
474 ConstantInt::get(cast<IntegerType>(Ty), VecTy->getNumElements()); in InsertVCTPIntrinsic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp275 BuildMI(B, std::next(DefIt), DL, TII->get(TargetOpcode::COPY), NewPR) in getPredRegFor()
423 MachineInstrBuilder MIB = BuildMI(B, MI, DL, TII->get(NewOpc), NewPR.R); in convertToPredForm()
437 BuildMI(B, MI, DL, TII->get(TargetOpcode::COPY), NewOutR) in convertToPredForm()
H A DHexagonRegisterInfo.cpp211 MI.setDesc(HII.get(Hexagon::A2_addi)); in eliminateFrameIndex()
217 MI.setDesc(HII.get(Hexagon::A2_addi)); in eliminateFrameIndex()
227 BuildMI(MB, II, DL, HII.get(Hexagon::A2_addi), TmpR) in eliminateFrameIndex()
H A DHexagonStoreWidening.cpp431 const MCInstrDesc &StD = TII->get(WOpc); in createWideStores()
443 const MCInstrDesc &TfrD = TII->get(Hexagon::A2_tfrsi); in createWideStores()
454 const MCInstrDesc &StD = TII->get(WOpc); in createWideStores()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp321 BuildMI(MBB, MI, DL, TII->get(LAOpcode),ScratchReg) in eliminateFrameIndex()
327 BuildMI(MBB, MI, DL, TII->get(SystemZ::AGR),ScratchReg) in eliminateFrameIndex()
336 MI->setDesc(TII->get(OpcodeForOffset)); in eliminateFrameIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp357 BuildMI(Dispatch, DebugLoc(), TII.get(WebAssembly::BR_TABLE_I32)); in makeSingleEntryLoop()
442 BuildMI(Routing, DebugLoc(), TII.get(WebAssembly::CONST_I32), Reg) in makeSingleEntryLoop()
444 BuildMI(Routing, DebugLoc(), TII.get(WebAssembly::BR)).addMBB(Dispatch); in makeSingleEntryLoop()
H A DWebAssemblyMCInstLower.cpp62 WasmSym->setSignature(Signature.get()); in GetGlobalAddressSymbol()
119 WasmSym->setSignature(Signature.get()); in GetExternalSymbolSymbol()
173 WasmSym->setSignature(Signature.get()); in lowerTypeIndexOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp240 ValueDataArray.get(), NumVals, TotalCount)) in perform()
252 ArrayRef<InstrProfValueData> VDs(ValueDataArray.get(), NumVals); in perform()
381 ConstantInt *CaseSizeId = ConstantInt::get(SizeType, SizeId); in perform()
/third_party/skia/tools/
H A DMSKPPlayer.cpp51 canvas->drawPicture(fContent.get());
109 const SkPaint* paint = fPaint.isValid() ? fPaint.get() : nullptr; in draw()
388 procs.fImageCtx = deserialContext.get(); in Make()
/third_party/skia/tools/viewer/
H A DParticlesSlide.cpp225 effect.fParams->prepare(fResourceProvider.get()); in loadEffects()
299 fLoaded[i].fParams->prepare(fResourceProvider.get()); in draw()
315 SkParticleEffect* effect = fRunning[i].fEffect.get(); in draw()
/third_party/spirv-tools/source/
H A Dcfa.h123 /// @param[in] predecessor_func Function used to get the predecessor nodes of
280 auto dominator = std::get<1>(idom).dominator; in CalculateDominators()
282 dominator = std::get<1>(idom).postorder_index; in CalculateDominators()
286 out.push_back({const_cast<BB*>(std::get<0>(idom)), in CalculateDominators()
/third_party/typescript/tests/baselines/reference/
H A DconstAssertions.js106 return [`get-${propName}`, `set-${propName}`] as const;
193 return [`get-${propName}`, `set-${propName}`];
312 declare function accessorNames<S extends string>(propName: S): readonly [`get-${S}`, `set-${S}`];
313 declare const ns1: readonly ["get-foo", "set-foo"];
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapField.java316 public V get(Object key) { in get() method in MapField.MutatabilityAwareMap
317 return delegate.get(key); in get()
339 checkNotNull(m.get(key)); in putAll()
/third_party/python/PC/layout/support/
H A Dappxmanifest.py216 raise OSError(r, "failed to get package family name")
353 cond = value.get("_condition")
406 value = data.get(k)
411 value = data.get(node.tag.rpartition("}")[2])
/third_party/python/Lib/distutils/tests/
H A Dtest_dist.py132 sorted(d.command_options.get('install').keys()),
135 for (key, value) in d.command_options.get('install').items():
143 self.assertNotIn(key, d.command_options.get('install', {}))
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H A Dsymbolize_test.cc132 bool found = absl::Symbolize(pc, heap_buffer.get(), limit); in TrySymbolizeWithLimit()
134 ABSL_RAW_CHECK(strnlen(heap_buffer.get(), limit) < limit, in TrySymbolizeWithLimit()
136 strncpy(try_symbolize_buffer, heap_buffer.get(), in TrySymbolizeWithLimit()
403 // get mystery "ac" decoration. in TEST()
410 // section. This variable should get placed in the .data section, and
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhash_function_defaults_test.cc142 int* ptr = sptr.get(); in TYPED_TEST()
171 EXPECT_EQ(hasher(static_cast<Base*>(dp.get())), hasher(dp)); in TEST()
192 int* ptr = sptr.get(); in TYPED_TEST()
/third_party/skia/experimental/tools/
H A Dpdf-comparison.py29 EXTRA_GN_ARGS = os.environ.get('PDF_COMPARISON_GN_ARGS', '')
33 DPI = float(os.environ.get('PDF_COMPARISON_DPI', 72))
49 NUM_THREADS = int(os.environ.get('PDF_COMPARISON_THREADS', 40))

Completed in 24 milliseconds

1...<<221222223224225226227228229230>>...447