HomeSort by relevance Sort by last modified time
    Searched refs:ValueMap (Results 26 - 50 of 141) sorted by null

12 3 4 5 6

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_build_util.h 135 typedef bimap<Location, Value *> ValueMap;
146 inline bool exists(ValueMap&, unsigned int i, unsigned int c);
148 Value *load(ValueMap&, int i, int c, Value *ptr);
149 void store(ValueMap&, int i, int c, Value *ptr, Value *value);
150 Value *acquire(ValueMap&, int i, int c);
153 inline Value *lookup(ValueMap&, unsigned i, unsigned c);
154 inline Value *insert(ValueMap&, unsigned i, unsigned c, Value *v);
304 BuildUtil::DataArray::exists(ValueMap &m, unsigned int i, unsigned int c)
311 BuildUtil::DataArray::lookup(ValueMap &m, unsigned i, unsigned c)
313 ValueMap::r_iterator it = m.r.find(Location(array, arrayIdx, i, c))
    [all...]
  /external/llvm/include/llvm/IR/
ValueMap.h 1 //===- ValueMap.h - Safe map from Values to data ----------------*- C++ -*-===//
10 // This file defines the ValueMap class. ValueMap maps Value* or any subclass
17 // You can override a ValueMap's Config parameter to control exactly what
19 // legal to call back into the ValueMap from a Config's callbacks. Config
21 // implementations of all the methods ValueMap uses. See ValueMapConfig for
50 /// ValueMap<>. User Configs should inherit from this class to be as compatible
51 /// as possible with future versions of ValueMap.
56 /// If FollowRAUW is true, the ValueMap will update mappings on RAUW. If it's
57 /// false, the ValueMap will leave the original mapping in place
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ValueMap.h 1 //===- ValueMap.h - Safe map from Values to data ----------------*- C++ -*-===//
10 // This file defines the ValueMap class. ValueMap maps Value* or any subclass
17 // You can override a ValueMap's Config parameter to control exactly what
19 // legal to call back into the ValueMap from a Config's callbacks. Config
21 // implementations of all the methods ValueMap uses. See ValueMapConfig for
56 /// ValueMap<>. User Configs should inherit from this class to be as compatible
57 /// as possible with future versions of ValueMap.
62 /// If FollowRAUW is true, the ValueMap will update mappings on RAUW. If it's
63 /// false, the ValueMap will leave the original mapping in place
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ValueMap.h 1 //===- ValueMap.h - Safe map from Values to data ----------------*- C++ -*-===//
10 // This file defines the ValueMap class. ValueMap maps Value* or any subclass
17 // You can override a ValueMap's Config parameter to control exactly what
19 // legal to call back into the ValueMap from a Config's callbacks. Config
21 // implementations of all the methods ValueMap uses. See ValueMapConfig for
56 /// ValueMap<>. User Configs should inherit from this class to be as compatible
57 /// as possible with future versions of ValueMap.
62 /// If FollowRAUW is true, the ValueMap will update mappings on RAUW. If it's
63 /// false, the ValueMap will leave the original mapping in place
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ValueMap.h 1 //===- ValueMap.h - Safe map from Values to data ----------------*- C++ -*-===//
10 // This file defines the ValueMap class. ValueMap maps Value* or any subclass
17 // You can override a ValueMap's Config parameter to control exactly what
19 // legal to call back into the ValueMap from a Config's callbacks. Config
21 // implementations of all the methods ValueMap uses. See ValueMapConfig for
56 /// ValueMap<>. User Configs should inherit from this class to be as compatible
57 /// as possible with future versions of ValueMap.
62 /// If FollowRAUW is true, the ValueMap will update mappings on RAUW. If it's
63 /// false, the ValueMap will leave the original mapping in place
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ValueMap.h 1 //===- ValueMap.h - Safe map from Values to data ----------------*- C++ -*-===//
10 // This file defines the ValueMap class. ValueMap maps Value* or any subclass
17 // You can override a ValueMap's Config parameter to control exactly what
19 // legal to call back into the ValueMap from a Config's callbacks. Config
21 // implementations of all the methods ValueMap uses. See ValueMapConfig for
56 /// ValueMap<>. User Configs should inherit from this class to be as compatible
57 /// as possible with future versions of ValueMap.
62 /// If FollowRAUW is true, the ValueMap will update mappings on RAUW. If it's
63 /// false, the ValueMap will leave the original mapping in place
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ValueMap.h 1 //===- ValueMap.h - Safe map from Values to data ----------------*- C++ -*-===//
10 // This file defines the ValueMap class. ValueMap maps Value* or any subclass
17 // You can override a ValueMap's Config parameter to control exactly what
19 // legal to call back into the ValueMap from a Config's callbacks. Config
21 // implementations of all the methods ValueMap uses. See ValueMapConfig for
56 /// ValueMap<>. User Configs should inherit from this class to be as compatible
57 /// as possible with future versions of ValueMap.
62 /// If FollowRAUW is true, the ValueMap will update mappings on RAUW. If it's
63 /// false, the ValueMap will leave the original mapping in place
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ValueMap.h 1 //===- ValueMap.h - Safe map from Values to data ----------------*- C++ -*-===//
10 // This file defines the ValueMap class. ValueMap maps Value* or any subclass
17 // You can override a ValueMap's Config parameter to control exactly what
19 // legal to call back into the ValueMap from a Config's callbacks. Config
21 // implementations of all the methods ValueMap uses. See ValueMapConfig for
56 /// ValueMap<>. User Configs should inherit from this class to be as compatible
57 /// as possible with future versions of ValueMap.
62 /// If FollowRAUW is true, the ValueMap will update mappings on RAUW. If it's
63 /// false, the ValueMap will leave the original mapping in place
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ValueMap.h 1 //===- ValueMap.h - Safe map from Values to data ----------------*- C++ -*-===//
10 // This file defines the ValueMap class. ValueMap maps Value* or any subclass
17 // You can override a ValueMap's Config parameter to control exactly what
19 // legal to call back into the ValueMap from a Config's callbacks. Config
21 // implementations of all the methods ValueMap uses. See ValueMapConfig for
56 /// ValueMap<>. User Configs should inherit from this class to be as compatible
57 /// as possible with future versions of ValueMap.
62 /// If FollowRAUW is true, the ValueMap will update mappings on RAUW. If it's
63 /// false, the ValueMap will leave the original mapping in place
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ValueMap.h 1 //===- ValueMap.h - Safe map from Values to data ----------------*- C++ -*-===//
10 // This file defines the ValueMap class. ValueMap maps Value* or any subclass
17 // You can override a ValueMap's Config parameter to control exactly what
19 // legal to call back into the ValueMap from a Config's callbacks. Config
21 // implementations of all the methods ValueMap uses. See ValueMapConfig for
56 /// ValueMap<>. User Configs should inherit from this class to be as compatible
57 /// as possible with future versions of ValueMap.
62 /// If FollowRAUW is true, the ValueMap will update mappings on RAUW. If it's
63 /// false, the ValueMap will leave the original mapping in place
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkModules.cpp 325 /// ValueMap - Mapping of values from what they used to be in Src, to what
326 /// they are now in DstM. ValueToValueMapTy is a ValueMap, which involves
329 ValueToValueMapTy ValueMap;
603 ValueMap[SrcGV] = ConstantExpr::getBitCast(NG, TypeMap.get(SrcGV->getType()));
643 ValueMap[SGV] = ConstantExpr::getBitCast(DGV,TypeMap.get(SGV->getType()));
671 ValueMap[SGV] = NewDGV;
691 ValueMap[SF] = ConstantExpr::getBitCast(DGV, TypeMap.get(SF->getType()));
713 ValueMap[SF] = NewDF;
733 ValueMap[SGA] = ConstantExpr::getBitCast(DGV,TypeMap.get(SGA->getType()));
755 ValueMap[SGA] = NewDA
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 137 ValueMapType::const_iterator I = ValueMap.find(V);
138 assert(I != ValueMap.end() && "Value not in slotcalculator!");
143 print(dbgs(), ValueMap, "Default");
221 // Rebuild the modified portion of ValueMap.
223 ValueMap[Values[CstStart].first] = CstStart+1;
311 unsigned &ValueID = ValueMap[V];
341 ValueMap[V] = Values.size();
351 ValueMap[V] = Values.size();
417 if (ValueMap.count(C))
478 ValueMap[&*BB] = BasicBlocks.size()
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 137 ValueMapType::const_iterator I = ValueMap.find(V);
138 assert(I != ValueMap.end() && "Value not in slotcalculator!");
143 print(dbgs(), ValueMap, "Default");
221 // Rebuild the modified portion of ValueMap.
223 ValueMap[Values[CstStart].first] = CstStart+1;
311 unsigned &ValueID = ValueMap[V];
341 ValueMap[V] = Values.size();
351 ValueMap[V] = Values.size();
417 if (ValueMap.count(C))
478 ValueMap[&*BB] = BasicBlocks.size()
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 137 ValueMapType::const_iterator I = ValueMap.find(V);
138 assert(I != ValueMap.end() && "Value not in slotcalculator!");
143 print(dbgs(), ValueMap, "Default");
221 // Rebuild the modified portion of ValueMap.
223 ValueMap[Values[CstStart].first] = CstStart+1;
311 unsigned &ValueID = ValueMap[V];
341 ValueMap[V] = Values.size();
351 ValueMap[V] = Values.size();
417 if (ValueMap.count(C))
478 ValueMap[&*BB] = BasicBlocks.size()
    [all...]
  /external/llvm/include/llvm/CodeGen/
