Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/OpenCLPasses/ReplaceUnsupportedIntrinsics/
H A DReplaceUnsupportedIntrinsics.cpp532 Value* NewLPCount = ConstantInt::get(LPCount->getType(), NewCount); in replaceMemcpy() local
533 Instruction* IV = insertLoop(MC, NewLPCount, "memcpy"); in replaceMemcpy()
728 auto* NewLPCount = ConstantInt::get(LPCount->getType(), NewCount); in replaceMemMove() local
729 Instruction* IV = insertReverseLoop(BBTrue, Post, NewLPCount, "memmmove"); in replaceMemMove()
829 Value* NewLPCount = ConstantInt::get(LPCount->getType(), NewCount); in replaceMemset() local
830 Instruction* IV = insertLoop(MS, NewLPCount, "memset"); in replaceMemset()