Home
last modified time | relevance | path

Searched refs:NewA (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp236 auto *NewA = GlobalAlias::create(OrigA.getValueType(), in cloneGlobalAliasDecl() local
239 NewA->copyAttributesFrom(&OrigA); in cloneGlobalAliasDecl()
240 VMap[&OrigA] = NewA; in cloneGlobalAliasDecl()
241 return NewA; in cloneGlobalAliasDecl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp336 auto *NewA = GlobalAlias::create(OrigA.getValueType(), in cloneGlobalAliasDecl() local
339 NewA->copyAttributesFrom(&OrigA); in cloneGlobalAliasDecl()
340 VMap[&OrigA] = NewA; in cloneGlobalAliasDecl()
341 return NewA; in cloneGlobalAliasDecl()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h351 auto *NewA = cast<GlobalAlias>(VMap[&A]); in addLogicalModule() local
352 assert(NewA && "Alias not cloned?"); in addLogicalModule()
355 NewA->setAliasee(cast<Constant>(Init)); in addLogicalModule()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h481 auto *NewA = cast<GlobalAlias>(VMap[&A]); in addLogicalModule() local
482 assert(NewA && "Alias not cloned?"); in addLogicalModule()
485 NewA->setAliasee(cast<Constant>(Init)); in addLogicalModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp2439 Value *NewA = Builder.CreateAnd(D, NotM); in visitMaskedMerge() local
2440 return BinaryOperator::CreateXor(NewA, X); in visitMaskedMerge()
/external/clang/lib/Sema/
DSemaDecl.cpp2441 if (AsmLabelAttr *NewA = New->getAttr<AsmLabelAttr>()) { in mergeDeclAttributes() local
2443 if (OldA->getLabel() != NewA->getLabel()) { in mergeDeclAttributes()