Searched refs:PatternValue (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | PreISelIntrinsicLowering.cpp | 395 Constant *PatternValue = getMemSetPattern16Value(Memset, TLI); in expandMemIntrinsicUses() local 396 if (!PatternValue) { in expandMemIntrinsicUses() 424 auto It = CMap.find(PatternValue); in expandMemIntrinsicUses() 429 *M, PatternValue->getType(), /*isConstant=*/true, in expandMemIntrinsicUses() 430 GlobalValue::PrivateLinkage, PatternValue, ".memset_pattern"); in expandMemIntrinsicUses() 435 CMap[PatternValue] = GV; in expandMemIntrinsicUses()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 1076 Constant *PatternValue = nullptr; in processLoopStridedStore() local 1078 PatternValue = getMemSetPatternValue(StoredVal, DL); in processLoopStridedStore() 1085 if (PatternValue && (HasMemsetPattern || ForceMemsetPatternIntrinsic)) { in processLoopStridedStore() 1097 DL->getTypeSizeInBits(PatternValue->getType()); in processLoopStridedStore() 1145 {DestInt8PtrTy, PatternValue->getType(), IntIdxTy}, in processLoopStridedStore() 1146 {BasePtr, PatternValue, MemsetArg, in processLoopStridedStore()
|