Home
last modified time | relevance | path

Searched refs:get (Results 12701 - 12725 of 13308) sorted by relevance

1...<<501502503504505506507508509510>>...533

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLint.cpp667 return UndefValue::get(V->getType()); in findValueImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp57 // Given a predicate info that is a type of branching terminator, get the
66 // Given a predicate info that is a type of branching terminator, get the
70 "Not a predicate info type we know how to get a terminator from."); in getBranchTerminator()
74 // Given a predicate info that is a type of branching terminator, get the
79 "Not a predicate info type we know how to get an edge from."); in getBlockEdge()
146 // We want to put the def that will get used for a given set of phi uses, in operator ()()
518 // all unnamed types get mangled to the same string. We use the pointer
615 // The predicate info for branches always come first, they will get in renameUses()
618 // it will get materialized in front of the assume. in renameUses()
663 // currently and will be considered equal. We could get ri in renameUses()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp349 PointerType *PtrTy = PointerType::get(ParamTy, AMDGPUAS::CONSTANT_ADDRESS); in lowerParameterPtr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp299 ConstantInt::get(Type::getInt32Ty(Call->getParent()->getContext()), 0); in replaceWithGEP()
713 // We only want to get type name from structure or union. in computeBaseAndAccessKey()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFGraph.h100 // To get a full picture, the circular lists connecting blocks within a
435 return K == 0 ? LaneBitmask::getAll() : get(K); in getLaneMaskForIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp533 HWLoopInfo.LoopDecrement = ConstantInt::get(HWLoopInfo.CountType, 1); in isHardwareLoopProfitable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp624 PN->replaceAllUsesWith(UndefValue::get(PN->getType()));
H A DLoopDistribute.cpp235 Inst->replaceAllUsesWith(UndefValue::get(Inst->getType())); in removeUnusedInsts()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DTestUtil.h52 AssemblerX8632 *assembler() const { return Assembler.get(); } in assembler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopInfo.h576 /// Below are some utilities to get the loop guard, loop bounds and induction
1157 auto *DefI = dyn_cast<Instruction>(U.get()); in movementPreservesLCSSAForm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h634 return VRegInfo[Reg.id()].first.get<const TargetRegisterClass *>(); in getRegClass()
655 /// \note It is possible to get the register bank from the register class via
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DByteStringTest.java682 "We must get the same hashcodes for composite and literal substrings", in testCompositeSubstring()
752 assertTrue("We must get the same characters by iterating", stillEqual); in testConcat_empty()
768 // configuration, we always get a (possibly Bounded) LiteralByteString in testConcat_empty()
882 Object byteArrayCopier = field.get(null); in testByteArrayCopier()
/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py100 'descriptors is going to go away. Please use get/find descriptors from '
833 return self.methods_by_name.get(name, None)
1050 syntax: The syntax/semantics that should be used. Set to "proto3" to get
/third_party/python/Lib/
H A Dpprint.py178 p = self._dispatch.get(type(object).__repr__, None)
/third_party/python/Lib/test/
H A Dtest_launcher.py258 local_appdata = os.environ.get("LOCALAPPDATA")
614 # Expect this to fail, but should get oldStyleTag flipped on
648 # The recursive search is ignored and we get normal "py" behavior
H A Dtest_site.py395 self.imported_module = sys.modules.get(self.imported)
/third_party/skia/modules/skottie/src/text/
H A DTextAdapter.cpp236 if (auto animator = TextAnimator::Make(janimator, abuilder, adapter.get())) { in Make()
/third_party/rust/crates/nix/src/sys/socket/
H A Dsockopt.rs87 /// * Type of the value that you are going to get.
95 fn get(&self, fd: RawFd) -> Result<$ty> { in get() functions
140 /// * `$ty:ty`: type of the value that will be get/set.
444 /// Set or get the broadcast flag.
469 /// Set or get the don't route flag.
/third_party/spirv-tools/source/opt/
H A Dloop_descriptor.cpp961 parent->AddNestedLoop(loop.get()); in PostModificationCleanup()
H A Dmerge_return_pass.cpp862 function->entry().get(), in HasNontrivialUnreachableBlocks()
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgen-implicit-conversions.py791 value = conversions.get(key, [])
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageTests.cpp825 createImageCountTests(formatGroup.get(), testCtx, allocationKind, pipelineConstructionType, samplingType, imageViewType, format); in createImageFormatTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemFillUpdateCopyBufferTests.cpp287 vk.cmdExecuteCommands(*cmdBuffer, 1u, &secondaryCmdBuffer.get()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.cpp389 VK_CHECK(vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, ~0ull)); in submitCommandsAndWait()
/third_party/vk-gl-cts/modules/egl/
H A DteglBufferAgeTests.cpp251 GLU_EXPECT_NO_ERROR(m_gl.getError(), "Failed to get attribute locations"); in GLES2Renderer()
681 return (c.get(EGL_RENDERABLE_TYPE) & EGL_OPENGL_ES2_BIT) == EGL_OPENGL_ES2_BIT; in isES2Renderable()

Completed in 40 milliseconds

1...<<501502503504505506507508509510>>...533