Home
last modified time | relevance | path

Searched refs:NonLocal (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h109 NonLocal = 1, enumerator
140 return MemDepResult(ValueTy::create<Other>(NonLocal)); in getNonLocal()
160 return Value.is<Other>() && Value.cast<Other>() == NonLocal; in isNonLocal()
231 /// This is a result from a NonLocal dependence query.
393 /// The returned set of results will include a "NonLocal" result for all
396 /// This method assumes the instruction returns a "NonLocal" dependency
413 /// This method assumes the pointer has a "NonLocal" dependency within
466 /// store the same value and NonLocal which indicate that non-local Def was
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
H A DD3D12Backend.h43 NonLocal, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineCSE.cpp127 PhysDefVector &PhysDefs, bool &NonLocal) const;
332 bool &NonLocal) const { in PhysRegDefsReach()
366 NonLocal = true; in PhysRegDefsReach()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_dxcore_screen.cpp149 DXCoreAdapterMemoryBudgetNodeSegmentGroup nonlocal_node_segment = { 0, DXCoreSegmentGroup::NonLocal }; in dxcore_get_memory_info()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkMemUtil.hpp92 static const MemoryRequirement NonLocal; member in vk::MemoryRequirement
H A DvkMemUtil.cpp116 const MemoryRequirement MemoryRequirement::NonLocal = MemoryRequirement(MemoryRequirement::FLAG_NON_LOCAL);
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DResidencyManagerD3D12.cpp84 case MemorySegment::NonLocal: in GetMemorySegmentInfo()
H A DResourceAllocatorManagerD3D12.cpp38 return MemorySegment::NonLocal; in GetMemorySegment()
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc811 cache->NonLocal(name, VariableMode::kDynamic); in DeclareFunctionVar()
1120 var = NonLocal(name, VariableMode::kDynamic); in DeclareVariable()
2052 Variable* Scope::NonLocal(const AstRawString* name, VariableMode mode) { in NonLocal() function in v8::internal::Scope
2091 return cache_scope->NonLocal(proxy->raw_name(), VariableMode::kDynamic); in Lookup()
2216 target_scope->NonLocal(proxy->raw_name(), VariableMode::kDynamic); in LookupWith()
2259 var = target->NonLocal(proxy->raw_name(), VariableMode::kDynamicGlobal); in LookupSloppyEval()
2268 var = target->NonLocal(proxy->raw_name(), VariableMode::kDynamicLocal); in LookupSloppyEval()
H A Dscopes.h676 Variable* NonLocal(const AstRawString* name, VariableMode mode);
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DD3D12ResidencyTests.cpp327 device.Get(), kRestrictedBudgetSize * .2, dawn_native::d3d12::MemorySegment::NonLocal); in TEST_P()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp1154 (local ? MemoryRequirement::Local : MemoryRequirement::NonLocal))); in iterate()
1268 vk, device, allocator, imageCreateInfo, local ? MemoryRequirement::Local : MemoryRequirement::NonLocal)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp1154 (local ? MemoryRequirement::Local : MemoryRequirement::NonLocal))); in iterate()
1268 vk, device, allocator, imageCreateInfo, local ? MemoryRequirement::Local : MemoryRequirement::NonLocal)); in iterate()

Completed in 19 milliseconds