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

  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 88 GlobalVariable *NewGV = new GlobalVariable(
93 NewGV->copyAttributesFrom(GV);
94 GVMap[GV] = NewGV;
142 GlobalVariable *NewGV = I->second;
144 Constant *BitCastNewGV = ConstantExpr::getPointerCast(NewGV, GV->getType());
154 NewGV->setName(Name);
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 196 GlobalVariable *NewGV =
215 Value *Addr = Builder.CreateInBoundsGEP(NewGV, Indices);
220 NewGV->takeName(GV);
  /external/llvm/lib/IR/
AutoUpgrade.cpp 216 GlobalVariable *NewGV = new GlobalVariable(
220 NewGV->copyAttributesFrom(GV);
221 NewGV->takeName(GV);
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 394 GlobalVariable *NewGV; // New aggregate global in dest module.
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 81 milliseconds