Home
last modified time | relevance | path

Searched refs:setInitializer (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLowerEmuTLS.cpp145 EmuTlsTmplVar->setInitializer(const_cast<Constant*>(InitValue)); in addEmuTlsVar()
157 EmuTlsVar->setInitializer( in addEmuTlsVar()
DShadowStackGCLowering.cpp215 Head->setInitializer(Constant::getNullValue(StackEntryPtrTy)); in doInitialization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DElimAvailExtern.cpp42 GV.setInitializer(nullptr); in eliminateAvailableExternally()
DExtractGV.cpp98 I->setInitializer(nullptr); in runOnModule()
DGlobalOpt.cpp2039 GV->setInitializer(SOVConstant); in processInternalGlobal()
2389 GV->setInitializer(New); in OptimizeGlobalVars()
2451 GV->setInitializer(Val); in CommitValueTo()
2457 GV->setInitializer(EvaluateStoreInto(GV->getInitializer(), Val, CE, 2)); in CommitValueTo()
2527 GVPair.first->setInitializer(GVPair.second); in BatchCommitValueTo()
2550 CurrentGV->setInitializer(ConstantStruct::get(STy, Elts)); in BatchCommitValueTo()
2552 CurrentGV->setInitializer(ConstantArray::get(ArrTy, Elts)); in BatchCommitValueTo()
2554 CurrentGV->setInitializer(ConstantVector::get(Elts)); in BatchCommitValueTo()
DGlobalDCE.cpp363 GV.setInitializer(nullptr); in run()
DFunctionImport.cpp957 V->setInitializer(nullptr); in convertToDeclaration()
DLowerTypeTests.cpp1273 GV->setInitializer(Constant::getNullValue(GV->getValueType())); in moveInitializerToModuleConstructor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCtorUtils.cpp42 GCL->setInitializer(CA); in removeGlobalCtors()
DFunctionImportUtils.cpp262 V->setInitializer(Constant::getNullValue(V->getValueType())); in processGlobalForThinLTO()
DCloneModule.cpp130 GV->setInitializer(MapValue(I->getInitializer(), VMap)); in CloneModule()
DValueMapper.cpp820 E.Data.GVInit.GV->setInitializer(mapConstant(E.Data.GVInit.Init)); in flush()
991 GV.setInitializer(ConstantArray::get( in mapAppendingVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalVariable.h147 void setInitializer(Constant *InitVal);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCompileOnDemandLayer.cpp30 cast<GlobalVariable>(GV).setInitializer(nullptr); in extractSubModule()
DIndirectionUtils.cpp352 NewGV->setInitializer(MapValue(OrigGV.getInitializer(), VMap, RF_None, in moveGlobalVariableInitializer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp478 PC.GV->setInitializer(&C); in ensurePromotedGV()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DGlobals.cpp388 void GlobalVariable::setInitializer(Constant *InitVal) { in setInitializer() function in GlobalVariable
DCore.cpp2131 ->setInitializer(unwrap<Constant>(ConstantVal)); in LLVMSetInitializer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp441 SanCovLowestStack->setInitializer(Constant::getAllOnesValue(IntptrTy)); in instrumentModule()
688 PCArray->setInitializer( in CreatePCArray()
DHWAddressSanitizer.cpp1284 Descriptor->setInitializer(ConstantStruct::getAnon({GVRelPtr, SizeAndTag})); in instrumentGlobal()
1365 Note->setInitializer(ConstantStruct::getAnon( in instrumentGlobals()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DLinkModules.cpp437 Var->setInitializer(nullptr); in dropReplacedComdat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2252 GlobalInitWorklist.back().first->setInitializer(C); in resolveGlobalAndIndirectSymbolInits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp1100 GV->setInitializer(Init); in ParseGlobal()