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

  /external/llvm/lib/ExecutionEngine/Orc/
IndirectionUtils.cpp 156 GlobalVariable *NewGV = new GlobalVariable(
160 NewGV->copyAttributesFrom(&GV);
162 (*VMap)[&GV] = NewGV;
163 return NewGV;
169 GlobalVariable *NewGV) {
171 if (!NewGV)
172 NewGV = cast<GlobalVariable>(VMap[&OrigGV]);
174 assert(VMap[&OrigGV] == NewGV &&
176 assert(NewGV->getParent() != OrigGV.getParent() &&
180 NewGV->setInitializer(MapValue(OrigGV.getInitializer(), VMap, RF_None
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 197 GlobalVariable *NewGV =
217 Builder.CreateInBoundsGEP(NewGV->getValueType(), NewGV, Indices);
222 NewGV->takeName(GV);
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 88 GlobalVariable *NewGV = new GlobalVariable(
93 NewGV->copyAttributesFrom(GV);
94 GVMap[GV] = NewGV;
145 GlobalVariable *NewGV = I->second;
153 Constant *BitCastNewGV = ConstantExpr::getPointerCast(NewGV, GV->getType());
160 NewGV->setName(Name);
  /external/llvm/lib/Linker/
IRMover.cpp 735 GlobalValue *NewGV;
737 NewGV = copyGlobalVariableProto(SGVar);
739 NewGV = copyFunctionProto(SF);
742 NewGV = copyGlobalAliasProto(cast<GlobalAlias>(SGV));
744 NewGV = new GlobalVariable(
753 NewGV->setLinkage(SGV->getLinkage());
756 NewGV->setLinkage(GlobalValue::ExternalWeakLinkage);
758 NewGV->copyAttributesFrom(SGV);
759 return NewGV;
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 44 if (auto *NewGV = dyn_cast<GlobalValue>(NewV))
46 NewGV, const_cast<GlobalValue *>(cast<GlobalValue>(V)));
  /external/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 396 /// If the target global declaration is not supplied via the NewGV parameter
404 GlobalVariable *NewGV = nullptr);
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 1936 milliseconds