HomeSort by relevance Sort by last modified time
    Searched refs:NonLocal (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 100 NonLocal = 1,
131 return MemDepResult(ValueTy::create<Other>(NonLocal));
151 return Value.is<Other>() && Value.cast<Other>() == NonLocal;
222 /// This is a result from a NonLocal dependence query.
362 /// The returned set of results will include a "NonLocal" result for all
365 /// This method assumes the instruction returns a "NonLocal" dependency
382 /// This method assumes the pointer has a "NonLocal" dependency within
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
MemoryDependenceAnalysis.h 85 /// NonLocal - This marker indicates that the query has no dependency in
88 NonLocal = 0x4,
115 PairTy(reinterpret_cast<Instruction*>(NonLocal), Other));
139 && Value.getPointer() == reinterpret_cast<Instruction*>(NonLocal);
212 /// NonLocalDepResult - This is a result from a NonLocal dependence query.
352 /// "NonLocal" result for all blocks where the value is live across.
354 /// This method assumes the instruction returns a "NonLocal" dependency
368 /// This method assumes the pointer has a "NonLocal" dependency within BB.
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 111 NonLocal = 1,
142 return MemDepResult(ValueTy::create<Other>(NonLocal));
162 return Value.is<Other>() && Value.cast<Other>() == NonLocal;
233 /// This is a result from a NonLocal dependence query.
316 /// Cache storing single nonlocal def for the instruction.
317 /// It is set when nonlocal def would be found in function returning only
391 /// The returned set of results will include a "NonLocal" result for all
394 /// This method assumes the instruction returns a "NonLocal" dependency
411 /// This method assumes the pointer has a "NonLocal" dependency within
464 /// store the same value and NonLocal which indicate that non-local Def wa
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkMemUtil.hpp 88 static const MemoryRequirement NonLocal;
vkMemUtil.cpp 121 const MemoryRequirement MemoryRequirement::NonLocal = MemoryRequirement(MemoryRequirement::FLAG_NON_LOCAL);
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 96 bool &NonLocal) const;
268 bool &NonLocal) const {
301 NonLocal = true;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineCSE.cpp 118 bool &NonLocal) const;
291 bool &NonLocal) const {
324 NonLocal = true;
  /external/v8/src/ast/
scopes.cc 767 NonLocal(name, VariableMode::kDynamic);
    [all...]
scopes.h 583 Variable* NonLocal(const AstRawString* name, VariableMode mode);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory_model/
vktMemoryModelMessagePassing.cpp 775 local ? MemoryRequirement::Local : MemoryRequirement::NonLocal));
874 vk, device, allocator, imageCreateInfo, local ? MemoryRequirement::Local : MemoryRequirement::NonLocal));
    [all...]

Completed in 267 milliseconds