HomeSort by relevance Sort by last modified time
    Searched refs:NonLocal (Results 1 - 19 of 19) 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.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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.
305 /// Cache storing single nonlocal def for the instruction.
306 /// It is set when nonlocal def would be found in function returning only
375 /// The returned set of results will include a "NonLocal" result for all
378 /// This method assumes the instruction returns a "NonLocal" dependency
395 /// This method assumes the pointer has a "NonLocal" dependency within
448 /// store the same value and NonLocal which indicate that non-local Def wa
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/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.
305 /// Cache storing single nonlocal def for the instruction.
306 /// It is set when nonlocal def would be found in function returning only
375 /// The returned set of results will include a "NonLocal" result for all
378 /// This method assumes the instruction returns a "NonLocal" dependency
395 /// This method assumes the pointer has a "NonLocal" dependency within
448 /// store the same value and NonLocal which indicate that non-local Def wa
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/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.
305 /// Cache storing single nonlocal def for the instruction.
306 /// It is set when nonlocal def would be found in function returning only
375 /// The returned set of results will include a "NonLocal" result for all
378 /// This method assumes the instruction returns a "NonLocal" dependency
395 /// This method assumes the pointer has a "NonLocal" dependency within
448 /// store the same value and NonLocal which indicate that non-local Def wa
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
MemoryDependenceAnalysis.h 109 NonLocal = 1,
140 return MemDepResult(ValueTy::create<Other>(NonLocal));
160 return Value.is<Other>() && Value.cast<Other>() == NonLocal;
231 /// This is a result from a NonLocal dependence query.
314 /// Cache storing single nonlocal def for the instruction.
315 /// It is set when nonlocal def would be found in function returning only
385 /// The returned set of results will include a "NonLocal" result for all
388 /// This method assumes the instruction returns a "NonLocal" dependency
405 /// This method assumes the pointer has a "NonLocal" dependency within
458 /// store the same value and NonLocal which indicate that non-local Def wa
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
MemoryDependenceAnalysis.h 109 NonLocal = 1,
140 return MemDepResult(ValueTy::create<Other>(NonLocal));
160 return Value.is<Other>() && Value.cast<Other>() == NonLocal;
231 /// This is a result from a NonLocal dependence query.
314 /// Cache storing single nonlocal def for the instruction.
315 /// It is set when nonlocal def would be found in function returning only
385 /// The returned set of results will include a "NonLocal" result for all
388 /// This method assumes the instruction returns a "NonLocal" dependency
405 /// This method assumes the pointer has a "NonLocal" dependency within
458 /// store the same value and NonLocal which indicate that non-local Def wa
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
MemoryDependenceAnalysis.h 109 NonLocal = 1,
140 return MemDepResult(ValueTy::create<Other>(NonLocal));
160 return Value.is<Other>() && Value.cast<Other>() == NonLocal;
231 /// This is a result from a NonLocal dependence query.
314 /// Cache storing single nonlocal def for the instruction.
315 /// It is set when nonlocal def would be found in function returning only
385 /// The returned set of results will include a "NonLocal" result for all
388 /// This method assumes the instruction returns a "NonLocal" dependency
405 /// This method assumes the pointer has a "NonLocal" dependency within
458 /// store the same value and NonLocal which indicate that non-local Def wa
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
MemoryDependenceAnalysis.h 109 NonLocal = 1,
140 return MemDepResult(ValueTy::create<Other>(NonLocal));
160 return Value.is<Other>() && Value.cast<Other>() == NonLocal;
231 /// This is a result from a NonLocal dependence query.
314 /// Cache storing single nonlocal def for the instruction.
315 /// It is set when nonlocal def would be found in function returning only
385 /// The returned set of results will include a "NonLocal" result for all
388 /// This method assumes the instruction returns a "NonLocal" dependency
405 /// This method assumes the pointer has a "NonLocal" dependency within
458 /// store the same value and NonLocal which indicate that non-local Def wa
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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.
305 /// Cache storing single nonlocal def for the instruction.
306 /// It is set when nonlocal def would be found in function returning only
375 /// The returned set of results will include a "NonLocal" result for all
378 /// This method assumes the instruction returns a "NonLocal" dependency
395 /// This method assumes the pointer has a "NonLocal" dependency within
448 /// store the same value and NonLocal which indicate that non-local Def wa
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/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.
305 /// Cache storing single nonlocal def for the instruction.
306 /// It is set when nonlocal def would be found in function returning only
375 /// The returned set of results will include a "NonLocal" result for all
378 /// This method assumes the instruction returns a "NonLocal" dependency
395 /// This method assumes the pointer has a "NonLocal" dependency within
448 /// store the same value and NonLocal which indicate that non-local Def wa
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/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.
305 /// Cache storing single nonlocal def for the instruction.
306 /// It is set when nonlocal def would be found in function returning only
375 /// The returned set of results will include a "NonLocal" result for all
378 /// This method assumes the instruction returns a "NonLocal" dependency
395 /// This method assumes the pointer has a "NonLocal" dependency within
448 /// store the same value and NonLocal which indicate that non-local Def wa
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
MemoryDependenceAnalysis.h 109 NonLocal = 1,
140 return MemDepResult(ValueTy::create<Other>(NonLocal));
160 return Value.is<Other>() && Value.cast<Other>() == NonLocal;
231 /// This is a result from a NonLocal dependence query.
314 /// Cache storing single nonlocal def for the instruction.
315 /// It is set when nonlocal def would be found in function returning only
385 /// The returned set of results will include a "NonLocal" result for all
388 /// This method assumes the instruction returns a "NonLocal" dependency
405 /// This method assumes the pointer has a "NonLocal" dependency within
458 /// store the same value and NonLocal which indicate that non-local Def wa
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
MemoryDependenceAnalysis.h 109 NonLocal = 1,
140 return MemDepResult(ValueTy::create<Other>(NonLocal));
160 return Value.is<Other>() && Value.cast<Other>() == NonLocal;
231 /// This is a result from a NonLocal dependence query.
314 /// Cache storing single nonlocal def for the instruction.
315 /// It is set when nonlocal def would be found in function returning only
385 /// The returned set of results will include a "NonLocal" result for all
388 /// This method assumes the instruction returns a "NonLocal" dependency
405 /// This method assumes the pointer has a "NonLocal" dependency within
458 /// store the same value and NonLocal which indicate that non-local Def wa
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
MemoryDependenceAnalysis.h 109 NonLocal = 1,
140 return MemDepResult(ValueTy::create<Other>(NonLocal));
160 return Value.is<Other>() && Value.cast<Other>() == NonLocal;
231 /// This is a result from a NonLocal dependence query.
314 /// Cache storing single nonlocal def for the instruction.
315 /// It is set when nonlocal def would be found in function returning only
385 /// The returned set of results will include a "NonLocal" result for all
388 /// This method assumes the instruction returns a "NonLocal" dependency
405 /// This method assumes the pointer has a "NonLocal" dependency within
458 /// store the same value and NonLocal which indicate that non-local Def wa
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
MemoryDependenceAnalysis.h 109 NonLocal = 1,
140 return MemDepResult(ValueTy::create<Other>(NonLocal));
160 return Value.is<Other>() && Value.cast<Other>() == NonLocal;
231 /// This is a result from a NonLocal dependence query.
314 /// Cache storing single nonlocal def for the instruction.
315 /// It is set when nonlocal def would be found in function returning only
385 /// The returned set of results will include a "NonLocal" result for all
388 /// This method assumes the instruction returns a "NonLocal" dependency
405 /// This method assumes the pointer has a "NonLocal" dependency within
458 /// store the same value and NonLocal which indicate that non-local Def wa
    [all...]
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 96 bool &NonLocal) const;
268 bool &NonLocal) const {
301 NonLocal = true;
  /external/v8/src/ast/
scopes.cc 699 NonLocal(name, DYNAMIC);
    [all...]
scopes.h 557 Variable* NonLocal(const AstRawString* name, VariableMode mode);
    [all...]

Completed in 470 milliseconds