Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DValueTracking.h103 Value *isBytewiseValue(Value *V);
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp371 Value *SplatValue = isBytewiseValue(StoredVal); in isLegalStore()
537 FirstSplatValue = isBytewiseValue(FirstStoredVal); in processLoopStores()
570 SecondSplatValue = isBytewiseValue(SecondStoredVal); in processLoopStores()
749 Value *SplatValue = isBytewiseValue(StoredVal); in processLoopStridedStore()
DMemCpyOptimizer.cpp390 if (ByteVal != isBytewiseValue(NextStore->getOperand(0))) in INITIALIZE_PASS_DEPENDENCY()
713 if (Value *ByteVal = isBytewiseValue(V)) { in processStore()
1149 if (Value *ByteVal = isBytewiseValue(GV->getInitializer())) { in processMemCpy()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp390 if (ByteVal != isBytewiseValue(NextStore->getOperand(0))) in INITIALIZE_PASS_DEPENDENCY()
534 if (Value *ByteVal = isBytewiseValue(SI->getOperand(0))) in processStore()
795 if (Value *ByteVal = isBytewiseValue(GV->getInitializer())) { in processMemCpy()
DLoopIdiomRecognize.cpp449 Value *SplatValue = isBytewiseValue(StoredVal); in processLoopStridedStore()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp428 Value *SplatValue = isBytewiseValue(StoredVal); in isLegalStore()
606 FirstSplatValue = isBytewiseValue(FirstStoredVal); in processLoopStores()
639 SecondSplatValue = isBytewiseValue(SecondStoredVal); in processLoopStores()
854 Value *SplatValue = isBytewiseValue(StoredVal); in processLoopStridedStore()
DMemCpyOptimizer.cpp416 if (ByteVal != isBytewiseValue(NextStore->getOperand(0))) in INITIALIZE_PASS_DEPENDENCY()
753 if (Value *ByteVal = isBytewiseValue(V)) { in processStore()
1199 if (Value *ByteVal = isBytewiseValue(GV->getInitializer())) { in processMemCpy()
/external/llvm/include/llvm/Analysis/
DValueTracking.h178 Value *isBytewiseValue(Value *V);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DValueTracking.h213 Value *isBytewiseValue(Value *V);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp1243 Value *llvm::isBytewiseValue(Value *V) { in isBytewiseValue() function in llvm
1291 Value *Val = isBytewiseValue(CA->getOperand(0)); in isBytewiseValue()
/external/llvm/lib/Analysis/
DValueTracking.cpp2533 Value *llvm::isBytewiseValue(Value *V) { in isBytewiseValue() function in llvm
2567 Value *Val = isBytewiseValue(Elt); in isBytewiseValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp2928 Value *llvm::isBytewiseValue(Value *V) { in isBytewiseValue() function in llvm
2962 Value *Val = isBytewiseValue(Elt); in isBytewiseValue()