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

  /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/Target/XCore/
XCoreLowerThreadLocal.cpp 196 GlobalVariable *NewGV =
212 Value *Addr = Builder.CreateInBoundsGEP(NewGV->getValueType(), NewGV,
218 NewGV->takeName(GV);
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkModules.cpp 332 GlobalVariable *NewGV; // New aggregate global in dest module.
596 AVI.NewGV = NG;
782 ArrayType *NewType = cast<ArrayType>(AVI.NewGV->getType()->getElementType());
783 AVI.NewGV->setInitializer(ConstantArray::get(NewType, Elements));
    [all...]
  /external/llvm/lib/Linker/
IRMover.cpp 617 GlobalValue *NewGV;
619 NewGV = copyGlobalVariableProto(SGVar);
621 NewGV = copyFunctionProto(SF);
624 NewGV = copyGlobalAliasProto(cast<GlobalAlias>(SGV));
626 NewGV = new GlobalVariable(
635 NewGV->setLinkage(SGV->getLinkage());
637 NewGV->setLinkage(GlobalValue::ExternalWeakLinkage);
639 NewGV->copyAttributesFrom(SGV);
641 if (auto *NewGO = dyn_cast<GlobalObject>(NewGV)) {
650 if (auto *NewF = dyn_cast<Function>(NewGV)) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 806 GlobalVariable *NewGV = new GlobalVariable(
818 if (BCI->getType() == NewGV->getType()) {
819 BCI->replaceAllUsesWith(NewGV);
822 BCI->setOperand(0, NewGV);
826 TheBC = new BitCastInst(NewGV, CI->getType(), "newgv", CI);
831 Constant *RepValue = NewGV;
832 if (NewGV->getType() != GV->getValueType())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /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 1300 milliseconds