| /external/llvm/lib/Target/PowerPC/ |
| D | PPCHazardRecognizers.h | 74 uint64_t StoreSize[4]; variable
|
| /external/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCHazardRecognizers.h | 73 uint64_t StoreSize[4]; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCHazardRecognizers.h | 73 uint64_t StoreSize[4]; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | VNCoercion.cpp | 27 uint64_t StoreSize = DL.getTypeSizeInBits(StoredTy); in canCoerceMustAliasedValueToLoad() local 191 uint64_t StoreSize = WriteSizeInBits / 8; // Convert to bytes. in analyzeLoadFromClobberingWrite() local 237 uint64_t StoreSize = in analyzeLoadFromClobberingStore() local 358 uint64_t StoreSize = (DL.getTypeSizeInBits(SrcVal->getType()) + 7) / 8; in getStoreValueForLoadHelper() local
|
| /external/llvm-project/llvm/lib/Transforms/Utils/ |
| D | VNCoercion.cpp | 30 uint64_t StoreSize = DL.getTypeSizeInBits(StoredTy).getFixedSize(); in canCoerceMustAliasedValueToLoad() local 204 uint64_t StoreSize = WriteSizeInBits / 8; // Convert to bytes. in analyzeLoadFromClobberingWrite() local 243 uint64_t StoreSize = in analyzeLoadFromClobberingStore() local 443 uint64_t StoreSize = in getStoreValueForLoadHelper() local
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | LoopIdiomRecognize.cpp | 397 unsigned StoreSize = getStoreSizeInBytes(SI, DL); in isLegalStore() local 610 unsigned StoreSize = 0; in processLoopStores() local 700 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation() 733 Type *IntPtr, unsigned StoreSize, in getStartForNegStride() 745 Value *DestPtr, unsigned StoreSize, unsigned StoreAlignment, in processLoopStridedStore() 852 unsigned StoreSize = getStoreSizeInBytes(SI, DL); in processLoopStoreOfLoopLoad() local
|
| D | GVN.cpp | 848 uint64_t StoreSize = WriteSizeInBits >> 3; // Convert to bytes. in AnalyzeLoadFromClobberingWrite() local 894 uint64_t StoreSize =DL.getTypeSizeInBits(DepSI->getValueOperand()->getType()); in AnalyzeLoadFromClobberingStore() local 991 uint64_t StoreSize = (DL.getTypeSizeInBits(SrcVal->getType()) + 7) / 8; in GetStoreValueForLoad() local
|
| /external/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | LoopIdiomRecognize.cpp | 523 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in isLegalStore() local 750 unsigned StoreSize = 0; in processLoopStores() local 841 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation() 876 Type *IntPtr, unsigned StoreSize, in getStartForNegStride() 890 unsigned StoreSize, Loop *CurLoop, in getNumBytes() 923 Value *DestPtr, unsigned StoreSize, MaybeAlign StoreAlignment, in processLoopStridedStore() 1064 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in processLoopStoreOfLoopLoad() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | LoopIdiomRecognize.cpp | 482 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in isLegalStore() local 709 unsigned StoreSize = 0; in processLoopStores() local 800 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation() 835 Type *IntPtr, unsigned StoreSize, in getStartForNegStride() 849 unsigned StoreSize, Loop *CurLoop, in getNumBytes() 882 Value *DestPtr, unsigned StoreSize, MaybeAlign StoreAlignment, in processLoopStridedStore() 1003 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in processLoopStoreOfLoopLoad() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64StackTagging.cpp | 109 int64_t StoreSize = DL->getTypeStoreSize(SI->getOperand(0)->getType()); in addStore() local 118 uint64_t StoreSize = cast<ConstantInt>(MSI->getLength())->getZExtValue(); in addMemSet() local
|
| D | AArch64LoadStoreOptimizer.cpp | 581 int StoreSize = TII->getMemScale(StoreInst); in isLdOffsetInRangeOfSt() local 1015 int StoreSize = TII->getMemScale(*StoreI); in promoteLoadFromStore() local
|
| /external/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64StackTagging.cpp | 122 int64_t StoreSize = DL->getTypeStoreSize(SI->getOperand(0)->getType()); in addStore() local 131 uint64_t StoreSize = cast<ConstantInt>(MSI->getLength())->getZExtValue(); in addMemSet() local
|
| D | AArch64LoadStoreOptimizer.cpp | 582 int StoreSize = TII->getMemScale(StoreInst); in isLdOffsetInRangeOfSt() local 1015 int StoreSize = TII->getMemScale(*StoreI); in promoteLoadFromStore() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | StackSlotColoring.cpp | 449 unsigned StoreSize = 0; in RemoveDeadStores() local
|
| D | MachineFunction.cpp | 1069 uint64_t StoreSize = DL.getTypeStoreSize(A->getType()); in CanShareConstantPoolEntry() local
|
| /external/llvm-project/llvm/lib/CodeGen/ |
| D | StackSlotColoring.cpp | 450 unsigned StoreSize = 0; in RemoveDeadStores() local
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64LoadStoreOptimizer.cpp | 606 int StoreSize = getMemScale(StoreInst); in isLdOffsetInRangeOfSt() local 934 int StoreSize = getMemScale(*StoreI); in promoteLoadFromStore() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86AvoidStoreForwardingBlocks.cpp | 629 int64_t StoreDispImm, unsigned StoreSize) { in isBlockingStore()
|
| /external/llvm-project/llvm/lib/Target/X86/ |
| D | X86AvoidStoreForwardingBlocks.cpp | 627 int64_t StoreDispImm, unsigned StoreSize) { in isBlockingStore()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonLoopIdiomRecognition.cpp | 1940 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in isLegalStore() local 1970 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation() 2018 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in processCopyingStore() local
|
| /external/clang/lib/CodeGen/ |
| D | CGExprCXX.cpp | 416 CharUnits StoreSize = Store.second; in EmitNullBaseClassInitialization() local 430 CharUnits StoreSize = Store.second; in EmitNullBaseClassInitialization() local
|
| /external/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonLoopIdiomRecognition.cpp | 1959 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in isLegalStore() local 1989 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation() 2037 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in processCopyingStore() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUTargetTransformInfo.cpp | 247 unsigned GCNTTIImpl::getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
|
| /external/llvm/lib/CodeGen/ |
| D | MachineFunction.cpp | 924 uint64_t StoreSize = DL.getTypeStoreSize(A->getType()); in CanShareConstantPoolEntry() local
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | CGExprCXX.cpp | 558 CharUnits StoreSize = Store.second; in EmitNullBaseClassInitialization() local 572 CharUnits StoreSize = Store.second; in EmitNullBaseClassInitialization() local
|