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

1 2 34 5 6

  /external/llvm/lib/ProfileData/
InstrProf.cpp 429 ValueMapType *ValueMap) {
430 if (!ValueMap)
435 std::lower_bound(ValueMap->begin(), ValueMap->end(), Value,
442 if (Result != ValueMap->end() && Result->first == Value)
454 ValueMapType *ValueMap) {
456 VData[I].Value = remapValue(VData[I].Value, ValueKind, ValueMap);
  /external/llvm/lib/Linker/
IRMover.cpp 386 /// in DstM. ValueToValueMapTy is a ValueMap, which involves some overhead
389 ValueToValueMapTy ValueMap;
489 Mapper(ValueMap, RF_MoveDistinctMDs | RF_IgnoreMissingLocals, &TypeMap,
493 ValueMap.getMDMap() = std::move(SharedMDs);
497 ~IRLinker() { SharedMDs = std::move(*ValueMap.getMDMap()); }
567 // already mapped. If there is an entry in the ValueMap but the value is
571 if (ForAlias && ValueMap.lookup(SGV) == New)
879 auto I = ValueMap.find(SGV);
880 if (I != ValueMap.end())
    [all...]
  /external/llvm/lib/Analysis/
CFLGraph.h 77 typedef DenseMap<Value *, ValueInfo> ValueMap;
78 ValueMap ValueImpls;
94 typedef ValueMap::const_iterator const_value_iterator;
  /external/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 18 #include "llvm/IR/ValueMap.h"
24 typedef ValueMap<const Value *, WeakVH> ValueToValueMapTy;
126 /// instances of \a ValueMap (one as \a ValueToValueMap, and one with raw \a
129 /// need a new template parameter on \a ValueMap.
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.h 55 typedef ValueMap<const BasicBlock *, void *>
JITEmitter.cpp 51 #include "llvm/ADT/ValueMap.h"
92 typedef ValueMap<Function*, void*, NoRAUWValueMapConfig<Function*> >
95 typedef ValueMap<Function *, SmallPtrSet<void*, 1>,
357 ValueMap<const Function *, EmittedCode,
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 55 ValueMapType ValueMap;
83 /// incorporated function. Their reverse mapping is stored in ValueMap.
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.h 55 ValueMapType ValueMap;
83 /// incorporated function. Their reverse mapping is stored in ValueMap.
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.h 58 ValueMapType ValueMap;
86 /// incorporated function. Their reverse mapping is stored in ValueMap.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 19 #include "llvm/IR/ValueMap.h"
26 typedef ValueMap<const Value *, WeakVH> ValueToValueMapTy;
127 /// instances of \a ValueMap (one as \a ValueToValueMap, and one with raw \a
130 /// need a new template parameter on \a ValueMap.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 19 #include "llvm/IR/ValueMap.h"
26 typedef ValueMap<const Value *, WeakVH> ValueToValueMapTy;
127 /// instances of \a ValueMap (one as \a ValueToValueMap, and one with raw \a
130 /// need a new template parameter on \a ValueMap.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 19 #include "llvm/IR/ValueMap.h"
26 typedef ValueMap<const Value *, WeakVH> ValueToValueMapTy;
127 /// instances of \a ValueMap (one as \a ValueToValueMap, and one with raw \a
130 /// need a new template parameter on \a ValueMap.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 19 #include "llvm/IR/ValueMap.h"
26 typedef ValueMap<const Value *, WeakVH> ValueToValueMapTy;
127 /// instances of \a ValueMap (one as \a ValueToValueMap, and one with raw \a
130 /// need a new template parameter on \a ValueMap.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 19 #include "llvm/IR/ValueMap.h"
26 typedef ValueMap<const Value *, WeakVH> ValueToValueMapTy;
127 /// instances of \a ValueMap (one as \a ValueToValueMap, and one with raw \a
130 /// need a new template parameter on \a ValueMap.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 19 #include "llvm/IR/ValueMap.h"
26 typedef ValueMap<const Value *, WeakVH> ValueToValueMapTy;
127 /// instances of \a ValueMap (one as \a ValueToValueMap, and one with raw \a
130 /// need a new template parameter on \a ValueMap.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 19 #include "llvm/IR/ValueMap.h"
26 typedef ValueMap<const Value *, WeakVH> ValueToValueMapTy;
127 /// instances of \a ValueMap (one as \a ValueToValueMap, and one with raw \a
130 /// need a new template parameter on \a ValueMap.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 19 #include "llvm/IR/ValueMap.h"
26 typedef ValueMap<const Value *, WeakVH> ValueToValueMapTy;
127 /// instances of \a ValueMap (one as \a ValueToValueMap, and one with raw \a
130 /// need a new template parameter on \a ValueMap.
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 28 #include "llvm/IR/ValueMap.h"
60 typedef ValueMap<GlobalVariable *, GlobalVariable *> GVMapTy;
61 typedef ValueMap<Constant *, Value *> ConstantToValueMapTy;
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 59 ValueMapType ValueMap;
122 /// incorporated function. Their reverse mapping is stored in ValueMap.
  /external/llvm/tools/llvm-c-test/
echo.cpp 55 typedef CAPIDenseMap<LLVMValueRef>::Map ValueMap;
157 static ValueMap clone_params(LLVMValueRef Src, LLVMValueRef Dst) {
162 ValueMap VMap;
341 ValueMap VMap;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp 115 // in ValueMap because Arguments are given virtual registers regardless
130 DenseMap<const Value *, unsigned>::iterator I = FuncInfo.ValueMap.find(V);
131 if (I != FuncInfo.ValueMap.end())
217 // Don't cache constant materializations in the general ValueMap.
231 DenseMap<const Value *, unsigned>::iterator I = FuncInfo.ValueMap.find(V);
232 if (I != FuncInfo.ValueMap.end())
249 unsigned &AssignedReg = FuncInfo.ValueMap[I];
858 DenseMap<const Value *, unsigned>::iterator I = FuncInfo.ValueMap.find(Op0);
859 if (I != FuncInfo.ValueMap.end())
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp 226 LLVMToSPIRVValueMap ValueMap;
241 auto Loc = ValueMap.find(V);
242 if (Loc != ValueMap.end()) {
251 ValueMap[V] = BV;
262 return ValueMap[V];
318 LLVMToSPIRVValueMap::iterator Loc = ValueMap.find(V);
319 if (Loc != ValueMap.end())
794 LLVMToSPIRVValueMap::iterator Loc = ValueMap.find(V);
795 if (Loc != ValueMap.end() && (!Loc->second->isForward() || CreateForward))
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
ExecutionEngine.h 24 #include "llvm/ADT/ValueMap.h"
58 typedef ValueMap<const GlobalValue *, void *, AddressMapConfig>
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_build_util.cpp 493 BuildUtil::DataArray::acquire(ValueMap &m, int i, int c)
507 BuildUtil::DataArray::load(ValueMap &m, int i, int c, Value *ptr)
525 BuildUtil::DataArray::store(ValueMap &m, int i, int c, Value *ptr, Value *value)
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 119 // Enter arguments into ValueMap for uses in non-entry BBs.
125 FuncInfo.ValueMap[&*I] = VI->second;
177 // in ValueMap because Arguments are given virtual registers regardless
278 // Don't cache constant materializations in the general ValueMap.
292 DenseMap<const Value *, unsigned>::iterator I = FuncInfo.ValueMap.find(V);
293 if (I != FuncInfo.ValueMap.end())
304 unsigned &AssignedReg = FuncInfo.ValueMap[I];
    [all...]

Completed in 719 milliseconds

1 2 34 5 6