Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp30 uint64_t StoreSize = DL.getTypeSizeInBits(StoredTy).getFixedSize(); in canCoerceMustAliasedValueToLoad() local
196 uint64_t StoreSize = WriteSizeInBits / 8; // Convert to bytes. in analyzeLoadFromClobberingWrite() local
238 uint64_t StoreSize = in analyzeLoadFromClobberingStore() local
438 uint64_t StoreSize = in getStoreValueForLoadHelper() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.h73 uint64_t StoreSize[4]; variable
H A DPPCISelLowering.cpp6597 const unsigned StoreSize = LocVT.getStoreSize(); in CC_AIX() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp548 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in isLegalStore() local
763 unsigned StoreSize = 0; in processLoopStores() local
948 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation()
983 Type *IntPtr, unsigned StoreSize, in getStartForNegStride()
997 unsigned StoreSize, Loop *CurLoop, in getNumBytes()
1030 Value *DestPtr, unsigned StoreSize, MaybeAlign StoreAlignment, in processLoopStridedStore()
1172 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in processLoopStoreOfLoopLoad() local
1189 Value *DestPtr, Value *SourcePtr, unsigned StoreSize, MaybeAlign StoreAlign, in processLoopStoreOfLoopLoad()
H A DMemCpyOptimizer.cpp181 int64_t StoreSize = DL.getTypeStoreSize(SI->getOperand(0)->getType()); in addStore() local
H A DSROA.cpp4116 uint64_t StoreSize = Ty->getBitWidth() / 8; in presplitLoadsAndStores() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp123 int64_t StoreSize = DL->getTypeStoreSize(SI->getOperand(0)->getType()); in addStore() local
132 uint64_t StoreSize = cast<ConstantInt>(MSI->getLength())->getZExtValue(); in addMemSet() local
H A DAArch64LoadStoreOptimizer.cpp647 int StoreSize = TII->getMemScale(StoreInst); in isLdOffsetInRangeOfSt() local
1090 int StoreSize = TII->getMemScale(*StoreI); in promoteLoadFromStore() local
H A DAArch64ISelLowering.cpp5686 uint64_t StoreSize = VA.getValVT().getStoreSize().getKnownMinSize(); in LowerCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp446 unsigned StoreSize = 0; in RemoveDeadStores() local
H A DMachineFunction.cpp1175 uint64_t StoreSize = DL.getTypeStoreSize(A->getType()); in CanShareConstantPoolEntry() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp626 int64_t StoreDispImm, unsigned StoreSize) { in isBlockingStore()
H A DX86ISelDAGToDAG.cpp480 unsigned StoreSize = N->getMemoryVT().getStoreSize(); in useNonTemporalLoad() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1958 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in isLegalStore() local
1988 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation()
2036 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in processCopyingStore() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp560 CharUnits StoreSize = Store.second; in EmitNullBaseClassInitialization() local
574 CharUnits StoreSize = Store.second; in EmitNullBaseClassInitialization() local
H A DCGBuiltin.cpp428 CharUnits StoreSize = CGF.getContext().getTypeSizeInChars(ElTy); in EmitISOVolatileStore() local
3779 CharUnits StoreSize = getContext().getTypeSizeInChars(ElTy); in EmitBuiltinExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp353 unsigned GCNTTIImpl::getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
H A DAMDGPUISelLowering.cpp39 unsigned StoreSize = VT.getStoreSizeInBits(); in getEquivalentMemType() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1470 TypeSize StoreSize = MemAccess->getMemoryVT().getStoreSize(); in storeLoadIsAligned() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h729 unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
H A DTargetTransformInfo.h2266 unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1166 unsigned StoreSize = DL.getTypeStoreSize(Shadow->getType()); in storeOrigin() local
4271 unsigned StoreSize = DL.getTypeStoreSize(Shadow->getType()); in visitCallBase() local
5149 unsigned StoreSize = DL.getTypeStoreSize(Shadow->getType()); in visitCallBase() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1013 unsigned StoreSize, in getStoreVectorFactor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2982 const uint64_t StoreSize = DL.getTypeStoreSize(CV->getType()); in emitGlobalConstantImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18023 const TypeSize StoreSize = ST->getMemoryVT().getStoreSize(); in visitLIFETIME_END() local
20159 uint64_t StoreSize = MemoryLocation::getSizeOrUnknown(VT.getStoreSize()); in narrowExtractedVectorLoad() local