Searched refs:isBytewiseValue (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 455 Value *SplatValue = isBytewiseValue(StoredVal, *DL); in isLegalStore() 632 FirstSplatValue = isBytewiseValue(FirstStoredVal, *DL); in processLoopStores() 665 SecondSplatValue = isBytewiseValue(SecondStoredVal, *DL); in processLoopStores() 886 Value *SplatValue = isBytewiseValue(StoredVal, *DL); in processLoopStridedStore()
|
D | MemCpyOptimizer.cpp | 332 Value *StoredByte = isBytewiseValue(NextStore->getOperand(0), DL); in INITIALIZE_PASS_DEPENDENCY() 665 if (Value *ByteVal = isBytewiseValue(V, DL)) { in processStore() 1144 if (Value *ByteVal = isBytewiseValue(GV->getInitializer(), in processMemCpy()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 233 Value *isBytewiseValue(Value *V, const DataLayout &DL);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3349 Value *llvm::isBytewiseValue(Value *V, const DataLayout &DL) { in isBytewiseValue() function in llvm 3392 return Ty ? isBytewiseValue(ConstantExpr::getBitCast(CFP, Ty), DL) in isBytewiseValue() 3410 return isBytewiseValue( in isBytewiseValue() 3432 if (!(Val = Merge(Val, isBytewiseValue(CA->getElementAsConstant(I), DL)))) in isBytewiseValue() 3440 if (!(Val = Merge(Val, isBytewiseValue(C->getOperand(I), DL)))) in isBytewiseValue()
|