StackProtector.h 23 #include "llvm/IR/ValueMap.h"
48 typedef ValueMap<const AllocaInst *, SSPLayoutKind> SSPLayoutMap;
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
ValueMapper.h 18 #include "llvm/ADT/ValueMap.h"
23 typedef ValueMap<const Value *, TrackingVH<Value> > ValueToValueMapTy;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 23 #include "llvm/IR/ValueMap.h"
50 typedef ValueMap<const AllocaInst *, SSPLayoutKind> SSPLayoutMap;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 23 #include "llvm/IR/ValueMap.h"
50 typedef ValueMap<const AllocaInst *, SSPLayoutKind> SSPLayoutMap;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 23 #include "llvm/IR/ValueMap.h"
50 typedef ValueMap<const AllocaInst *, SSPLayoutKind> SSPLayoutMap;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 23 #include "llvm/IR/ValueMap.h"
50 typedef ValueMap<const AllocaInst *, SSPLayoutKind> SSPLayoutMap;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 23 #include "llvm/IR/ValueMap.h"
50 typedef ValueMap<const AllocaInst *, SSPLayoutKind> SSPLayoutMap;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 23 #include "llvm/IR/ValueMap.h"
50 typedef ValueMap<const AllocaInst *, SSPLayoutKind> SSPLayoutMap;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 23 #include "llvm/IR/ValueMap.h"
50 typedef ValueMap<const AllocaInst *, SSPLayoutKind> SSPLayoutMap;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 23 #include "llvm/IR/ValueMap.h"
50 typedef ValueMap<const AllocaInst *, SSPLayoutKind> SSPLayoutMap;
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
ValueEnumerator.cpp 128 ValueMapType::const_iterator I = ValueMap.find(V);
129 assert(I != ValueMap.end() && "Value not in slotcalculator!");
162 // Rebuild the modified portion of ValueMap.
164 ValueMap[Values[CstStart].first] = CstStart+1;
273 unsigned &ValueID = ValueMap[V];
307 ValueMap[V] = Values.size();
363 if (ValueMap.count(V)) return;
419 ValueMap[BB] = BasicBlocks.size();
462 /// Remove purged values from the ValueMap.
464 ValueMap.erase(Values[i].first)
    [all...]

Completed in 1119 milliseconds

12 3 4 5 6