HomeSort by relevance Sort by last modified time
    Searched defs:MemDepResult (Results 1 - 16 of 16) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
MemoryDependenceAnalysis.h 49 class MemDepResult {
59 /// In a default-constructed MemDepResult object, the type will be Invalid
64 /// desired value. The pointer member of the MemDepResult pair holds the
76 /// MemDepResult pair holds the instruction that defines the memory.
124 explicit MemDepResult(ValueTy V) : Value(V) {}
127 MemDepResult() = default;
130 /// MemDepResult kinds.
131 static MemDepResult getDef(Instruction *Inst) {
133 return MemDepResult(ValueTy::create<Def>(Inst));
135 static MemDepResult getClobber(Instruction *Inst)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
MemoryDependenceAnalysis.h 49 class MemDepResult {
59 /// In a default-constructed MemDepResult object, the type will be Invalid
64 /// desired value. The pointer member of the MemDepResult pair holds the
76 /// MemDepResult pair holds the instruction that defines the memory.
124 explicit MemDepResult(ValueTy V) : Value(V) {}
127 MemDepResult() = default;
130 /// MemDepResult kinds.
131 static MemDepResult getDef(Instruction *Inst) {
133 return MemDepResult(ValueTy::create<Def>(Inst));
135 static MemDepResult getClobber(Instruction *Inst)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
MemoryDependenceAnalysis.h 49 class MemDepResult {
59 /// In a default-constructed MemDepResult object, the type will be Invalid
64 /// desired value. The pointer member of the MemDepResult pair holds the
76 /// MemDepResult pair holds the instruction that defines the memory.
124 explicit MemDepResult(ValueTy V) : Value(V) {}
127 MemDepResult() = default;
130 /// MemDepResult kinds.
131 static MemDepResult getDef(Instruction *Inst) {
133 return MemDepResult(ValueTy::create<Def>(Inst));
135 static MemDepResult getClobber(Instruction *Inst)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
MemoryDependenceAnalysis.h 49 class MemDepResult {
59 /// In a default-constructed MemDepResult object, the type will be Invalid
64 /// desired value. The pointer member of the MemDepResult pair holds the
76 /// MemDepResult pair holds the instruction that defines the memory.
124 explicit MemDepResult(ValueTy V) : Value(V) {}
127 MemDepResult() = default;
130 /// MemDepResult kinds.
131 static MemDepResult getDef(Instruction *Inst) {
133 return MemDepResult(ValueTy::create<Def>(Inst));
135 static MemDepResult getClobber(Instruction *Inst)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
MemoryDependenceAnalysis.h 49 class MemDepResult {
59 /// In a default-constructed MemDepResult object, the type will be Invalid
64 /// desired value. The pointer member of the MemDepResult pair holds the
76 /// MemDepResult pair holds the instruction that defines the memory.
124 explicit MemDepResult(ValueTy V) : Value(V) {}
127 MemDepResult() = default;
130 /// MemDepResult kinds.
131 static MemDepResult getDef(Instruction *Inst) {
133 return MemDepResult(ValueTy::create<Def>(Inst));
135 static MemDepResult getClobber(Instruction *Inst)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
MemoryDependenceAnalysis.h 49 class MemDepResult {
59 /// In a default-constructed MemDepResult object, the type will be Invalid
64 /// desired value. The pointer member of the MemDepResult pair holds the
76 /// MemDepResult pair holds the instruction that defines the memory.
124 explicit MemDepResult(ValueTy V) : Value(V) {}
127 MemDepResult() = default;
130 /// MemDepResult kinds.
131 static MemDepResult getDef(Instruction *Inst) {
133 return MemDepResult(ValueTy::create<Def>(Inst));
135 static MemDepResult getClobber(Instruction *Inst)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
MemoryDependenceAnalysis.h 49 class MemDepResult {
59 /// In a default-constructed MemDepResult object, the type will be Invalid
64 /// desired value. The pointer member of the MemDepResult pair holds the
76 /// MemDepResult pair holds the instruction that defines the memory.
124 explicit MemDepResult(ValueTy V) : Value(V) {}
127 MemDepResult() = default;
130 /// MemDepResult kinds.
131 static MemDepResult getDef(Instruction *Inst) {
133 return MemDepResult(ValueTy::create<Def>(Inst));
135 static MemDepResult getClobber(Instruction *Inst)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
MemoryDependenceAnalysis.h 49 class MemDepResult {
59 /// In a default-constructed MemDepResult object, the type will be Invalid
64 /// desired value. The pointer member of the MemDepResult pair holds the
76 /// MemDepResult pair holds the instruction that defines the memory.
124 explicit MemDepResult(ValueTy V) : Value(V) {}
127 MemDepResult() = default;
130 /// MemDepResult kinds.
131 static MemDepResult getDef(Instruction *Inst) {
133 return MemDepResult(ValueTy::create<Def>(Inst));
135 static MemDepResult getClobber(Instruction *Inst)
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 40 class MemDepResult {
50 /// In a default-constructed MemDepResult object, the type will be Invalid
55 /// desired value. The pointer member of the MemDepResult pair holds the
67 /// MemDepResult pair holds the instruction that defines the memory.
115 explicit MemDepResult(ValueTy V) : Value(V) {}
118 MemDepResult() : Value() {}
121 /// MemDepResult kinds.
122 static MemDepResult getDef(Instruction *Inst) {
124 return MemDepResult(ValueTy::create<Def>(Inst));
126 static MemDepResult getClobber(Instruction *Inst)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
MemoryDependenceAnalysis.h 38 /// MemDepResult - A memory dependence query can return one of three different
40 class MemDepResult {
46 /// clobbers the desired value. The pointer member of the MemDepResult
59 /// the MemDepResult pair holds the instruction that defines the memory.
99 explicit MemDepResult(PairTy V) : Value(V) {}
101 MemDepResult() : Value(0, Invalid) {}
104 /// MemDepResult kinds.
105 static MemDepResult getDef(Instruction *Inst) {
107 return MemDepResult(PairTy(Inst, Def));
109 static MemDepResult getClobber(Instruction *Inst)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 40 class MemDepResult {
50 /// In a default-constructed MemDepResult object, the type will be Invalid
55 /// desired value. The pointer member of the MemDepResult pair holds the
67 /// MemDepResult pair holds the instruction that defines the memory.
115 explicit MemDepResult(ValueTy V) : Value(V) {}
118 MemDepResult() : Value() {}
121 /// MemDepResult kinds.
122 static MemDepResult getDef(Instruction *Inst) {
124 return MemDepResult(ValueTy::create<Def>(Inst));
126 static MemDepResult getClobber(Instruction *Inst)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
MemoryDependenceAnalysis.h 40 class MemDepResult {
50 /// In a default-constructed MemDepResult object, the type will be Invalid
55 /// desired value. The pointer member of the MemDepResult pair holds the
67 /// MemDepResult pair holds the instruction that defines the memory.
115 explicit MemDepResult(ValueTy V) : Value(V) {}
118 MemDepResult() : Value() {}
121 /// MemDepResult kinds.
122 static MemDepResult getDef(Instruction *Inst) {
124 return MemDepResult(ValueTy::create<Def>(Inst));
126 static MemDepResult getClobber(Instruction *Inst)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
MemoryDependenceAnalysis.h 40 class MemDepResult {
50 /// In a default-constructed MemDepResult object, the type will be Invalid
55 /// desired value. The pointer member of the MemDepResult pair holds the
67 /// MemDepResult pair holds the instruction that defines the memory.
115 explicit MemDepResult(ValueTy V) : Value(V) {}
118 MemDepResult() : Value() {}
121 /// MemDepResult kinds.
122 static MemDepResult getDef(Instruction *Inst) {
124 return MemDepResult(ValueTy::create<Def>(Inst));
126 static MemDepResult getClobber(Instruction *Inst)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 40 class MemDepResult {
50 /// In a default-constructed MemDepResult object, the type will be Invalid
55 /// desired value. The pointer member of the MemDepResult pair holds the
67 /// MemDepResult pair holds the instruction that defines the memory.
115 explicit MemDepResult(ValueTy V) : Value(V) {}
118 MemDepResult() : Value() {}
121 /// MemDepResult kinds.
122 static MemDepResult getDef(Instruction *Inst) {
124 return MemDepResult(ValueTy::create<Def>(Inst));
126 static MemDepResult getClobber(Instruction *Inst)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
MemoryDependenceAnalysis.h 40 class MemDepResult {
50 /// In a default-constructed MemDepResult object, the type will be Invalid
55 /// desired value. The pointer member of the MemDepResult pair holds the
67 /// MemDepResult pair holds the instruction that defines the memory.
115 explicit MemDepResult(ValueTy V) : Value(V) {}
118 MemDepResult() : Value() {}
121 /// MemDepResult kinds.
122 static MemDepResult getDef(Instruction *Inst) {
124 return MemDepResult(ValueTy::create<Def>(Inst));
126 static MemDepResult getClobber(Instruction *Inst)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
MemoryDependenceAnalysis.h 40 class MemDepResult {
50 /// In a default-constructed MemDepResult object, the type will be Invalid
55 /// desired value. The pointer member of the MemDepResult pair holds the
67 /// MemDepResult pair holds the instruction that defines the memory.
115 explicit MemDepResult(ValueTy V) : Value(V) {}
118 MemDepResult() : Value() {}
121 /// MemDepResult kinds.
122 static MemDepResult getDef(Instruction *Inst) {
124 return MemDepResult(ValueTy::create<Def>(Inst));
126 static MemDepResult getClobber(Instruction *Inst)
    [all...]

Completed in 2340 milliseconds