| /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
| D | PPCHazardRecognizers.h | 46 unsigned StoreSize[4]; variable
|
| /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
| D | LoopIdiomRecognize.cpp | 290 unsigned StoreSize = (unsigned)SizeInBits >> 3; in processLoopStore() local 370 unsigned StoreSize, AliasAnalysis &AA, in mayLoopAccessLocation() 440 processLoopStridedStore(Value *DestPtr, unsigned StoreSize, in processLoopStridedStore() 549 processLoopStoreOfLoopLoad(StoreInst *SI, unsigned StoreSize, in processLoopStoreOfLoopLoad()
|
| D | GVN.cpp | 699 uint64_t StoreSize = TD.getTypeSizeInBits(StoredValTy); in CoerceAvailableValueToLoadType() local 812 uint64_t StoreSize = WriteSizeInBits >> 3; // Convert to bytes. in AnalyzeLoadFromClobberingWrite() local 858 uint64_t StoreSize =TD.getTypeSizeInBits(DepSI->getValueOperand()->getType()); in AnalyzeLoadFromClobberingStore() local 948 uint64_t StoreSize = (TD.getTypeSizeInBits(SrcVal->getType()) + 7) / 8; in GetStoreValueForLoad() local
|
| D | MemCpyOptimizer.cpp | 212 int64_t StoreSize = TD.getTypeStoreSize(SI->getOperand(0)->getType()); in addStore() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
| D | PPCHazardRecognizers.h | 74 uint64_t StoreSize[4]; variable
|
| /external/llvm/lib/Target/PowerPC/ |
| D | PPCHazardRecognizers.h | 74 uint64_t StoreSize[4]; variable
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
| D | VNCoercion.cpp | 23 uint64_t StoreSize = DL.getTypeSizeInBits(StoredVal->getType()); in canCoerceMustAliasedValueToLoad() local 181 uint64_t StoreSize = WriteSizeInBits / 8; // Convert to bytes. in analyzeLoadFromClobberingWrite() local 216 uint64_t StoreSize = in analyzeLoadFromClobberingStore() local 320 uint64_t StoreSize = (DL.getTypeSizeInBits(SrcVal->getType()) + 7) / 8; 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
|
| D | MemCpyOptimizer.cpp | 218 int64_t StoreSize = DL.getTypeStoreSize(SI->getOperand(0)->getType()); in addStore() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
| D | LoopIdiomRecognize.cpp | 455 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in isLegalStore() local 679 unsigned StoreSize = 0; in processLoopStores() local 769 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation() 803 Type *IntPtr, unsigned StoreSize, in getStartForNegStride() 817 unsigned StoreSize, Loop *CurLoop, in getNumBytes() 850 Value *DestPtr, unsigned StoreSize, unsigned StoreAlignment, in processLoopStridedStore() 964 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in processLoopStoreOfLoopLoad() local
|
| D | MemCpyOptimizer.cpp | 258 int64_t StoreSize = DL.getTypeStoreSize(SI->getOperand(0)->getType()); in addStore() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
| D | StackSlotColoring.cpp | 449 unsigned StoreSize = 0; in RemoveDeadStores() local
|
| D | MachineFunction.cpp | 1011 uint64_t StoreSize = DL.getTypeStoreSize(A->getType()); in CanShareConstantPoolEntry() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
| D | AArch64LoadStoreOptimizer.cpp | 566 int StoreSize = getMemScale(StoreInst); in isLdOffsetInRangeOfSt() local 885 int StoreSize = getMemScale(*StoreI); in promoteLoadFromStore() 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-7.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUTargetTransformInfo.cpp | 245 unsigned GCNTTIImpl::getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
|
| D | AMDGPUInstructionSelector.cpp | 285 unsigned StoreSize = RBI.getSizeInBits(I.getOperand(0).getReg(), MRI, TRI); in selectG_STORE() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
| D | X86AvoidStoreForwardingBlocks.cpp | 624 int64_t StoreDispImm, unsigned StoreSize) { in isBlockingStore()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
| D | HexagonLoopIdiomRecognition.cpp | 1937 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in isLegalStore() local 1967 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation() 2014 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/lib/CodeGen/ |
| D | MachineFunction.cpp | 924 uint64_t StoreSize = DL.getTypeStoreSize(A->getType()); in CanShareConstantPoolEntry() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
| D | TargetTransformInfoImpl.h | 557 unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
|
| D | TargetTransformInfo.h | 1565 unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
|
| /external/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUISelLowering.cpp | 50 unsigned StoreSize = VT.getStoreSizeInBits(); in getEquivalentMemType() local 59 unsigned StoreSize = VT.getStoreSizeInBits(); in getEquivalentBitType() local
|