Home
last modified time | relevance | path

Searched refs:NewA (Results 1 – 9 of 9) 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/llvm-project/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp357 auto *NewA = GlobalAlias::create(OrigA.getValueType(), in cloneGlobalAliasDecl() local
360 NewA->copyAttributesFrom(&OrigA); in cloneGlobalAliasDecl()
361 VMap[&OrigA] = NewA; in cloneGlobalAliasDecl()
362 return NewA; in cloneGlobalAliasDecl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp359 auto *NewA = GlobalAlias::create(OrigA.getValueType(), in cloneGlobalAliasDecl() local
362 NewA->copyAttributesFrom(&OrigA); in cloneGlobalAliasDecl()
363 VMap[&OrigA] = NewA; in cloneGlobalAliasDecl()
364 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-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h506 auto *NewA = cast<GlobalAlias>(VMap[&A]); in addLogicalModule() local
507 assert(NewA && "Alias not cloned?"); in addLogicalModule()
510 NewA->setAliasee(cast<Constant>(Init)); in addLogicalModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp2921 Value *NewA = Builder.CreateAnd(D, NotM); in visitMaskedMerge() local
2922 return BinaryOperator::CreateXor(NewA, X); in visitMaskedMerge()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp3032 Value *NewA = Builder.CreateAnd(D, NotM); in visitMaskedMerge() local
3033 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()
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp2874 if (AsmLabelAttr *NewA = New->getAttr<AsmLabelAttr>()) { in mergeDeclAttributes() local
2876 if (!OldA->isEquivalent(NewA)) { in mergeDeclAttributes()