Home
last modified time | relevance | path

Searched defs:StoreSize (Results 1 – 25 of 35) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCHazardRecognizers.h46 unsigned StoreSize[4]; variable
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp290 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()
DGVN.cpp699 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
DMemCpyOptimizer.cpp212 int64_t StoreSize = TD.getTypeStoreSize(SI->getOperand(0)->getType()); in addStore() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp23 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.h74 uint64_t StoreSize[4]; variable
/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.h74 uint64_t StoreSize[4]; variable
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp397 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
DGVN.cpp848 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
DMemCpyOptimizer.cpp218 int64_t StoreSize = DL.getTypeStoreSize(SI->getOperand(0)->getType()); in addStore() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp455 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
DMemCpyOptimizer.cpp258 int64_t StoreSize = DL.getTypeStoreSize(SI->getOperand(0)->getType()); in addStore() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp566 int StoreSize = getMemScale(StoreInst); in isLdOffsetInRangeOfSt() local
885 int StoreSize = getMemScale(*StoreI); in promoteLoadFromStore() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackSlotColoring.cpp449 unsigned StoreSize = 0; in RemoveDeadStores() local
DMachineFunction.cpp1011 uint64_t StoreSize = DL.getTypeStoreSize(A->getType()); in CanShareConstantPoolEntry() local
/external/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp606 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/
DAMDGPUTargetTransformInfo.cpp245 unsigned GCNTTIImpl::getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
DAMDGPUInstructionSelector.cpp285 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/
DX86AvoidStoreForwardingBlocks.cpp624 int64_t StoreDispImm, unsigned StoreSize) { in isBlockingStore()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp1937 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/
DCGExprCXX.cpp416 CharUnits StoreSize = Store.second; in EmitNullBaseClassInitialization() local
430 CharUnits StoreSize = Store.second; in EmitNullBaseClassInitialization() local
/external/llvm/lib/CodeGen/
DMachineFunction.cpp924 uint64_t StoreSize = DL.getTypeStoreSize(A->getType()); in CanShareConstantPoolEntry() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h557 unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp50 unsigned StoreSize = VT.getStoreSizeInBits(); in getEquivalentMemType() local
59 unsigned StoreSize = VT.getStoreSizeInBits(); in getEquivalentBitType() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp614 unsigned StoreSize, in getStoreVectorFactor()

12