Home
last modified time | relevance | path

Searched refs:NewIntrin (Results 1 – 4 of 4) sorted by relevance

/external/llvm/unittests/Transforms/Utils/
DCloning.cpp362 DbgDeclareInst* NewIntrin = dyn_cast<DbgDeclareInst>(&NewI); in TEST_F() local
363 EXPECT_TRUE(NewIntrin); in TEST_F()
369 EXPECT_EQ(NewFunc, cast<AllocaInst>(NewIntrin->getAddress())-> in TEST_F()
377 cast<DISubprogram>(NewIntrin->getVariable()->getScope())); in TEST_F()
379 DbgValueInst* NewIntrin = dyn_cast<DbgValueInst>(&NewI); in TEST_F() local
380 EXPECT_TRUE(NewIntrin); in TEST_F()
387 cast<DISubprogram>(NewIntrin->getVariable()->getScope())); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp521 DbgDeclareInst* NewIntrin = dyn_cast<DbgDeclareInst>(&NewI); in TEST_F() local
522 EXPECT_TRUE(NewIntrin); in TEST_F()
528 EXPECT_EQ(NewFunc, cast<AllocaInst>(NewIntrin->getAddress())-> in TEST_F()
534 EXPECT_EQ(OldIntrin->getVariable(), NewIntrin->getVariable()); in TEST_F()
541 cast<DISubprogram>(NewIntrin->getVariable()->getScope())); in TEST_F()
544 DbgValueInst* NewIntrin = dyn_cast<DbgValueInst>(&NewI); in TEST_F() local
545 EXPECT_TRUE(NewIntrin); in TEST_F()
553 cast<DISubprogram>(NewIntrin->getVariable()->getScope())); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp480 Function *NewIntrin = getScalarIntrinsicDeclaration(F->getParent(), ID, VT); in splitCall() local
494 Res[Elem] = Builder.CreateCall(NewIntrin, ScalarCallOps, in splitCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp991 Function *NewIntrin = Intrinsic::getDeclaration(M, IID, OverloadTys); in simplifyAMDGCNMemoryIntrinsicDemanded() local
1003 CallInst *NewCall = Builder.CreateCall(NewIntrin, Args); in simplifyAMDGCNMemoryIntrinsicDemanded()