Home
last modified time | relevance | path

Searched refs:AMemSet (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp433 Instruction *AMemSet = 0; in INITIALIZE_PASS_DEPENDENCY() local
456 AMemSet = in INITIALIZE_PASS_DEPENDENCY()
462 dbgs() << "With: " << *AMemSet << '\n'); in INITIALIZE_PASS_DEPENDENCY()
465 AMemSet->setDebugLoc(Range.TheStores[0]->getDebugLoc()); in INITIALIZE_PASS_DEPENDENCY()
477 return AMemSet; in INITIALIZE_PASS_DEPENDENCY()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp459 Instruction *AMemSet = nullptr; in INITIALIZE_PASS_DEPENDENCY() local
479 AMemSet = in INITIALIZE_PASS_DEPENDENCY()
485 dbgs() << "With: " << *AMemSet << '\n'); in INITIALIZE_PASS_DEPENDENCY()
488 AMemSet->setDebugLoc(Range.TheStores[0]->getDebugLoc()); in INITIALIZE_PASS_DEPENDENCY()
498 return AMemSet; in INITIALIZE_PASS_DEPENDENCY()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp433 Instruction *AMemSet = nullptr; in INITIALIZE_PASS_DEPENDENCY() local
454 AMemSet = in INITIALIZE_PASS_DEPENDENCY()
460 dbgs() << "With: " << *AMemSet << '\n'); in INITIALIZE_PASS_DEPENDENCY()
463 AMemSet->setDebugLoc(Range.TheStores[0]->getDebugLoc()); in INITIALIZE_PASS_DEPENDENCY()
473 return AMemSet; in INITIALIZE_PASS_DEPENDENCY()