/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
H A D | PPCHazardRecognizers.h | 46 unsigned StoreSize[4]; member in class:llvm::PPCHazardRecognizer970
|
/external/llvm/lib/Target/PowerPC/ |
H A D | PPCHazardRecognizers.h | 74 uint64_t StoreSize[4]; member in class:llvm::PPCHazardRecognizer970
|
H A D | PPCISelLowering.cpp | 7150 unsigned StoreSize = BVN->getOperand(i).getValueType().getStoreSize(); local 7151 if (StoreSize > 4) { 7158 if (StoreSize < 4)
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 85 bool processLoopStridedStore(Value *DestPtr, unsigned StoreSize, 90 bool processLoopStoreOfLoopLoad(StoreInst *SI, unsigned StoreSize, 290 unsigned StoreSize = (unsigned)SizeInBits >> 3; local 293 if (Stride == 0 || StoreSize != Stride->getValue()->getValue()) { 297 if (0 && Stride && StoreSize == -Stride->getValue()->getValue()) { 306 if (processLoopStridedStore(StorePtr, StoreSize, SI->getAlignment(), 318 if (processLoopStoreOfLoopLoad(SI, StoreSize, StoreEv, LoadEv, BECount)) 370 unsigned StoreSize, AliasAnalysis &AA, 378 // to be exactly the size of the memset, which is (BECount+1)*StoreSize 380 AccessSize = (BECst->getValue()->getZExtValue()+1)*StoreSize; 368 mayLoopAccessLocation(Value *Ptr,AliasAnalysis::ModRefResult Access, Loop *L, const SCEV *BECount, unsigned StoreSize, AliasAnalysis &AA, Instruction *IgnoredStore) argument 440 processLoopStridedStore(Value *DestPtr, unsigned StoreSize, unsigned StoreAlignment, Value *StoredVal, Instruction *TheStore, const SCEVAddRecExpr *Ev, const SCEV *BECount) argument 549 processLoopStoreOfLoopLoad(StoreInst *SI, unsigned StoreSize, const SCEVAddRecExpr *StoreEv, const SCEVAddRecExpr *LoadEv, const SCEV *BECount) argument [all...] |
H A D | MemCpyOptimizer.cpp | 212 int64_t StoreSize = TD.getTypeStoreSize(SI->getOperand(0)->getType()); local 214 addRange(OffsetFromFirst, StoreSize,
|
H A D | GVN.cpp | 699 uint64_t StoreSize = TD.getTypeSizeInBits(StoredValTy); local 703 if (StoreSize == LoadSize) { 731 assert(StoreSize >= LoadSize && "CanCoerceMustAliasedValueToLoad fail"); 741 StoredValTy = IntegerType::get(StoredValTy->getContext(), StoreSize); 748 Constant *Val = ConstantInt::get(StoredVal->getType(), StoreSize-LoadSize); 812 uint64_t StoreSize = WriteSizeInBits >> 3; // Convert to bytes. 818 isAAFailure = StoreOffset+int64_t(StoreSize) <= LoadOffset; 839 StoreOffset+StoreSize < LoadOffset+LoadSize) 858 uint64_t StoreSize =TD.getTypeSizeInBits(DepSI->getValueOperand()->getType()); local 860 StorePtr, StoreSize, T 948 uint64_t StoreSize = (TD.getTypeSizeInBits(SrcVal->getType()) + 7) / 8; local [all...] |
/external/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 606 int StoreSize = getMemScale(StoreInst); 609 : getLdStOffsetOp(StoreInst).getImm() * StoreSize; 614 (UnscaledLdOffset + LoadSize <= (UnscaledStOffset + StoreSize)); 934 int StoreSize = getMemScale(*StoreI); local 944 if (LoadSize == StoreSize && (LoadSize == 4 || LoadSize == 8)) { 969 assert(LoadSize <= StoreSize && "Invalid load size"); 975 : getLdStOffsetOp(*StoreI).getImm() * StoreSize; 985 (UnscaledLdOffset + LoadSize) <= UnscaledStOffset + StoreSize) &&
|
/external/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 218 int64_t StoreSize = DL.getTypeStoreSize(SI->getOperand(0)->getType()); local 220 addRange(OffsetFromFirst, StoreSize,
|
H A D | LoopIdiomRecognize.cpp | 115 bool processLoopStridedStore(Value *DestPtr, unsigned StoreSize, 397 unsigned StoreSize = getStoreSizeInBytes(SI, DL); local 398 if (StoreSize != Stride && StoreSize != -Stride) 610 unsigned StoreSize = 0; local 618 StoreSize += getStoreSizeInBytes(I, DL); 630 if (StoreSize != Stride && StoreSize != -Stride) 633 bool NegStride = StoreSize == -Stride; 635 if (processLoopStridedStore(StorePtr, StoreSize, HeadStor 699 mayLoopAccessLocation(Value *Ptr, ModRefInfo Access, Loop *L, const SCEV *BECount, unsigned StoreSize, AliasAnalysis &AA, SmallPtrSetImpl<Instruction *> &IgnoredStores) argument 732 getStartForNegStride(const SCEV *Start, const SCEV *BECount, Type *IntPtr, unsigned StoreSize, ScalarEvolution *SE) argument 744 processLoopStridedStore( Value *DestPtr, unsigned StoreSize, unsigned StoreAlignment, Value *StoredVal, Instruction *TheStore, SmallPtrSetImpl<Instruction *> &Stores, const SCEVAddRecExpr *Ev, const SCEV *BECount, bool NegStride) argument 852 unsigned StoreSize = getStoreSizeInBytes(SI, DL); local [all...] |
H A D | GVN.cpp | 848 uint64_t StoreSize = WriteSizeInBits >> 3; // Convert to bytes. 854 isAAFailure = StoreOffset+int64_t(StoreSize) <= LoadOffset; 875 StoreOffset+StoreSize < LoadOffset+LoadSize) 894 uint64_t StoreSize =DL.getTypeSizeInBits(DepSI->getValueOperand()->getType()); local 896 StorePtr, StoreSize, DL); 991 uint64_t StoreSize = (DL.getTypeSizeInBits(SrcVal->getType()) + 7) / 8; local 1002 SrcVal = Builder.CreateBitCast(SrcVal, IntegerType::get(Ctx, StoreSize*8)); 1009 ShiftAmt = (StoreSize-LoadSize-Offset)*8; 1014 if (LoadSize != StoreSize)
|
/external/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 416 CharUnits StoreSize = Store.second; local 417 llvm::Value *StoreSizeVal = CGF.CGM.getSize(StoreSize); 430 CharUnits StoreSize = Store.second; local 431 llvm::Value *StoreSizeVal = CGF.CGM.getSize(StoreSize);
|
H A D | CGBuiltin.cpp | 1347 CharUnits StoreSize = getContext().getTypeSizeInChars(ElTy); local 1349 StoreSize.getQuantity() * 8); 1353 StoreSize);
|
/external/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 50 unsigned StoreSize = VT.getStoreSizeInBits(); local 51 if (StoreSize <= 32) 52 return EVT::getIntegerVT(Ctx, StoreSize); 54 assert(StoreSize % 32 == 0 && "Store size not a multiple of 32"); 55 return EVT::getVectorVT(Ctx, MVT::i32, StoreSize / 32); 59 unsigned StoreSize = VT.getStoreSizeInBits(); local 60 if (StoreSize <= 32) 61 return EVT::getIntegerVT(Ctx, StoreSize); 63 return EVT::getVectorVT(Ctx, MVT::i32, StoreSize / 32);
|
/external/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 715 unsigned StoreSize = DL.getTypeStoreSize(Shadow->getType()); local 718 getOriginPtr(Addr, IRB, Alignment), StoreSize, 726 getOriginPtr(Addr, IRB, Alignment), StoreSize, 748 getOriginPtr(Addr, IRBNew, Alignment), StoreSize,
|