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

  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 103 GlobalVariable *NewGV =
121 Value *Addr = Builder.CreateInBoundsGEP(NewGV, Indices);
126 NewGV->takeName(GV);
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 90 GlobalVariable *NewGV = new GlobalVariable(
94 NewGV->copyAttributesFrom(GV);
95 GVMap[GV] = NewGV;
143 GlobalVariable *NewGV = I->second;
145 Constant *BitCastNewGV = ConstantExpr::getBitCast(NewGV, GV->getType());
157 NewGV->setName(Name);
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 392 GlobalVariable *NewGV; // New aggregate global in dest module.
728 AVI.NewGV = NG;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 82 milliseconds