/third_party/skia/src/sksl/ir/ |
H A D | SkSLPrefixExpression.cpp | 177 if (!Analysis::UpdateVariableRefKind(base.get(), VariableReference::RefKind::kReadWrite, in Convert()
|
/third_party/skia/third_party/externals/dawn/examples/ |
H A D | SampleUtils.cpp | 114 utils::DiscoverAdapter(instance.get(), window, backendType); in CreateCppDawnDevice()
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
H A D | Device.cpp | 213 mQueue = allocation->object.get(); in GetQueue()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-face.cc | 769 hb_blob_t* previous = data->tables.get (tag); in hb_face_builder_add_table()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | HashTable.h | 259 ValueT get(const Key &K, TraitsT &Traits) const { in get() function in llvm::pdb::HashTable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 78 : Constant(PointerType::get(Ty, AddressSpace), VTy, Ops, NumOps), in GlobalValue() 478 /// among other things. If you're trying to get a symbol name for an
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | BinaryStreamRef.h | 35 : SharedImpl(SharedImpl), BorrowedImpl(SharedImpl.get()), in BinaryStreamRefBase()
|
H A D | SourceMgr.h | 134 return Buffers[i - 1].Buffer.get(); in getMemoryBuffer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | AssumptionCache.cpp | 268 return I->second.get(); in lookupAssumptionCache()
|
H A D | CaptureTracking.cpp | 252 V = U->get(); in PointerMayBeCaptured()
|
H A D | DivergenceAnalysis.cpp | 416 Value &V = *U.get(); in isDivergentUse()
|
H A D | LegacyDivergenceAnalysis.cpp | 370 return DivergentValues.count(U->get()) || DivergentUses.count(U); in isDivergentUse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SplitModule.cpp | 267 findPartitions(M.get(), ClusterIDMap, N); in SplitModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | GlobalValue.h | 79 : Constant(PointerType::get(Ty, AddressSpace), VTy, Ops, NumOps), in GlobalValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
H A D | Option.cpp | 262 Arg *RawA = A.get(); in accept()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 163 assert(std::get<2>(ModuleDesc).equals(PassID) && "malformed ModuleDescStack"); in popModuleDesc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | CachePruning.cpp | 202 // Keep track of files to delete to get below the size limit. in pruneCache() 269 report_fatal_error("Can't get available size"); in pruneCache() 271 sys::fs::space_info SpaceInfo = ErrOrSpaceInfo.get(); in pruneCache() 287 // Remove the oldest accessed files first, till we get below the threshold. in pruneCache()
|
H A D | LockFileManager.cpp | 60 MemoryBuffer &MB = *MBOrErr.get(); in readLockFile() 189 setError(EC, "failed to get host id"); in LockFileManager() 244 // Try to get ownership again. in LockFileManager() 248 // There is a lock file that nobody owns; try to clean it up and get in LockFileManager() 308 // FIXME: Should we hook in to system APIs to get a notification when the in waitForUnlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600EmitClauseMarkers.cpp | 122 // two line at the same time ; thus we want to get an even line number. in getAccessedBankLine() 223 // Register kill flags have been cleared by the time we get to this in canClauseLocalKillFitInClause() 292 BuildMI(MBB, ClauseHead, MBB.findDebugLoc(ClauseHead), TII->get(Opcode)) in MakeALUClause()
|
H A D | SIModeRegister.cpp | 198 BuildMI(MBB, MI, 0, TII->get(AMDGPU::S_SETREG_IMM32_B32)) in insertSetreg() 209 // instruction we get its mode usage. If the instruction uses the Mode register
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonRDFOpt.cpp | 273 MI.setDesc(HII.get(NewOpc)); in rewrite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiMemAluCombiner.cpp | 259 BuildMI(*BB, MemInstr, MemInstr->getDebugLoc(), TII->get(NewOpc)); in insertMergedInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsOptimizePICCall.cpp | 156 BuildMI(*MBB, I, I->getDebugLoc(), TII.get(TargetOpcode::COPY), DstReg) in setCallTargetReg() 246 // load instruction to get the function address from the GOT, but can in visitNode()
|
H A D | MipsTargetMachine.cpp | 207 return I.get(); in getSubtargetImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCHazardRecognizers.cpp | 282 const MCInstrDesc &MCID = DAG.TII->get(Opcode); in GetInstrType()
|