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

  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 167 ValueToValueMapTy &getVM() { return *MCs[CurrentMCID].VM; }
340 ValueToValueMapTy::iterator I = getVM().find(V);
343 if (I != getVM().end()) {
351 getVM()[V] = NewV;
361 return getVM()[V] = const_cast<Value *>(V);
375 return getVM()[V] = const_cast<Value *>(V);
400 return getVM()[V] = const_cast<Value *>(V);
405 return getVM()[V] = const_cast<Value *>(V);
406 return getVM()[V] = MetadataAsValue::get(V->getContext(), MappedMD);
447 return getVM()[V] = C
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
ValueMapper.cpp 179 ValueToValueMapTy &getVM() { return *MCs[CurrentMCID].VM; }
341 ValueToValueMapTy::iterator I = getVM().find(V);
344 if (I != getVM().end()) {
352 getVM()[V] = NewV;
362 return getVM()[V] = const_cast<Value *>(V);
376 return getVM()[V] = const_cast<Value *>(V);
401 return getVM()[V] = const_cast<Value *>(V);
406 return getVM()[V] = const_cast<Value *>(V);
407 return getVM()[V] = MetadataAsValue::get(V->getContext(), MappedMD);
448 return getVM()[V] = C
    [all...]
  /external/deqp/framework/platform/android/
tcuAndroidUtil.cpp 49 JavaVM* getVM (void) const { return m_vm; }

Completed in 682 milliseconds